diff --git a/FV3 b/FV3 index 284a5f4c52..2765a1f15e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 284a5f4c52a0493dda33f1eaa5f2bef7ca9dc241 +Subproject commit 2765a1f15e8298ed52c01a0355552f9057580616 diff --git a/cmake/configure_gaea.cmake b/cmake/configure_gaea.cmake index e6dbc3cfe0..3d56634f56 100644 --- a/cmake/configure_gaea.cmake +++ b/cmake/configure_gaea.cmake @@ -17,6 +17,8 @@ option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF) option(OPENMP "Enable OpenMP threading" ON) option(AVX2 "Enable AVX2 instruction set" ON) +option(INLINE_POST "Enable inline post" OFF) + include( cmake/${CMAKE_Fortran_COMPILER_ID}.cmake ) set(NEMSIO_INC $ENV{NEMSIO_INC}) diff --git a/cmake/configure_hera.intel.cmake b/cmake/configure_hera.intel.cmake index 645406a868..534d580aa7 100644 --- a/cmake/configure_hera.intel.cmake +++ b/cmake/configure_hera.intel.cmake @@ -17,7 +17,7 @@ option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF) option(OPENMP "Enable OpenMP threading" ON) option(AVX2 "Enable AVX2 instruction set" ON) -option(INLINE_POST "Enable inline post" ON) +option(INLINE_POST "Enable inline post" OFF) include( cmake/${CMAKE_Fortran_COMPILER_ID}.cmake ) diff --git a/cmake/configure_wcoss_cray.cmake b/cmake/configure_wcoss_cray.cmake index 645406a868..534d580aa7 100644 --- a/cmake/configure_wcoss_cray.cmake +++ b/cmake/configure_wcoss_cray.cmake @@ -17,7 +17,7 @@ option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF) option(OPENMP "Enable OpenMP threading" ON) option(AVX2 "Enable AVX2 instruction set" ON) -option(INLINE_POST "Enable inline post" ON) +option(INLINE_POST "Enable inline post" OFF) include( cmake/${CMAKE_Fortran_COMPILER_ID}.cmake ) diff --git a/cmake/configure_wcoss_dell_p3.cmake b/cmake/configure_wcoss_dell_p3.cmake index 72dbf1dc9e..7efcb1633e 100644 --- a/cmake/configure_wcoss_dell_p3.cmake +++ b/cmake/configure_wcoss_dell_p3.cmake @@ -17,7 +17,7 @@ option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF) option(OPENMP "Enable OpenMP threading" ON) option(AVX2 "Enable AVX2 instruction set" OFF) -option(INLINE_POST "Enable inline post" ON) +option(INLINE_POST "Enable inline post" OFF) include( cmake/${CMAKE_Fortran_COMPILER_ID}.cmake ) diff --git a/conf/configure.fv3.hera.intel b/conf/configure.fv3.hera.intel index f5ceb6e34e..90e8e8a5b9 100644 --- a/conf/configure.fv3.hera.intel +++ b/conf/configure.fv3.hera.intel @@ -63,7 +63,7 @@ CFLAGS := $(INCLUDE) FFLAGS := $(INCLUDE) -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte CPPDEFS += -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML +CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_INLINE_POST ifeq ($(HYDRO),Y) CPPDEFS += diff --git a/conf/configure.fv3.macosx.gnu b/conf/configure.fv3.macosx.gnu index 216fa80452..5899f12445 100644 --- a/conf/configure.fv3.macosx.gnu +++ b/conf/configure.fv3.macosx.gnu @@ -1,7 +1,7 @@ ## NEMS configuration file ## ## Platform: Darwin Mac OS X -## Compiler: GNU (clang/gfortran) with MPICH +## Compiler: GNU (gcc/clang+gfortran) with MPICH SHELL=/bin/sh diff --git a/conf/configure.fv3.wcoss_cray b/conf/configure.fv3.wcoss_cray index 038c9faf6f..ceb01f485e 100644 --- a/conf/configure.fv3.wcoss_cray +++ b/conf/configure.fv3.wcoss_cray @@ -47,7 +47,7 @@ CFLAGS := $(INCLUDE) FFLAGS := $(INCLUDE) -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte CPPDEFS += -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML +CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_INLINE_POST ifeq ($(HYDRO),Y) CPPDEFS += diff --git a/conf/configure.fv3.wcoss_dell_p3 b/conf/configure.fv3.wcoss_dell_p3 index 806fdd6a4f..b1fcffa1ce 100644 --- a/conf/configure.fv3.wcoss_dell_p3 +++ b/conf/configure.fv3.wcoss_dell_p3 @@ -45,7 +45,7 @@ CFLAGS := $(INCLUDE) FFLAGS := $(INCLUDE) -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte CPPDEFS += -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML +CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_INLINE_POST ifeq ($(HYDRO),Y) CPPDEFS += diff --git a/conf/configure.fv3.wcoss_phase1 b/conf/configure.fv3.wcoss_phase1 index 6596d73755..587fd89fab 100644 --- a/conf/configure.fv3.wcoss_phase1 +++ b/conf/configure.fv3.wcoss_phase1 @@ -43,7 +43,7 @@ CFLAGS := $(INCLUDE) FFLAGS := $(INCLUDE) -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte CPPDEFS += -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -Duse_LARGEFILE -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML +CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_INLINE_POST ifeq ($(HYDRO),Y) CPPDEFS += diff --git a/conf/configure.fv3.wcoss_phase2 b/conf/configure.fv3.wcoss_phase2 index 6596d73755..587fd89fab 100644 --- a/conf/configure.fv3.wcoss_phase2 +++ b/conf/configure.fv3.wcoss_phase2 @@ -43,7 +43,7 @@ CFLAGS := $(INCLUDE) FFLAGS := $(INCLUDE) -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte CPPDEFS += -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -Duse_LARGEFILE -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML +CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_INLINE_POST ifeq ($(HYDRO),Y) CPPDEFS += diff --git a/modulefiles/cheyenne.intel-impi/fv3 b/modulefiles/cheyenne.intel-impi/fv3 index ec97290589..e0160b61dc 100644 --- a/modulefiles/cheyenne.intel-impi/fv3 +++ b/modulefiles/cheyenne.intel-impi/fv3 @@ -37,3 +37,11 @@ module load NCEPlibs/9.9.9 ## SIONlib library ## module load SIONlib/1.7.4 + +## +## set cmake compilers +## +setenv CMAKE_C_COMPILER mpicc +setenv CMAKE_CXX_COMPILER mpicxx +setenv CMAKE_Fortran_COMPILER mpif90 +setenv CMAKE_Platform cheyenne.intel-impi diff --git a/modulefiles/gaea.intel/fv3 b/modulefiles/gaea.intel/fv3 index 828deb2856..5904910722 100644 --- a/modulefiles/gaea.intel/fv3 +++ b/modulefiles/gaea.intel/fv3 @@ -20,7 +20,7 @@ module rm intel module load intel/18.0.3.222 module load cray-netcdf -module use -a /lustre/f2/pdata/esrl/gsd/gmtb/NEMSfv3gfs/modules/modulefiles/intel-18.0.3.222 +module use -a /lustre/f2/pdata/esrl/gsd/ufs/modules/modulefiles/intel-18.0.3.222 ## ## Libxml2 - compiled manually because of issues with linking the code @@ -46,5 +46,4 @@ module load alps setenv CMAKE_C_COMPILER cc setenv CMAKE_CXX_COMPILER CC setenv CMAKE_Fortran_COMPILER ftn -setenv CMAKE_Platform gaea -setenv NETCDF ${NETCDF_DIR} +setenv CMAKE_Platform gaea.intel diff --git a/modulefiles/gaea.intel/fv3.intel-16.0.3.210 b/modulefiles/gaea.intel/fv3.intel-16.0.3.210 index d52175aa0f..483054b687 100644 --- a/modulefiles/gaea.intel/fv3.intel-16.0.3.210 +++ b/modulefiles/gaea.intel/fv3.intel-16.0.3.210 @@ -22,7 +22,7 @@ module load cray-netcdf setenv NETCDF /opt/cray/pe/netcdf/4.4.0/INTEL/15.0 setenv HDF5 /opt/cray/pe/hdf5/1.8.16/INTEL/15.0 -module use -a /lustre/f2/pdata/esrl/gsd/gmtb/NEMSfv3gfs/modules/modulefiles/intel-16.0.3.210 +module use -a /lustre/f2/pdata/esrl/gsd/ufs/modules/modulefiles/intel-16.0.3.210 ## ## Libxml2 - compiled manually because of issues with linking the code diff --git a/parm/NAM_phys.nml.IN b/parm/NAM_phys.nml.IN deleted file mode 100644 index c09289e1a5..0000000000 --- a/parm/NAM_phys.nml.IN +++ /dev/null @@ -1,324 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .T. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 2 - imp_physics = 8 - lradar = .false. - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 2 - iems = 0 - IAER = 11 - ico2 = 1 - isubc_sw = 0 - isubc_lw = 0 - isol = 0 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .true. - redrag = .true. - dspheat = .true. - hybedmf = .true. - random_clds = .true. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - debug = .false. - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&nam_physics_nml - MINUTES_HISTORY = 60 - gwdflg = .false. - CDMB = 0.1 - CLEFF = 1.0 - SIGFAC = 0.0 - factop = 0.50 - rlolev = 500. - dpmin = 5.00 - LONGWAVE = 'rrtm' - SHORTWAVE = 'rrtm' - CONVECTION = 'bmj' - MICROPHYSICS = 'fer_hires' - TURBULENCE = 'myj' - SFC_LAYER = 'myj' - LAND_SURFACE = 'noah' - CLDFRACTION = 'default' - RHGRD = 0.98 - SPEC_ADV = .false. - UCMCALL = 0 - FRES = 1.00 - FR = 1.00 - FSL = 0.85 - FSS = 0.85 - ENTRAIN = .false. - NEWALL = .false. - NEWSWAP = .false. - NEWUPUP = .false. - NODEEP = .false. - NPHS = 1 - NRADS = 2 - NRADL = 2 - NPRECIP = 1 - AVGMAXLEN = 3600 - NHRS_PREC = 3 - NHRS_CLOD = 3 - NHRS_HEAT = 3 - NHRS_RDLW = 3 - NHRS_RDSW = 3 - NHRS_SRFC = 3 - NP3D = 3 - CO2TF = 1 - sas_pgcon = 0.55 - sas_shal_pgcon = -1 - sas_shalconv = 1 - sas_mass_flux = 9e9 - sas_mommix = 1.0 - var_ric = 1.0 - coef_ric_l = 0.16 - coef_ric_s = 0.16 - ALPHA = 0.7 - SFENTH = 0.0 - DISHEAT = .true. - ICLIQ_SW = 1 - ICICE_SW = 3 - ICLIQ_LW = 1 - ICICE_LW = 1 -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts - NSFCPERT=6, - PERTZ0=-999., - PERTSHC=-999., - PERTZT=-999., - PERTLAI=-999., - PERTVEGF=-999., - PERTALB=-999., - SFC_TAU=21600, - SFC_LSCALE=500000, - ISEED_SFC=0, - SPPT_LAND=.FALSE., -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_control.nml.IN b/parm/ccpp_control.nml.IN deleted file mode 100644 index c25b4038db..0000000000 --- a/parm/ccpp_control.nml.IN +++ /dev/null @@ -1,303 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .T. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 2 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 1 - imp_physics = 99 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .true. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - isatmedmf = @[ISATMEDMF] - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - oz_phys = @[OZ_PHYS_OLD] - oz_phys_2015 = @[OZ_PHYS_NEW] - h2o_phys = @[H2O_PHYS] - nstf_name = @[NSTF_NAME] - cplflx = @[CPLFLX] - cplwav = @[CPLWAV] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] - do_sppt = @[DO_SPPT] - do_shum = @[DO_SHUM] - do_skeb = @[DO_SKEB] - do_sfcperts = @[DO_SFCPERTS] - nca = 1 - ncells = 5 - nfracseed = 0.5 - nlives = 30 - nthresh = 0.5 - nseed = 100000 - do_ca = .false. - ca_global = .false. - ca_sgs = .true. - ca_smooth = .false. - nspinup = 1000 - iseed_ca = 0 - isppt_deep = .false. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts - NSFCPERT=6, - PERTZ0=-999., - PERTSHC=-999., - PERTZT=-999., - PERTLAI=-999., - PERTVEGF=-999., - PERTALB=-999., - SFC_TAU=21600, - SFC_LSCALE=500000, - ISEED_SFC=0, - SPPT_LAND=.FALSE., -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_cpt.nml.IN b/parm/ccpp_cpt.nml.IN deleted file mode 100644 index 072e577b92..0000000000 --- a/parm/ccpp_cpt.nml.IN +++ /dev/null @@ -1,356 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = @[NPZ] - nudge_qv = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - use_ufo = .true. - pre_rad = .false. - crtrh = 0.93,0.90,0.95 - ncld = 2 - imp_physics = 10 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = -1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - oz_phys = .false. - oz_phys_2015 = .true. - debug = .false. - ras = .false. - cscnv = .true. - do_shoc = .false. - do_aw = .true. - shoc_cld = .false. - h2o_phys = .true. - shcnvcw = .false. - xkzm_h = 0.5 - xkzm_m = 0.5 - xkzm_s = 1.0 - nstf_name = @[NSTF_NAME] - nst_anl = .true. - ccwf = 1.0,1.0 - dlqf = 0.25,0.05 - mg_dcs = 200.0 - mg_ts_auto_ice = 180.0,900.0 - mg_qcvar = 1.0 - fprcp = 2 - pdfflag = 4 - iccn = .false. - aero_in = .false. - mg_do_graupel = .true. - mg_do_hail = .false. - do_sb_physics = .true. - mg_do_ice_gmao = .false. - mg_do_liq_liu = .true. - cs_parm = 8.0,4.0,1.0e3,3.5e3,20.0,1.0,0.0,1.0,0.6,0.0 - shoc_parm = 7000.0,1.0,2.0,0.7,-999.0 - ctei_rm = 0.60,0.23 - max_lon = 8000 - max_lat = 4000 - rhcmax = 0.9999999 - effr_in = .true. - ltaerosol = .false. - lradar = .false. - cplflx = .false. - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1500. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_csawmg.nml.IN b/parm/ccpp_csawmg.nml.IN deleted file mode 100644 index cd6d819007..0000000000 --- a/parm/ccpp_csawmg.nml.IN +++ /dev/null @@ -1,306 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 13 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - crtrh = 0.93,0.90,0.95 - ncld = 2 - imp_physics = 10 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .false. - hybedmf = .true. - satmedmf = .false. - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .false. - imfshalcnv = 2 - imfdeepcnv = -1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - oz_phys = .false. - oz_phys_2015 = .true. - debug = .false. - - ras = .false. - cscnv = .true. - do_shoc = .false. - shoc_parm = 7000.0,1.0,2.0,0.7,-999.0 - do_aw = .true. - shoc_cld = .false. - h2o_phys = .true. - shcnvcw = .false. - xkzm_h = 0.5 - xkzm_m = 0.5 - xkzm_s = 1.0 - ccwf = 1.0,1.0 - dlqf = 0.25,0.05 - mg_dcs = 200.0 - mg_ts_auto_ice = 180.0,900.0 - mg_qcvar = 1.0 - fprcp = 2 - pdfflag = 4 - iccn = .false. - aero_in = .false. - mg_do_graupel = .true. - mg_do_hail = .false. - do_sb_physics = .true. - mg_do_ice_gmao = .false. - mg_do_liq_liu = .true. - cs_parm = 8.0,4.0,1.0e3,3.5e3,20.0,1.0,0.0,1.0,0.6,0.0 - ctei_rm = 0.60,0.23 - max_lon = 8000 - max_lat = 4000 - rhcmax = 0.9999999 - effr_in = .true. - - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_csawmg3shoc127.nml.IN b/parm/ccpp_csawmg3shoc127.nml.IN deleted file mode 100644 index f29b5becae..0000000000 --- a/parm/ccpp_csawmg3shoc127.nml.IN +++ /dev/null @@ -1,306 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = @[NPZ] - nudge_qv = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0.0 - a_imp = 1.0 - p_fac = 0.1 - k_split = 1 - n_split = 8 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.16 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 13 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - do_sat_adj = .false. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - crtrh = 0.98,0.98,0.90 - ncld = 2 - imp_physics = 10 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .false.. - cal_pre = .false. - redrag = .true. - dspheat = .fasle. - hybedmf = .false. - satmedmf = .false. - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .false. - imfshalcnv = -1 - imfdeepcnv = -1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - - ras = .false. - cscnv = .true. - do_shoc = .true. - shoc_parm = 7000.0,1.0,2.0,0.7,-999.0 - do_aw = .true. - shoc_cld = .true. - h2o_phys = .true. - shcnvcw = .false. - xkzm_h = 0.5 - xkzm_m = 0.5 - xkzm_s = 1.0 - ccwf = 1.0,1.0 - dlqf = 0.25,0.05 - mg_dcs = 200.0 - mg_ts_auto_ice = 180.0,900.0 - mg_qcvar = 1.0 - fprcp = 2 - pdfflag = 4 - iccn = .false. - aero_in = .false. - mg_do_graupel = .true. - mg_do_hail = .false. - do_sb_physics = .true. - mg_do_ice_gmao = .false. - mg_do_liq_liu = .true. - cs_parm = 8.0,4.0,1.0e3,3.5e3,20.0,1.0,0.0,1.0,0.6,0.0 - ctei_rm = 0.60,0.23 - max_lon = 8000 - max_lat = 4000 - rhcmax = 0.9999999 - effr_in = .true. - oz_phys = .false. - oz_phys_2015 = .true. - - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_csawmgshoc.nml.IN b/parm/ccpp_csawmgshoc.nml.IN deleted file mode 100644 index 2914e0ccfb..0000000000 --- a/parm/ccpp_csawmgshoc.nml.IN +++ /dev/null @@ -1,305 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 13 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - crtrh = 1.00,1.00,0.95 - ncld = 2 - imp_physics = 10 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .false.. - cal_pre = .false. - redrag = .true. - dspheat = .false. - hybedmf = .false. - satmedmf = .false. - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .false. - imfshalcnv = -1 - imfdeepcnv = -1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - - ras = .false. - cscnv = .true. - do_shoc = .true. - shoc_parm = 7000.0,1.0,2.0,0.7,-999.0 - do_aw = .true. - shoc_cld = .true. - h2o_phys = .true. - shcnvcw = .false. - xkzm_h = 1.0 - xkzm_m = 1.0 - xkzm_s = 1.0 - ccwf = 1.0,1.0 - dlqf = 0.25,0.05 - mg_dcs = 200.0 - mg_ts_auto_ice = 180.0,900.0 - mg_qcvar = 1.0 - fprcp = 2 - pdfflag = 4 - iccn = .false. - aero_in = .false. - mg_do_graupel = .true. - mg_do_hail = .false. - do_sb_physics = .true. - mg_do_ice_gmao = .false. - mg_do_liq_liu = .true. - cs_parm = 8.0,4.0,1.0e3,3.5e3,20.0,1.0,0.0,1.0,0.6,0.0 - ctei_rm = 0.60,0.23 - max_lon = 8000 - max_lat = 4000 - rhcmax = 0.9999999 - effr_in = .true. - oz_phys = .false. - oz_phys_2015 = .true. - - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_gfdlmp.nml.IN b/parm/ccpp_gfdlmp.nml.IN deleted file mode 100644 index 8475c4cc10..0000000000 --- a/parm/ccpp_gfdlmp.nml.IN +++ /dev/null @@ -1,319 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 30 - nudge_qv = .T. - rf_fast = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 1 - n_split = 8 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 600 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - ldiag_ugwp = @[LDIAG_UGWP] - do_ugwp = @[DO_UGWP] - do_tofd = @[DO_TOFD] - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - do_myjsfc = @[DO_MYJSFC] - do_myjpbl = @[DO_MYJPBL] - shinhong = @[SHINHONG] - do_ysu = @[DO_YSU] - lheatstrg = @[LHEATSTRG] - lgfdlmprad = @[LGFDLMPRAD] - effr_in = @[EFFR_IN] - random_clds = .false. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = @[IMFSHALCNV] - imfdeepcnv = @[IMFDEEPCNV] - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = @[LSM] - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - oz_phys = @[OZ_PHYS_OLD] - oz_phys_2015 = @[OZ_PHYS_NEW] - h2o_phys = @[H2O_PHYS] - nstf_name = @[NSTF_NAME] - xkzminv = 0.3 - xkzm_m = 1.0 - xkzm_h = 1.0 - do_sppt = @[DO_SPPT] - do_shum = @[DO_SHUM] - do_skeb = @[DO_SKEB] - do_sfcperts = @[DO_SFCPERTS] -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 300. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, - LANDICE = @[LANDICE] -/ -&nam_stochy -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_gsd.nml.IN b/parm/ccpp_gsd.nml.IN deleted file mode 100644 index c930d645f6..0000000000 --- a/parm/ccpp_gsd.nml.IN +++ /dev/null @@ -1,338 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 10 - nudge_qv = .T. - rf_fast = .F. - tau = 10. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0. - dnats = @[DNATS] - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 5 - hord_vt = 5 - hord_tm = 5 - hord_dp = -5 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - do_sat_adj = @[DO_SAT_ADJ] - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - agrid_vel_rst = .true. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - h2o_phys = .true. - ldiag3d = .false. - fhcyc = @[FHCYC] - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = @[IMP_PHYSICS] - ltaerosol = @[LTAEROSOL] - lradar = @[LRADAR] - ttendlim = 0.004 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - iaer = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = .false. - lheatstrg = @[LHEATSTRG] - do_mynnedmf = @[DO_MYNNEDMF] - do_mynnsfclay = .false. - random_clds = .false. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = @[IMFSHALCNV] - imfdeepcnv = @[IMFDEEPCNV] - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - debug = .false. - oz_phys = .false. - oz_phys_2015 = .true. - nstf_name = @[NSTF_NAME] - cplflx = @[CPLFLX] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] - do_sppt = @[DO_SPPT] - do_shum = @[DO_SHUM] - do_skeb = @[DO_SKEB] - do_sfcperts = @[DO_SFCPERTS] - lsm = @[LSM] - lsoil_lsm = @[LSOIL_LSM] - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - icloud_bl = 1 - bl_mynn_tkeadvect = .true. - bl_mynn_edmf = 1 - bl_mynn_edmf_mom = 1 - gwd_opt = @[GWD_OPT] -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 300. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts - NSFCPERT=6, - PERTZ0=-999., - PERTSHC=-999., - PERTZT=-999., - PERTLAI=-999., - PERTVEGF=-999., - PERTALB=-999., - SFC_TAU=21600, - SFC_LSCALE=500000, - ISEED_SFC=0, - SPPT_LAND=.FALSE., -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_input_nest02.nml.IN b/parm/ccpp_input_nest02.nml.IN deleted file mode 100644 index 6d4ebc3eca..0000000000 --- a/parm/ccpp_input_nest02.nml.IN +++ /dev/null @@ -1,302 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - - &atmos_model_nml - blocksize = 24 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml -! grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES_NEST],@[JNPES_NEST] - io_layout = 1,1 - npx = 211 - npy = 193 - ntiles = 1, - npz = @[NPZ] -! grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 30 - nudge_qv = .T. - rf_fast = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 600 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 0. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. - - nested = .true. - twowaynest = .true. - parent_grid_num = 1 - parent_tile = 6 - refinement = 3 - ioffset = 14 - joffset = 19 - nestupdate = 7 - -/ -&nest_nml - ntiles = 2 - nest_pes = 48,48 - p_split = 1 -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .false. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = @[NSTF_NAME] - xkzminv = 0.3 - xkzm_m = 1.0 - xkzm_h = 1.0 -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 300. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_regional.nml.IN b/parm/ccpp_regional.nml.IN deleted file mode 100644 index cb8cdfe678..0000000000 --- a/parm/ccpp_regional.nml.IN +++ /dev/null @@ -1,302 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - - &atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - - &fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - - &fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 2000200, - print_memory_usage = .false. -/ - - &fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - - &fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = 211 - npy = 193 - ntiles = 1, - npz = 64 - !grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .T. - reset_eta = .F. - n_sponge = 20 - nudge_qv = .T. - tau = 3.0 - rf_cutoff = 10.e2 - d2_bg_k1 = 0.16 - d2_bg_k2 = 0.02 - kord_tm = -10 - kord_mt = 10 - kord_wz = 10 - kord_tr = 10 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.08 - vtdm4 = 0.0 - delt_max = 0.008 - ke_bg = 0. - do_vort_damp = .T. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1.0 - hord_mt = 6 - hord_vt = -5 - hord_tm = -5 - hord_dp = -5 - hord_tr = -8 - adjust_dry_mass = .F. - consv_te = 0. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - - do_schmidt = .true. - target_lat = 35.5 - target_lon = -97.5 - stretch_fac = 1.5 -!! nord_zs_filter = 4 - n_zs_filter = 0 - regional = .true. - bc_update_interval = 6 -/ - - &external_ic_nml - filtered_terrain = .true. - levp = 65 - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - - &gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .true. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 2.0, 0.25 ! NCEP default - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - oz_phys = @[OZ_PHYS_OLD] - oz_phys_2015 = @[OZ_PHYS_NEW] - nstf_name = 1,1,1,0,5 - cplflx = .F. - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] - do_sppt = @[DO_SPPT] - do_shum = @[DO_SHUM] - do_skeb = @[DO_SKEB] - do_sfcperts = @[DO_SFCPERTS] -/ - - &interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp" - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ - - &gfdl_cloud_microphysics_nml - sedi_transport = .false. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 180. - tau_v2l = 90. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 90. -/ - -&nam_stochy -/ - -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_regional_c768.nml.IN b/parm/ccpp_regional_c768.nml.IN deleted file mode 100644 index 74548b2d53..0000000000 --- a/parm/ccpp_regional_c768.nml.IN +++ /dev/null @@ -1,302 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - - &atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = 1 - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - - &fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - - &fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - - &fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - - &fv_core_nml - layout = 20,24 - io_layout = 1,1 - npx = 1729 - npy = 1441 - ntiles = 1, - npz = 64 - !grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .T. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .T. - tau = 5. - rf_cutoff = 20.e2 - d2_bg_k1 = 0.20 - d2_bg_k2 = 0.04 - kord_tm = -11 - kord_mt = 11 - kord_wz = 11 - kord_tr = 11 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 4 - n_split = 5 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 300 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.008 - ke_bg = 0. - do_vort_damp = .T. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1.0 - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 0. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - - do_schmidt = .true. - target_lat = 35.5 - target_lon = -97.5 - stretch_fac = 1.5 -!! nord_zs_filter = 4 - n_zs_filter = 0 - regional = .true. - bc_update_interval = 6 -/ - - &external_ic_nml - filtered_terrain = .true. - levp = 65 - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - - &gfs_physics_nml - fhzero = 3. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .false. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .false. - trans_trac = .true. - cnvcld = .false. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5, 0.25 ! NCEP default - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - oz_phys = @[OZ_PHYS_OLD] - oz_phys_2015 = @[OZ_PHYS_NEW] - nstf_name = 1,1,1,0,5 - cplflx = .F. - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] - do_sppt = @[DO_SPPT] - do_shum = @[DO_SHUM] - do_skeb = @[DO_SKEB] - do_sfcperts = @[DO_SFCPERTS] -/ - - &interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp" - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ - - &gfdl_cloud_microphysics_nml - sedi_transport = .false. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 180. - tau_v2l = 90. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 90. -/ - -&nam_stochy -/ - -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_stretched-input.nml.IN b/parm/ccpp_stretched-input.nml.IN deleted file mode 100644 index 748ec302a7..0000000000 --- a/parm/ccpp_stretched-input.nml.IN +++ /dev/null @@ -1,293 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 30 - nudge_qv = .T. - rf_fast = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 1 - n_split = 8 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 600 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. - - do_schmidt = .true. - target_lat = 35.5 - target_lon = -97.5 - stretch_fac = 1.5 - -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .false. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = @[NSTF_NAME] - xkzminv = 0.3 - xkzm_m = 1.0 - xkzm_h = 1.0 -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 300. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_stretched-nest-input.nml.IN b/parm/ccpp_stretched-nest-input.nml.IN deleted file mode 100644 index 4e026df37d..0000000000 --- a/parm/ccpp_stretched-nest-input.nml.IN +++ /dev/null @@ -1,298 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml -! grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6, - npz = @[NPZ] -! grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 30 - nudge_qv = .T. - rf_fast = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 1 - n_split = 8 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 600 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. - - do_schmidt = .true. - target_lat = 35.5 - target_lon = -97.5 - stretch_fac = 1.5 - -/ -&nest_nml - ntiles = 2 - nest_pes = 48,48 - p_split = 1 -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .false. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = @[NSTF_NAME] - xkzminv = 0.3 - xkzm_m = 1.0 - xkzm_h = 1.0 -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 300. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/ccpp_v15p2_c96.nml.IN b/parm/ccpp_v15p2_c96.nml.IN index 052c88516f..ef7186f6fa 100644 --- a/parm/ccpp_v15p2_c96.nml.IN +++ b/parm/ccpp_v15p2_c96.nml.IN @@ -1,305 +1,309 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi' - date_out_of_range = 'climo' -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = 1 - fhmax = 384 - fhout = 3 - fhmaxhf = 120 - fhouthf = 1 - ccpp_suite = 'FV3_GFS_v15p2' -/ - -&diag_manager_nml - prepend_date = .false. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100 - max_files_w = 100 -/ - -&fms_nml - clock_grain = 'ROUTINE' - domains_stack_size = 3000000 - print_memory_usage = .false. -/ - -&fv_core_nml - layout = 3,8 - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6 - npz = 64 - grid_type = -1 - make_nh = .false. - fv_debug = .false. - range_warn = .false. - reset_eta = .false. - n_sponge = 10 - nudge_qv = .true. - nudge_dz = .false. - tau = 10. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .false. - phys_hydrostatic = .false. - use_hydro_pressure = .false. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = 0 - d_ext = 0. - dnats = 1 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = .true. - external_eta = .true. - gfs_phil = .false. - nggps_ic = .true. - mountain = .false. - ncep_ic = .false. - d_con = 1. - hord_mt = 5 - hord_vt = 5 - hord_tm = 5 - hord_dp = -5 - hord_tr = 8 - adjust_dry_mass = .false. - consv_te = 1. - do_sat_adj = .true. - consv_am = .false. - fill = .true. - dwind_2d = .false. - print_freq = 6 - warm_start = .false. - no_dycore = .false. - z_tracer = .true. - agrid_vel_rst = .true. - read_increment = .false. - res_latlon_dynamics = "" -/ - -&external_ic_nml - filtered_terrain = .true. - levp = 65 - gfs_dwinds = .true. - checker_tr = .false. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6 - h2o_phys = .true. - ldiag3d = .false. - fhcyc = 24 - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - iaer = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = .true. - random_clds = .false. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - debug = .false. - oz_phys = .F. - oz_phys_2015 = .T. - nstf_name = 2,1,0,0,0 - nst_anl = .true. - psautco = 0.0008,0.0005 - prautco = 0.00015,0.00015 - lgfdlmprad = .true. - effr_in = .true. - do_sppt = .T. - do_shum = .T. - do_skeb = .T. - do_sfcperts = .F. -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = 'global_glacier.2x2.grb' - FNMXIC = 'global_maxice.2x2.grb' - FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' - FNSNOC = 'global_snoclim.1.875.grb' - FNZORC = 'igbp' - FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' - FNALBC2 = 'global_albedo4.1x1.grb' - FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' - FNTG3C = 'global_tg3clim.2.6x1.5.grb' - FNVEGC = 'global_vegfrac.0.144.decpercent.grb' - FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' - FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' - FNSMCC = 'global_soilmgldas.t126.384.190.grb' - FNMSKH = 'seaice_newland.grb' - FNTSFA = '' - FNACNA = '' - FNSNOA = '' - FNVMNC = 'global_shdmin.0.144x0.144.grb' - FNVMXC = 'global_shdmax.0.144x0.144.grb' - FNSLPC = 'global_slope.1x1.grb' - FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' - LDEBUG = .false. - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999 - FAISL = 99999 - FVETL = 99999 - FSOTL = 99999 - FvmnL = 99999 - FvmxL = 99999 - FSLPL = 99999 - FABSL = 99999 -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&nam_stochy - ntrunc = 766 - lon_s = 1536 - lat_s = 768 - skeb = 0.3 - iseed_skeb = 2019102712451 - iseed_shum = 2019102712452 - iseed_sppt = 2019102712453 - skeb_tau = 21600. - skeb_lscale = 500000. - skebnorm = 0 - skeb_npass = 30 - skeb_vdof = 5 - shum = 0.005 - shum_tau = 21600. - shum_lscale = 500000. - sppt = 0.5 - sppt_tau = 21600. - sppt_lscale = 500000. - sppt_logit = .true. - sppt_sfclimit = .true. - use_zmtnblck = .true. -/ - -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ - +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + fhmax = 384 + fhout = 3 + fhmaxhf = 120 + fhouthf = 1 + ccpp_suite = 'FV3_GFS_v15p2' +/ + +&diag_manager_nml + prepend_date = .false. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.15 + d2_bg_k2 = 0.02 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 3.5,0.25 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + debug = .false. + oz_phys = .F. + oz_phys_2015 = .T. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + do_sppt = .true. + do_shum = .true. + do_skeb = .true. + do_sfcperts = .false. +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' + FNSMCC = 'global_soilmgldas.t126.384.190.grb' + FNMSKH = 'seaice_newland.grb' + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = .true. + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 99999 + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 25 +/ + diff --git a/parm/ccpp_v16beta_c96.nml.IN b/parm/ccpp_v16beta_c96.nml.IN index 1e19fcff3d..db6af718c4 100644 --- a/parm/ccpp_v16beta_c96.nml.IN +++ b/parm/ccpp_v16beta_c96.nml.IN @@ -1,338 +1,338 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi' - date_out_of_range = 'climo' -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = 1 - fhmax = 384 - fhout = 3 - fhmaxhf = 120 - fhouthf = 1 - ccpp_suite = 'FV3_GFS_v16beta' -/ - -&diag_manager_nml - prepend_date = .false. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100 - max_files_w = 100 -/ - -&mpp_io_nml -shuffle=1 -deflate_level=1 -/ - -&fms_nml - clock_grain = 'ROUTINE' - domains_stack_size = 3000000 - print_memory_usage = .false. -/ - -&fv_core_nml - layout = 3,8 - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6 - npz = 64 - grid_type = -1 - make_nh = .false. - fv_debug = .false. - range_warn = .false. - reset_eta = .false. - n_sponge = 10 - nudge_qv = .true. - nudge_dz = .false. - tau = 10. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.20 - d2_bg_k2 = 0.0 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .false. - phys_hydrostatic = .false. - use_hydro_pressure = .false. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = 0 - d_ext = 0. - dnats = 1 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = .true. - external_eta = .true. - gfs_phil = .false. - nggps_ic = .true. - mountain = .false. - ncep_ic = .false. - d_con = 1. - hord_mt = 5 - hord_vt = 5 - hord_tm = 5 - hord_dp = -5 - hord_tr = 8 - adjust_dry_mass = .false. - consv_te = 1. - do_sat_adj = .true. - consv_am = .false. - fill = .true. - dwind_2d = .false. - print_freq = 6 - warm_start = .false. - no_dycore = .false. - z_tracer = .true. - agrid_vel_rst = .true. - read_increment = .false. - res_latlon_dynamics = "" -/ - -&external_ic_nml - filtered_terrain = .true. - levp = 65 - gfs_dwinds = .true. - checker_tr = .false. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6 - h2o_phys = .true. - ldiag3d = .false. - fhcyc = 24 - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - iaer = 5111 - icliq_sw = 2 - iovr_lw = 3 - iovr_sw = 3 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = .false. - satmedmf = .true. - isatmedmf = 1 - lheatstrg = .true. - random_clds = .false. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 4.0,0.15,1.0,1.0 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsoil = 4 - lsm = 1 - iopt_dveg = 1 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - oz_phys = .F. - oz_phys_2015 = .T. - nstf_name = 2,1,0,0,0 - nst_anl = .true. - psautco = 0.0008,0.0005 - prautco = 0.00015,0.00015 - lgfdlmprad = .true. - effr_in = .true. - ldiag_ugwp = .false. - do_ugwp = .false. - do_tofd = .true. - do_sppt = .true. - do_shum = .true. - do_skeb = .true. - do_sfcperts = .false. -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. - reiflag = 2 -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = 'global_glacier.2x2.grb' - FNMXIC = 'global_maxice.2x2.grb' - FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' - FNSNOC = 'global_snoclim.1.875.grb' - FNZORC = 'igbp' - FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' - FNALBC2 = 'global_albedo4.1x1.grb' - FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' - FNTG3C = 'global_tg3clim.2.6x1.5.grb' - FNVEGC = 'global_vegfrac.0.144.decpercent.grb' - FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' - FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' - FNSMCC = 'global_soilmgldas.t126.384.190.grb' - FNMSKH = 'seaice_newland.grb' - FNTSFA = '' - FNACNA = '' - FNSNOA = '' - FNVMNC = 'global_shdmin.0.144x0.144.grb' - FNVMXC = 'global_shdmax.0.144x0.144.grb' - FNSLPC = 'global_slope.1x1.grb' - FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' - LDEBUG = .false. - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - LANDICE = .true. - FTSFS = 90 - FAISL = 99999 - FAISS = 99999 - FSNOL = 99999 - FSNOS = 99999 - FSICL = 99999 - FSICS = 99999 - FTSFL = 99999 - FVETL = 99999 - FSOTL = 99999 - FvmnL = 99999 - FvmxL = 99999 - FSLPL = 99999 - FABSL = 99999 -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&nam_stochy - ntrunc = 766 - lon_s = 1536 - lat_s = 768 - skeb = 0.3 - iseed_skeb = 2019102712451 - iseed_shum = 2019102712452 - iseed_sppt = 2019102712453 - skeb_tau = 21600. - skeb_lscale = 500000. - skebnorm = 0 - skeb_npass = 30 - skeb_vdof = 5 - shum = 0.005 - shum_tau = 21600. - shum_lscale = 500000. - sppt = 0.5 - sppt_tau = 21600. - sppt_lscale = 500000. - sppt_logit = .true. - sppt_sfclimit = .true. - use_zmtnblck = .true. -/ - -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 27 -/ - +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + fhmax = 384 + fhout = 3 + fhmaxhf = 120 + fhouthf = 1 + ccpp_suite = 'FV3_GFS_v16beta' +/ + +&diag_manager_nml + prepend_date = .false. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&mpp_io_nml +shuffle=1 +deflate_level=1 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.0 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 5111 + icliq_sw = 2 + iovr_lw = 3 + iovr_sw = 3 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + satmedmf = .true. + isatmedmf = 1 + lheatstrg = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 4.0,0.15,1.0,1.0 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = 1 + iopt_dveg = 1 + iopt_crs = 1 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_alb = 2 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 1 + debug = .false. + oz_phys = .F. + oz_phys_2015 = .T. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + ldiag_ugwp = .false. + do_ugwp = .false. + do_tofd = .true. + do_sppt = .true. + do_shum = .true. + do_skeb = .true. + do_sfcperts = .false. +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' + FNSMCC = 'global_soilmgldas.t126.384.190.grb' + FNMSKH = 'seaice_newland.grb' + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = .true. + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 99999 + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 27 +/ + diff --git a/parm/cpt.nml.IN b/parm/cpt.nml.IN deleted file mode 100644 index 17e4e811d4..0000000000 --- a/parm/cpt.nml.IN +++ /dev/null @@ -1,353 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = @[NPZ] - nudge_qv = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - use_ufo = .true. - pre_rad = .false. - crtrh = 0.93,0.90,0.95 - ncld = 2 - imp_physics = 10 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = -1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - ras = .false. - cscnv = .true. - do_shoc = .false. - do_aw = .true. - shoc_cld = .false. - h2o_phys = .true. - shcnvcw = .false. - xkzm_h = 0.5 - xkzm_m = 0.5 - xkzm_s = 1.0 - nstf_name = @[NSTF_NAME] - nst_anl = .true. - ccwf = 1.0,1.0 - dlqf = 0.25,0.05 - mg_dcs = 200.0 - mg_ts_auto_ice = 180.0,900.0 - mg_qcvar = 1.0 - fprcp = 2 - pdfflag = 4 - iccn = .false. - aero_in = .false. - mg_do_graupel = .true. - mg_do_hail = .false. - do_sb_physics = .true. - mg_do_ice_gmao = .false. - mg_do_liq_liu = .true. - cs_parm = 8.0,4.0,1.0e3,3.5e3,20.0,1.0,0.0,1.0,0.6,0.0 - shoc_parm = 7000.0,1.0,2.0,0.7,-999.0 - ctei_rm = 0.60,0.23 - max_lon = 8000 - max_lat = 4000 - rhcmax = 0.9999999 - effr_in = .true. - ltaerosol = .false. - lradar = .false. - cplflx = .false. - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1500. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/csawmg.nml.IN b/parm/csawmg.nml.IN deleted file mode 100644 index fc657ffd14..0000000000 --- a/parm/csawmg.nml.IN +++ /dev/null @@ -1,303 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 13 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - crtrh = 0.93,0.90,0.95 - ncld = 2 - imp_physics = 10 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .false. - hybedmf = @[HYBEDMF] - satmedmf = .false. - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .false. - imfshalcnv = 2 - imfdeepcnv = -1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - - ras = .false. - cscnv = .true. - do_shoc = .false. - shoc_parm = 7000.0,1.0,2.0,0.7,-999.0 - do_aw = .true. - shoc_cld = .false. - h2o_phys = .true. - shcnvcw = .false. - xkzm_h = 0.5 - xkzm_m = 0.5 - xkzm_s = 1.0 - ccwf = 1.0,1.0 - dlqf = 0.25,0.05 - mg_dcs = 200.0 - mg_ts_auto_ice = 180.0,900.0 - mg_qcvar = 1.0 - fprcp = 2 - pdfflag = 4 - iccn = .false. - aero_in = .false. - mg_do_graupel = .true. - mg_do_hail = .false. - do_sb_physics = .true. - mg_do_ice_gmao = .false. - mg_do_liq_liu = .true. - cs_parm = 8.0,4.0,1.0e3,3.5e3,20.0,1.0,0.0,1.0,0.6,0.0 - ctei_rm = 0.60,0.23 - max_lon = 8000 - max_lat = 4000 - rhcmax = 0.9999999 - effr_in = .true. - - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/csawmg3shoc127.nml.IN b/parm/csawmg3shoc127.nml.IN deleted file mode 100644 index 19bade9cf0..0000000000 --- a/parm/csawmg3shoc127.nml.IN +++ /dev/null @@ -1,303 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = @[NPZ] - nudge_qv = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0.0 - a_imp = 1.0 - p_fac = 0.1 - k_split = 1 - n_split = 8 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.16 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 13 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - do_sat_adj = .false. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - crtrh = 0.98,0.98,0.90 - ncld = 2 - imp_physics = 10 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .false.. - cal_pre = .false. - redrag = .true. - dspheat = .fasle. - hybedmf = @[HYBEDMF] - satmedmf = .false. - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .false. - imfshalcnv = -1 - imfdeepcnv = -1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - - ras = .false. - cscnv = .true. - do_shoc = .true. - shoc_parm = 7000.0,1.0,2.0,0.7,-999.0 - do_aw = .true. - shoc_cld = .true. - h2o_phys = .true. - shcnvcw = .false. - xkzm_h = 0.5 - xkzm_m = 0.5 - xkzm_s = 1.0 - ccwf = 1.0,1.0 - dlqf = 0.25,0.05 - mg_dcs = 200.0 - mg_ts_auto_ice = 180.0,900.0 - mg_qcvar = 1.0 - fprcp = 2 - pdfflag = 4 - iccn = .false. - aero_in = .false. - mg_do_graupel = .true. - mg_do_hail = .false. - do_sb_physics = .true. - mg_do_ice_gmao = .false. - mg_do_liq_liu = .true. - cs_parm = 8.0,4.0,1.0e3,3.5e3,20.0,1.0,0.0,1.0,0.6,0.0 - ctei_rm = 0.60,0.23 - max_lon = 8000 - max_lat = 4000 - rhcmax = 0.9999999 - effr_in = .true. - - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/csawmgshoc.nml.IN b/parm/csawmgshoc.nml.IN deleted file mode 100644 index b770f6d21b..0000000000 --- a/parm/csawmgshoc.nml.IN +++ /dev/null @@ -1,302 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 13 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - crtrh = 1.00,1.00,0.95 - ncld = 2 - imp_physics = 10 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .false.. - cal_pre = .false. - redrag = .true. - dspheat = .false. - hybedmf = @[HYBEDMF] - satmedmf = .false. - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .false. - imfshalcnv = -1 - imfdeepcnv = -1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - - ras = .false. - cscnv = .true. - do_shoc = .true. - shoc_parm = 7000.0,1.0,2.0,0.7,-999.0 - do_aw = .true. - shoc_cld = .true. - h2o_phys = .true. - shcnvcw = .false. - xkzm_h = 1.0 - xkzm_m = 1.0 - xkzm_s = 1.0 - ccwf = 1.0,1.0 - dlqf = 0.25,0.05 - mg_dcs = 200.0 - mg_ts_auto_ice = 180.0,900.0 - mg_qcvar = 1.0 - fprcp = 2 - pdfflag = 4 - iccn = .false. - aero_in = .false. - mg_do_graupel = .true. - mg_do_hail = .false. - do_sb_physics = .true. - mg_do_ice_gmao = .false. - mg_do_liq_liu = .true. - cs_parm = 8.0,4.0,1.0e3,3.5e3,20.0,1.0,0.0,1.0,0.6,0.0 - ctei_rm = 0.60,0.23 - max_lon = 8000 - max_lat = 4000 - rhcmax = 0.9999999 - effr_in = .true. - - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/gfdlmp.nml.IN b/parm/gfdlmp.nml.IN deleted file mode 100644 index d1a1d1a99e..0000000000 --- a/parm/gfdlmp.nml.IN +++ /dev/null @@ -1,308 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 30 - nudge_qv = .T. - rf_fast = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 1 - n_split = 8 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 600 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - ldiag_ugwp = @[LDIAG_UGWP] - do_ugwp = @[DO_UGWP] - do_tofd = @[DO_TOFD] - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - lgfdlmprad = @[LGFDLMPRAD] - effr_in = @[EFFR_IN] - random_clds = .false. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = @[LSM] - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - h2o_phys = @[H2O_PHYS] - nstf_name = @[NSTF_NAME] - xkzminv = 0.3 - xkzm_m = 1.0 - xkzm_h = 1.0 -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 300. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, - LANDICE = @[LANDICE] -/ -&nam_stochy -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/input.nml.IN b/parm/input.nml.IN deleted file mode 100644 index e3a4fd75ab..0000000000 --- a/parm/input.nml.IN +++ /dev/null @@ -1,300 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .T. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 2 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 1 - imp_physics = 99 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .true. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - isatmedmf = @[ISATMEDMF] - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - h2o_phys = @[H2O_PHYS] - nstf_name = @[NSTF_NAME] - cplflx = @[CPLFLX] - cplwav = @[CPLWAV] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] - do_sppt = @[DO_SPPT] - do_shum = @[DO_SHUM] - do_skeb = @[DO_SKEB] - do_sfcperts = @[DO_SFCPERTS] - nca = 1 - ncells = 5 - nfracseed = 0.5 - nlives = 30 - nthresh = 0.5 - nseed = 100000 - do_ca = .false. - ca_global = .false. - ca_sgs = .true. - ca_smooth = .false. - nspinup = 1000 - iseed_ca = 0 - isppt_deep = .false. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts - NSFCPERT=6, - PERTZ0=-999., - PERTSHC=-999., - PERTZT=-999., - PERTLAI=-999., - PERTVEGF=-999., - PERTALB=-999., - SFC_TAU=21600, - SFC_LSCALE=500000, - ISEED_SFC=0, - SPPT_LAND=.FALSE., -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/input_nest02.nml.IN b/parm/input_nest02.nml.IN deleted file mode 100644 index 8186d5b222..0000000000 --- a/parm/input_nest02.nml.IN +++ /dev/null @@ -1,301 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml -! grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES_NEST],@[JNPES_NEST] - io_layout = 1,1 - npx = 211 - npy = 193 - ntiles = 1, - npz = @[NPZ] -! grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 30 - nudge_qv = .T. - rf_fast = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 600 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 0. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. - - nested = .true. - twowaynest = .true. - parent_grid_num = 1 - parent_tile = 6 - refinement = 3 - ioffset = 14 - joffset = 19 - nestupdate = 7 - -/ -&nest_nml - ntiles = 2 - nest_pes = 48,48 - p_split = 1 -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .false. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = @[NSTF_NAME] - xkzminv = 0.3 - xkzm_m = 1.0 - xkzm_h = 1.0 -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 300. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/nems.configure.blocked_atm_wav.IN b/parm/nems.configure.blocked_atm_wav.IN deleted file mode 100644 index 56dcdbb87f..0000000000 --- a/parm/nems.configure.blocked_atm_wav.IN +++ /dev/null @@ -1,35 +0,0 @@ -############################################# -#### NEMS Run-Time Configuration File ##### -############################################# - -# EARTH # -EARTH_component_list: ATM WAV -EARTH_attributes:: - Verbosity = 0 -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_attributes:: - Verbosity = 0 - DumpFields = false -:: - -# WAV # -WAV_model: @[wav_model] -WAV_petlist_bounds: @[wav_petlist_bounds] -WAV_attributes:: - Verbosity = 0 -:: - - - -# Run Sequence # -runSeq:: - @@[coupling_interval_sec] - ATM -> WAV - ATM - WAV - @ -:: diff --git a/parm/params_grib2_tbl_new b/parm/params_grib2_tbl_new deleted file mode 100755 index b9ab462a7d..0000000000 --- a/parm/params_grib2_tbl_new +++ /dev/null @@ -1,1388 +0,0 @@ -! -!Table History Log: -!2010-01-21 V. Krishna Kumar/NCO/SIB -!2011-09-25 V. Krishna Kumar updated the parameters since -! the 2010 implemenation -!2012-01-25 J. WANG updated table 4.2-0-20 -!2013-08-08 B. VUONG Added more parameters -!2015-08-26 B. VUONG Added more parameters and -! updated table 4.2-0-20 -!2017-02-28 B. VUONG Added more parameters and -! new tables 4.2-3-2,3,4,and 6 -! -!GRIB2 parameter table for all disciplines and categories -!The fields in order are grib2_discipline grib2_category -!grib2_parameter_number grib2_table_information (0 for the parameter -!from the WMO table and 1 for the parameter from the NCEP local table) -!grib2_NCEP_mnemonic (locally defined at NCEP). WMO parameters have values -!ranging from 0 to 191 and NCEP local table parameters have values from 192 -!to 254 and the parameter value 255 is a missing or undefined. -!Comment cards with the ! will not be read by the program -! -! -! GRIB2 - TABLE 4.2-0-0 PARAMETERS FOR DISCIPLINE 0 CATEGORY 0 -! - 0 0 0 0 TMP - 0 0 1 0 VTMP - 0 0 2 0 POT - 0 0 3 0 EPOT - 0 0 4 0 TMAX - 0 0 5 0 TMIN - 0 0 6 0 DPT - 0 0 7 0 DEPR - 0 0 8 0 LAPR - 0 0 9 0 TMPA - 0 0 10 0 LHTFL - 0 0 11 0 SHTFL - 0 0 12 0 HEATX - 0 0 13 0 WCF - 0 0 14 0 MINDPD - 0 0 15 0 VPTMP - 0 0 16 0 SNOHF - 0 0 17 0 SKINT - 0 0 18 0 SNOT - 0 0 19 0 TTCHT - 0 0 20 0 TDCHT - 0 0 21 0 APTMP -! Added more parameters in 2/28/2017 - 0 0 22 0 TTSWR - 0 0 23 0 TTLWR - 0 0 24 0 TTSWRCS - 0 0 25 0 TTLWRCS - 0 0 26 0 TTPARM - 0 0 27 0 WETBT -! NCEP Local use - 0 0 192 1 SNOHF - 0 0 193 1 TTRAD - 0 0 194 1 REV - 0 0 195 1 LRGHR - 0 0 196 1 CNVHR - 0 0 197 1 THFLX - 0 0 198 1 TTDIA - 0 0 199 1 TTPHY - 0 0 200 1 TSD1D - 0 0 201 1 SHAHR - 0 0 202 1 VDFHR - 0 0 203 1 THZ0 - 0 0 204 1 TCHP -! -! GRIB2 - TABLE 4.2-0-1 PARAMETERS FOR DISCIPLINE 0 CATEGORY 1 -! - 0 1 0 0 SPFH - 0 1 1 0 RH - 0 1 2 0 MIXR - 0 1 3 0 PWAT - 0 1 4 0 VAPP - 0 1 5 0 SATD - 0 1 6 0 EVP - 0 1 7 0 PRATE - 0 1 8 0 APCP - 0 1 9 0 NCPCP - 0 1 10 0 ACPCP - 0 1 11 0 SNOD - 0 1 12 0 SRWEQ - 0 1 13 0 WEASD - 0 1 14 0 SNOC - 0 1 15 0 SNOL - 0 1 16 0 SNOM - 0 1 17 0 SNOAG - 0 1 18 0 ABSH - 0 1 19 0 PTYPE - 0 1 20 0 ILIQW - 0 1 21 0 TCOND - 0 1 22 0 CLWMR - 0 1 23 0 ICMR - 0 1 24 0 RWMR - 0 1 25 0 SNMR - 0 1 26 0 MCONV - 0 1 27 0 MAXRH - 0 1 28 0 MAXAH - 0 1 29 0 ASNOW - 0 1 30 0 PWCAT - 0 1 31 0 HAIL - 0 1 32 0 GRLE - 0 1 33 0 CRAIN - 0 1 34 0 CFRZR - 0 1 35 0 CICEP - 0 1 36 0 CSNOW - 0 1 37 0 CPRAT - 0 1 38 0 MDIVER - 0 1 39 0 CPOFP - 0 1 40 0 PEVAP - 0 1 41 0 PEVPR - 0 1 42 0 SNOWC - 0 1 43 0 FRAIN - 0 1 44 0 RIME - 0 1 45 0 TCOLR - 0 1 46 0 TCOLS - 0 1 47 0 LSWP - 0 1 48 0 CWP - 0 1 49 0 TWATP - 0 1 50 0 TSNOWP - 0 1 51 0 TCWAT - 0 1 52 0 TPRATE - 0 1 53 0 TSRWE - 0 1 54 0 LSPRATE - 0 1 55 0 CSRWE - 0 1 56 0 LSSRWE - 0 1 57 0 TSRATE - 0 1 58 0 CSRATE - 0 1 59 0 LSSRATE - 0 1 60 0 SDWE - 0 1 61 0 SDEN - 0 1 62 0 SEVAP -! - 0 1 64 0 TCIWV - 0 1 65 0 RPRATE - 0 1 66 0 SPRATE - 0 1 67 0 FPRATE - 0 1 68 0 IPRATE - 0 1 69 0 TCOLW - 0 1 70 0 TCOLI - 0 1 71 0 HAILMXR - 0 1 72 0 TCOLH - 0 1 73 0 HAILPR - 0 1 74 0 TCOLG - 0 1 75 0 GPRATE - 0 1 76 0 CRRATE - 0 1 77 0 LSRRATE - 0 1 78 0 TCOLWA - 0 1 79 0 EVARATE - 0 1 80 0 TOTCON - 0 1 81 0 TCICON - 0 1 82 0 CIMIXR - 0 1 83 0 SCLLWC - 0 1 84 0 SCLIWC - 0 1 85 0 SRAINC - 0 1 86 0 SSNOWW -! - 0 1 90 0 TKMFLX - 0 1 91 0 UKMFLX - 0 1 92 0 VKMFLX -! Added more parameters in 8/26/2015 - 0 1 93 0 RHWATER - 0 1 94 0 RHICE - 0 1 95 0 FZPRATE - 0 1 96 0 MASSDR - 0 1 97 0 MASSDS - 0 1 98 0 MASSDG - 0 1 99 0 MASSDH - 0 1 100 0 SPNCR - 0 1 101 0 SPNCS - 0 1 102 0 SPNCG - 0 1 103 0 SPNCH - 0 1 104 0 NUMDR - 0 1 105 0 NUMDS - 0 1 106 0 NUMDG - 0 1 107 0 NUMDH -! Added more parameters in 2/28/2017 - 0 1 108 0 SHTPRM - 0 1 109 0 MDLWHVA - 0 1 110 0 SMLWHMA - 0 1 111 0 MMLWHDA - 0 1 112 0 MDLWGVA - 0 1 113 0 SMLWGMA - 0 1 114 0 MMLWGDA - 0 1 115 0 MDLWSVA - 0 1 116 0 SMLWSMA - 0 1 117 0 MMLWSDA -! NCEP Local use - 0 1 192 1 CRAIN - 0 1 193 1 CFRZR - 0 1 194 1 CICEP - 0 1 195 1 CSNOW - 0 1 196 1 CPRAT - 0 1 197 1 MCONV - 0 1 198 1 MINRH - 0 1 199 1 PEVAP - 0 1 200 1 PEVPR - 0 1 201 1 SNOWC - 0 1 202 1 FRAIN - 0 1 203 1 RIME - 0 1 204 1 TCOLR - 0 1 205 1 TCOLS - 0 1 206 1 TIPD - 0 1 207 1 NCIP - 0 1 208 1 SNOT - 0 1 209 1 TCLSW - 0 1 210 1 TCOLM - 0 1 211 1 EMNP - 0 1 212 1 SBSNO - 0 1 213 1 CNVMR - 0 1 214 1 SHAMR - 0 1 215 1 VDFMR - 0 1 216 1 CONDP - 0 1 217 1 LRGMR - 0 1 218 1 QZ0 - 0 1 219 1 QMAX - 0 1 220 1 QMIN - 0 1 221 1 ARAIN - 0 1 222 1 SNOWT - 0 1 223 1 APCPN - 0 1 224 1 ACPCPN - 0 1 225 1 FRZR - 0 1 226 1 PWTHER - 0 1 227 1 FROZR - 0 1 241 1 TSNOW - 0 1 242 1 RHPW -! -! GRIB2 - TABLE 4.2-0-2 PARAMETERS FOR DISCIPLINE 0 CATEGORY 2 -! - 0 2 0 0 WDIR - 0 2 1 0 WIND - 0 2 2 0 UGRD - 0 2 3 0 VGRD - 0 2 4 0 STRM - 0 2 5 0 VPOT - 0 2 6 0 MNTSF - 0 2 7 0 SGCVV - 0 2 8 0 VVEL - 0 2 9 0 DZDT - 0 2 10 0 ABSV - 0 2 11 0 ABSD - 0 2 12 0 RELV - 0 2 13 0 RELD - 0 2 14 0 PVORT - 0 2 15 0 VUCSH - 0 2 16 0 VVCSH - 0 2 17 0 UFLX - 0 2 18 0 VFLX - 0 2 19 0 WMIXE - 0 2 20 0 BLYDP - 0 2 21 0 MAXGUST - 0 2 22 0 GUST - 0 2 23 0 UGUST - 0 2 24 0 VGUST - 0 2 25 0 VWSH - 0 2 26 0 MFLX - 0 2 27 0 USTM - 0 2 28 0 VSTM - 0 2 29 0 CD - 0 2 30 0 FRICV - 0 2 31 0 TDCMOM - 0 2 32 0 ETACVV - 0 2 33 0 WINDF - 0 2 34 0 NWIND - 0 2 35 0 TWIND -! Added more parameters in 8/26/2015 - 0 2 36 0 AFRWE - 0 2 37 0 NTSS - 0 2 38 0 ETSS -! Added more parameters in 2/28/2017 - 0 2 39 0 EWTPARM - 0 2 40 0 NWTPARM - 0 2 41 0 UGWIND - 0 2 42 0 VGWIND - 0 2 43 0 GEOWD - 0 2 44 0 GEOWS -! NCEP Local use - 0 2 192 1 VWSH - 0 2 193 1 MFLX - 0 2 194 1 USTM - 0 2 195 1 VSTM - 0 2 196 1 CD - 0 2 197 1 FRICV - 0 2 198 1 LAUV - 0 2 199 1 LOUV - 0 2 200 1 LAVV - 0 2 201 1 LOVV - 0 2 202 1 LAPP - 0 2 203 1 LOPP - 0 2 204 1 VEDH - 0 2 205 1 COVMZ - 0 2 206 1 COVTZ - 0 2 207 1 COVTM - 0 2 208 1 VDFUA - 0 2 209 1 VDFVA - 0 2 210 1 GWDU - 0 2 211 1 GWDV - 0 2 212 1 CNVU - 0 2 213 1 CNVV - 0 2 214 1 WTEND - 0 2 215 1 OMGALF - 0 2 216 1 CNGWDU - 0 2 217 1 CNGWDV - 0 2 218 1 LMV - 0 2 219 1 PVMWW - 0 2 220 1 MAXUVV - 0 2 221 1 MAXDVV - 0 2 222 1 MAXUW - 0 2 223 1 MAXVW - 0 2 224 1 VRATE -! -! GRIB2 - TABLE 4.2-0-3 PARAMETERS FOR DISCIPLINE 0 CATEGORY 3 -! - 0 3 0 0 PRES - 0 3 1 0 PRMSL - 0 3 2 0 PTEND - 0 3 3 0 ICAHT - 0 3 4 0 GP - 0 3 5 0 HGT - 0 3 6 0 DIST - 0 3 7 0 HSTDV - 0 3 8 0 PRESA - 0 3 9 0 GPA - 0 3 10 0 DEN - 0 3 11 0 ALTS - 0 3 12 0 THICK - 0 3 13 0 PRESALT - 0 3 14 0 DENALT - 0 3 15 0 5WAVH - 0 3 16 0 U-GWD - 0 3 17 0 V-GWD - 0 3 18 0 HPBL - 0 3 19 0 5WAVA - 0 3 20 0 SDSGSO - 0 3 21 0 ASGSO - 0 3 22 0 SSGSO - 0 3 23 0 GWD - 0 3 24 0 ASGSO - 0 3 25 0 NLPRES - 0 3 26 0 XPRES -! Added more parameters in 2/28/2017 - 0 3 27 0 UMFLX - 0 3 28 0 DMFLX - 0 3 29 0 UDRATE - 0 3 30 0 DDRATE -! NCEP Local use - 0 3 192 1 MSLET - 0 3 193 1 5WAVH - 0 3 194 1 U-GWD - 0 3 195 1 V-GWD - 0 3 196 1 HPBL - 0 3 197 1 5WAVA - 0 3 198 1 MSLMA - 0 3 199 1 TSLSA - 0 3 200 1 PLPL - 0 3 201 1 LPSX - 0 3 202 1 LPSY - 0 3 203 1 HGTX - 0 3 204 1 HGTY - 0 3 205 1 LAYTH - 0 3 206 1 NLGSP - 0 3 207 1 CNVUMF - 0 3 208 1 CNVDMF - 0 3 209 1 CNVDEMF - 0 3 210 1 LMH - 0 3 211 1 HGTN - 0 3 212 1 PRESN -! Added more parameters in 8/26/2015 - 0 3 213 1 ORCONV - 0 3 214 1 ORASW - 0 3 215 1 ORASS - 0 3 216 1 ORASSW - 0 3 217 1 ORASNW - 0 3 218 1 ORLSW - 0 3 219 1 ORLSS - 0 3 220 1 ORLSSW - 0 3 221 1 ORLSNW -! -! GRIB2 - TABLE 4.2-0-4 PARAMETERS FOR DISCIPLINE 0 CATEGORY 4 -! - 0 4 0 0 NSWRS - 0 4 1 0 NSWRT - 0 4 2 0 SWAVR - 0 4 3 0 GRAD - 0 4 4 0 BRTMP - 0 4 5 0 LWRAD - 0 4 6 0 SWRAD - 0 4 7 0 DSWRF - 0 4 8 0 USWRF - 0 4 9 0 NSWRF - 0 4 10 0 PHOTAR - 0 4 11 0 NSWRFCS - 0 4 12 0 DWUVR -! Added more parameters in 2/28/2017 - 0 4 13 0 DSWRFLX - 0 4 14 0 DIFSWRF -! - 0 4 50 0 UVIUCS - 0 4 51 0 UVI -! Added more parameters in 2/28/2017 - 0 4 52 0 DSWRFCS - 0 4 53 0 USWRFCS -! NCEP Local use - 0 4 192 1 DSWRF - 0 4 193 1 USWRF - 0 4 194 1 DUVB - 0 4 195 1 CDUVB - 0 4 196 1 CSDSF - 0 4 197 1 SWHR - 0 4 198 1 CSUSF - 0 4 199 1 CFNSF - 0 4 200 1 VBDSF - 0 4 201 1 VDDSF - 0 4 202 1 NBDSF - 0 4 203 1 NDDSF - 0 4 204 1 DTRF - 0 4 205 1 UTRF -! -! GRIB2 - TABLE 4.2-0-5 PARAMETERS FOR DISCIPLINE 0 CATEGORY 5 -! - 0 5 0 0 NLWRS - 0 5 1 0 NLWRT - 0 5 2 0 LWAVR - 0 5 3 0 DLWRF - 0 5 4 0 ULWRF - 0 5 5 0 NLWRF - 0 5 6 0 NLWRCS -! Added more parameters in 8/26/2015 - 0 5 7 0 BRTEMP -! Added more parameters in 2/28/2017 - 0 5 8 0 DLWRFCS -! NCEP Local use - 0 5 192 1 DLWRF - 0 5 193 1 ULWRF - 0 5 194 1 LWHR - 0 5 195 1 CSULF - 0 5 196 1 CSDLF - 0 5 197 1 CFNLF -! -! GRIB2 - TABLE 4.2-0-6 PARAMETERS FOR DISCIPLINE 0 CATEGORY 6 -! - 0 6 0 0 CICE - 0 6 1 0 TCDC - 0 6 2 0 CDCON - 0 6 3 0 LCDC - 0 6 4 0 MCDC - 0 6 5 0 HCDC - 0 6 6 0 CWAT - 0 6 7 0 CDCA - 0 6 8 0 CDCT - 0 6 9 0 TMAXT - 0 6 10 0 THUNC - 0 6 11 0 CDCB - 0 6 12 0 CDCTOP - 0 6 13 0 CEIL - 0 6 14 0 CDLYR - 0 6 15 0 CWORK - 0 6 16 0 CUEFI - 0 6 17 0 TCOND -! Commented in 8/26/2015 -! 0 6 18 0 TCOLW - 0 6 19 0 TCOLI - 0 6 20 0 TCOLC - 0 6 21 0 FICE - 0 6 22 0 CDCC - 0 6 23 0 CDCIMR - 0 6 24 0 SUNS - 0 6 25 0 CBHE - 0 6 26 0 HCONCB - 0 6 27 0 HCONCT - 0 6 28 0 NCONCD - 0 6 29 0 NCCICE - 0 6 30 0 NDENCD - 0 6 31 0 NDCICE - 0 6 32 0 FRACCC - 0 6 33 0 SUNSD - 0 6 34 0 SLWTC - 0 6 35 0 SSWTC -! Added more parameters in 8/26/2015 - 0 6 36 0 FSTRPC - 0 6 37 0 FCONPC - 0 6 38 0 MASSDCD - 0 6 39 0 MASSDCI - 0 6 40 0 MDCCWD -! - 0 6 47 0 VFRCWD - 0 6 48 0 VFRCICE - 0 6 49 0 VFRCIW -! Added more parameters in 2/28/2017 - 0 6 40 0 MASSDCI -! NCEP Local use - 0 6 192 1 CDLYR - 0 6 193 1 CWORK - 0 6 194 1 CUEFI - 0 6 195 1 TCOND - 0 6 196 1 TCOLW - 0 6 197 1 TCOLI - 0 6 198 1 TCOLC - 0 6 199 1 FICE - 0 6 200 1 MFLUX - 0 6 201 1 SUNSD -! -! GRIB2 - TABLE 4.2-0-7 PARAMETERS FOR DISCIPLINE 0 CATEGORY 7 -! - 0 7 0 0 PLI - 0 7 1 0 BLI - 0 7 2 0 KX - 0 7 3 0 KOX - 0 7 4 0 TOTALX - 0 7 5 0 SWEATX - 0 7 6 0 CAPE - 0 7 7 0 CIN - 0 7 8 0 HLCY - 0 7 9 0 EHLX - 0 7 10 0 LFTX - 0 7 11 0 4LFTX - 0 7 12 0 RI - 0 7 13 0 SHWINX - 0 7 15 0 UPHL -! Added more parameters in 2/28/2017 - 0 7 16 0 BLKRN - 0 7 17 0 GRDRN - 0 7 18 0 FLXRN -! NCEP Local use - 0 7 192 1 LFTX - 0 7 193 1 4LFTX - 0 7 194 1 RI - 0 7 195 1 CWDI - 0 7 196 1 UVI - 0 7 197 1 UPHL - 0 7 198 1 LAI - 0 7 199 1 MXUPHL -! Added more parameters in 2/28/2017 - 0 7 200 1 MNUPHL -! -! GRIB2 - TABLE 4.2-0-13 PARAMETERS FOR DISCIPLINE 0 CATEGORY 13 -! - 0 13 0 0 AEROT -! NCEP Local use - 0 13 192 1 PMTC - 0 13 193 1 PMTF - 0 13 194 1 LPMTF - 0 13 195 1 LIPMF -! -! GRIB2 - TABLE 4.2-0-14 PARAMETERS FOR DISCIPLINE 0 CATEGORY 14 -! - 0 14 0 0 TOZNE - 0 14 1 0 O3MR - 0 14 2 0 TCIOZ -! NCEP Local use - 0 14 192 1 O3MR - 0 14 193 1 OZCON - 0 14 194 1 OZCAT - 0 14 195 1 VDFOZ - 0 14 196 1 POZ - 0 14 197 1 TOZ - 0 14 198 1 POZT - 0 14 199 1 POZO - 0 14 200 1 OZMAX1 - 0 14 201 1 OZMAX8 - 0 14 202 1 PDMAX1 - 0 14 203 1 PDMAX24 -! -! GRIB2 - TABLE 4.2-0-15 PARAMETERS FOR DISCIPLINE 0 CATEGORY 15 -! - 0 15 0 0 BSWID - 0 15 1 0 BREF - 0 15 2 0 BRVEL - 0 15 3 0 VIL - 0 15 4 0 LMAXBR - 0 15 5 0 PREC - 0 15 6 0 RDSP1 - 0 15 7 0 RDSP2 - 0 15 8 0 RDSP3 - 0 15 9 0 RFCD - 0 15 10 0 RFCI - 0 15 11 0 RFSNOW - 0 15 12 0 RFRAIN - 0 15 13 0 RFGRPL - 0 15 14 0 RFHAIL -! Added more parameters in 8/26/2015 - 0 15 15 0 HSR - 0 15 16 0 HSRHT -! -! GRIB2 - TABLE 4.2-0-16 PARAMETERS FOR DISCIPLINE 0 CATEGORY 16 -! - 0 16 0 0 REFZR - 0 16 1 0 REFZI - 0 16 2 0 REFZC - 0 16 3 0 RETOP - 0 16 4 0 REFD - 0 16 5 0 REFC -! NCEP Local use - 0 16 192 1 REFZR - 0 16 193 1 REFZI - 0 16 194 1 REFZC - 0 16 195 1 REFD - 0 16 196 1 REFC - 0 16 197 1 RETOP - 0 16 198 1 MAXREF -! -! GRIB2 - TABLE 4.2-0-17 PARAMETERS FOR DISCIPLINE 0 CATEGORY 17 -! - 0 17 0 0 LTNGSD -! Added more parameters in 2/28/2017 - 0 17 1 0 LTPINX -! NCEP Local use - 0 17 192 1 LTNG -! -! GRIB2 - TABLE 4.2-0-18 PARAMETERS FOR DISCIPLINE 0 CATEGORY 18 -! - 0 18 0 0 ACCES - 0 18 1 0 ACIOD - 0 18 2 0 ACRADP - 0 18 3 0 GDCES - 0 18 4 0 GDIOD - 0 18 5 0 GDRADP - 0 18 6 0 TIACCP - 0 18 7 0 TIACIP - 0 18 8 0 TIACRP - 0 18 10 0 AIRCON - 0 18 11 0 WETDEP - 0 18 12 0 DRYDEP - 0 18 13 0 TOTLWD -! Added more parameters in 2/28/2017 - 0 18 14 0 SACON - 0 18 15 0 MAXACON - 0 18 16 0 HMXACON -! -! GRIB2 - TABLE 4.2-0-19 PARAMETERS FOR DISCIPLINE 0 CATEGORY 19 -! - 0 19 0 0 VIS - 0 19 1 0 ALBDO - 0 19 2 0 TSTM - 0 19 3 0 MIXHT - 0 19 4 0 VOLASH - 0 19 5 0 ICIT - 0 19 6 0 ICIB - 0 19 7 0 ICI - 0 19 8 0 TURBT - 0 19 9 0 TURBB - 0 19 10 0 TURB - 0 19 11 0 TKE - 0 19 12 0 PBLREG - 0 19 13 0 CONTI - 0 19 14 0 CONTET - 0 19 15 0 CONTT - 0 19 16 0 CONTB - 0 19 17 0 MXSALB - 0 19 18 0 SNFALB - 0 19 19 0 SALBD - 0 19 20 0 ICIP - 0 19 21 0 CTP - 0 19 22 0 CAT - 0 19 23 0 SLDP - 0 19 24 0 CONTKE - 0 19 25 0 WIWW - 0 19 26 0 CONVO - 0 19 27 0 ICESC -! Added more parameters in 8/26/2015 - 0 19 28 0 MWTURB -! Added more parameters in 2/28/2017 - 0 19 29 0 CATEDR - 0 19 30 0 EDPARM - 0 19 31 0 MXEDPRM -! NCEP Local use - 0 19 192 1 MXSALB - 0 19 193 1 SNFALB - 0 19 194 1 SRCONO - 0 19 195 1 MRCONO - 0 19 196 1 HRCONO - 0 19 197 1 TORPROB - 0 19 198 1 HAILPROB - 0 19 199 1 WINDPROB - 0 19 200 1 STORPROB - 0 19 201 1 SHAILPRO - 0 19 202 1 SWINDPRO - 0 19 203 1 TSTMC - 0 19 204 1 MIXLY - 0 19 205 1 FLGHT - 0 19 206 1 CICEL - 0 19 207 1 CIVIS - 0 19 208 1 CIFLT - 0 19 209 1 LAVNI - 0 19 210 1 HAVNI - 0 19 211 1 SBSALB - 0 19 212 1 SWSALB - 0 19 213 1 NBSALB - 0 19 214 1 NWSALB - 0 19 215 1 PRSVR - 0 19 216 1 PRSIGSVR - 0 19 217 1 SIPD - 0 19 218 1 EPSR - 0 19 219 1 TPFI - 0 19 220 1 SVRTS - 0 19 221 1 PROCON - 0 19 222 1 CONVP -! - 0 19 232 1 VAFTD - 0 19 233 1 ICPRB - 0 19 234 1 ICSEV -! Added more parameters in 2/28/2017 - 0 19 235 1 JFWPRB -! -! GRIB2 - TABLE 4.2-0-20 PARAMETERS FOR DISCIPLINE 0 CATEGORY 20 -! - 0 20 0 0 MASSDEN - 0 20 1 0 COLMD - 0 20 2 0 MASSMR - 0 20 3 0 AEMFLX - 0 20 4 0 ANPMFLX - 0 20 5 0 ANPEMFLX - 0 20 6 0 SDDMFLX - 0 20 7 0 SWDMFLX - 0 20 8 0 AREMFLX - 0 20 9 0 WLSMFLX - 0 20 10 0 WDCPMFLX - 0 20 11 0 SEDMFLX - 0 20 12 0 DDMFLX - 0 20 13 0 TRANHH - 0 20 14 0 TRSDS -! - 0 20 50 0 AIA - 0 20 51 0 CONAIR - 0 20 52 0 VMXR - 0 20 53 0 CGPRC - 0 20 54 0 CGDRC - 0 20 55 0 SFLUX - 0 20 56 0 COAIA - 0 20 57 0 TYABA - 0 20 58 0 TYAAL - 0 20 59 0 ANCON -! Added more parameters in 2/28/2017 - 0 20 60 0 ASNCON - 0 20 61 0 MXMASSD - 0 20 62 0 HGTMD -! - 0 20 100 0 SADEN - 0 20 101 0 ATMTK - 0 20 102 0 AOTK - 0 20 103 0 SSALBK - 0 20 104 0 ASYSFK - 0 20 105 0 AECOEF - 0 20 106 0 AACOEF - 0 20 107 0 ALBSAT - 0 20 108 0 ALBGRD - 0 20 109 0 ALESAT - 0 20 110 0 ALEGRD - 0 20 111 0 ANGSTEXP - 0 20 112 0 SCTAOTK -! -! GRIB2 - TABLE 4.2-0-190 PARAMETERS FOR DISCIPLINE 0 CATEGORY 190 -! - 0 190 0 0 ATEXT -! -! GRIB2 - TABLE 4.2-0-191 PARAMETERS FOR DISCIPLINE 0 CATEGORY 191 -! - 0 191 0 0 TSEC - 0 191 1 0 GEOLAT - 0 191 2 0 GEOLON -! Added more parameters in 8/26/2015 - 0 191 3 0 DSLOBS -! NCEP Local use - 0 191 192 1 NLAT - 0 191 193 1 ELON - 0 191 194 1 TSEC - 0 191 195 1 MLYNO - 0 191 196 1 NLATN - 0 191 197 1 ELONN -! -! GRIB2 - TABLE 4.2-0-192 PARAMETERS FOR DISCIPLINE 0 CATEGORY 192 -! - 0 192 1 0 COVMZ - 0 192 2 0 COVTZ - 0 192 3 0 COVTM - 0 192 4 0 COVTW - 0 192 5 0 COVZZ - 0 192 6 0 COVMM - 0 192 7 0 COVQZ - 0 192 8 0 COVQM - 0 192 9 0 COVTVV - 0 192 10 0 COVQVV - 0 192 11 0 COVPSPS - 0 192 12 0 COVQQ - 0 192 13 0 COVVVVV - 0 192 14 0 COVTT -! -! GRIB2 - TABLE 4.2-1-0 PARAMETERS FOR DISCIPLINE 1 CATEGORY 0 -! - 1 0 0 0 FFLDG - 1 0 1 0 FFLDRO - 1 0 2 0 RSSC - 1 0 3 0 ESCT - 1 0 4 0 SWEPON - 1 0 5 0 BGRUN - 1 0 6 0 SSRUN -! Added more parameters in 8/26/2015 - 1 0 7 0 DISRS -! Added more parameters in 2/28/2017 - 1 0 8 0 GWUPS - 1 0 9 0 GWLOWS - 1 0 10 0 SFLORC - 1 0 11 0 RVERSW - 1 0 12 0 FLDPSW - 1 0 13 0 DEPWSS - 1 0 14 0 UPAPCP - 1 0 15 0 UPASM - 1 0 16 0 PERRATE -! NCEP Local use - 1 0 192 1 BGRUN - 1 0 193 1 SSRUN -! -! GRIB2 - TABLE 4.2-1-1 PARAMETERS FOR DISCIPLINE 1 CATEGORY 1 -! - 1 1 0 0 CPPOP - 1 1 1 0 PPOSP - 1 1 2 0 POP -! NCEP Local use - 1 1 192 1 CPOZP - 1 1 193 1 CPOFP - 1 1 194 1 PPFFG - 1 1 195 1 CWR -! -! GRIB2 - TABLE 4.2-1-2 PARAMETERS FOR DISCIPLINE 1 CATEGORY 2 -! - 1 2 0 0 WDPTHIL - 1 2 1 0 WTMPIL - 1 2 2 0 WFRACT - 1 2 3 0 SEDTK - 1 2 4 0 SEDTMP - 1 2 5 0 ICTKIL - 1 2 6 0 ICETIL - 1 2 7 0 ICECIL - 1 2 8 0 LANDIL - 1 2 9 0 SFSAL - 1 2 10 0 SFTMP - 1 2 11 0 ACWSR - 1 2 12 0 SALTIL -! Added more parameters in 2/28/2017 - 1 2 13 0 CSAFC -! -! GRIB2 - TABLE 4.2-2-0 PARAMETERS FOR DISCIPLINE 2 CATEGORY 0 -! - 2 0 0 0 LAND - 2 0 1 0 SFCR - 2 0 2 0 TSOIL - 2 0 3 0 SOILM - 2 0 4 0 VEG - 2 0 5 0 WATR - 2 0 6 0 EVAPT - 2 0 7 0 MTERH - 2 0 8 0 LANDU -! Commented parameter in 8/26/2015 -! 2 0 9 0 SOILW - 2 0 10 0 GFLUX - 2 0 11 0 MSTAV - 2 0 12 0 SFEXC - 2 0 13 0 CNWAT - 2 0 14 0 BMIXL - 2 0 15 0 CCOND - 2 0 16 0 RSMIN -! 2 0 17 0 WILT - 2 0 18 0 RCS - 2 0 19 0 RCT - 2 0 20 0 RCSOL - 2 0 21 0 RCQ - 2 0 22 0 SOILM - 2 0 23 0 CISOILW - 2 0 24 0 HFLUX - 2 0 25 0 VSOILM - 2 0 26 0 WILT - 2 0 27 0 VWILTM - 2 0 28 0 LEAINX - 2 0 29 0 EVERF - 2 0 30 0 DECF - 2 0 31 0 NDVINX - 2 0 32 0 RDVEG -! Added more parameters in 8/26/2015 - 2 0 33 0 WROD - 2 0 34 0 SFCWRO - 2 0 35 0 TCLASS - 2 0 36 0 TFRCT - 2 0 37 0 TPERCT - 2 0 38 0 SOILVIC -! NCEP Local use - 2 0 192 1 SOILW - 2 0 193 1 GFLUX - 2 0 194 1 MSTAV - 2 0 195 1 SFEXC - 2 0 196 1 CNWAT - 2 0 197 1 BMIXL - 2 0 198 1 VGTYP - 2 0 199 1 CCOND - 2 0 200 1 RSMIN - 2 0 201 1 WILT - 2 0 202 1 RCS - 2 0 203 1 RCT - 2 0 204 1 RCQ - 2 0 205 1 RCSOL - 2 0 206 1 RDRIP - 2 0 207 1 ICWAT - 2 0 208 1 AKHS - 2 0 209 1 AKMS - 2 0 210 1 VEGT - 2 0 211 1 SSTOR - 2 0 212 1 LSOIL - 2 0 213 1 EWATR - 2 0 214 1 GWREC - 2 0 215 1 QREC - 2 0 216 1 SFCRH - 2 0 217 1 NDVI - 2 0 218 1 LANDN - 2 0 219 1 AMIXL - 2 0 220 1 WVINC - 2 0 221 1 WCINC - 2 0 222 1 WVCONV - 2 0 223 1 WCCONV - 2 0 224 1 WVUFLX - 2 0 225 1 WVVFLX - 2 0 226 1 WCUFLX - 2 0 227 1 WCVFLX - 2 0 228 1 ACOND - 2 0 229 1 EVCW - 2 0 230 1 TRANS -! -! GRIB2 - TABLE 4.2-2-1 PARAMETERS FOR DISCIPLINE 2 CATEGORY 1 -! - 2 1 192 1 CANL -! -! GRIB2 - TABLE 4.2-2-3 PARAMETERS FOR DISCIPLINE 2 CATEGORY 3 -! - 2 3 0 0 SOTYP - 2 3 1 0 UPLST - 2 3 2 0 UPLSM - 2 3 3 0 LOWLSM - 2 3 4 0 BOTLST - 2 3 5 0 SOILL - 2 3 6 0 RLYRS - 2 3 7 0 SMREF - 2 3 8 0 SMDRY - 2 3 9 0 POROS - 2 3 10 0 LIQVSM - 2 3 11 0 VOLTSO - 2 3 12 0 TRANSO - 2 3 13 0 VOLDEC - 2 3 14 0 DIREC - 2 3 15 0 SOILP - 2 3 16 0 VSOSM - 2 3 17 0 SATOSM - 2 3 18 0 SOILTMP - 2 3 19 0 SOILMOI - 2 3 20 0 CISOILM - 2 3 21 0 SOILICE - 2 3 22 0 CISICE -! Added more parameters in 8/26/2015 - 2 3 23 0 LWSNWP -! Added more parameters in 2/28/2017 - 2 3 24 0 FRSTINX - 2 3 25 0 SNWDEB - 2 3 26 0 SHFLX - 2 3 27 0 SOILDEP -! NCEP Local use - 2 3 192 1 SOILL - 2 3 193 1 RLYRS - 2 3 194 1 SLTYP - 2 3 195 1 SMREF - 2 3 196 1 SMDRY - 2 3 197 1 POROS - 2 3 198 1 EVBS - 2 3 199 1 LSPA - 2 3 200 1 BARET - 2 3 201 1 AVSFT - 2 3 202 1 RADT - 2 3 203 1 FLDCP -! -! GRIB2 - TABLE 4.2-2-4 PARAMETERS FOR DISCIPLINE 2 CATEGORY 4 -! - 2 4 0 0 FIREOLK - 2 4 1 0 FIREODT - 2 4 2 0 HINDEX - 2 4 3 0 FBAREA -! Added more parameters in 8/26/2015 - 2 4 4 0 FOSINDX -! Added more parameters in 2/28/2017 - 2 4 5 0 FWINX - 2 4 6 0 FFMCODE - 2 4 7 0 DUFMCODE - 2 4 8 0 DRTCODE - 2 4 9 0 INFSINX - 2 4 10 0 FBUPINX - 2 4 11 0 FDSRTE -! -! Added new Discipline 2 category 5 in 8/26/2015 -! -! GRIB2 - TABLE 4.2-2-5 PARAMETERS FOR DISCIPLINE 2 CATEGORY 5 -! - 2 5 1 0 GLACTMP -! -! GRIB2 - TABLE 4.2-3-0 PARAMETERS FOR DISCIPLINE 3 CATEGORY 0 -! - 3 0 0 0 SRAD - 3 0 1 0 SALBEDO - 3 0 2 0 SBTMP - 3 0 3 0 SPWAT - 3 0 4 0 SLFTI - 3 0 5 0 SCTPRES - 3 0 6 0 SSTMP - 3 0 7 0 CLOUDM - 3 0 8 0 PIXST - 3 0 9 0 FIREDI -! -! GRIB2 - TABLE 4.2-3-1 PARAMETERS FOR DISCIPLINE 3 CATEGORY 1 -! - 3 1 0 0 ESTP - 3 1 1 0 IRRATE - 3 1 2 0 CTOPH - 3 1 3 0 CTOPHQI - 3 1 4 0 ESTUGRD - 3 1 5 0 ESTVGRD - 3 1 6 0 NPIXU - 3 1 7 0 SOLZA - 3 1 8 0 RAZA - 3 1 9 0 RFL06 - 3 1 10 0 RFL08 - 3 1 11 0 RFL16 - 3 1 12 0 RFL39 - 3 1 13 0 ATMDIV - 3 1 14 0 CBTMP - 3 1 15 0 CSBTMP - 3 1 16 0 CLDRAD - 3 1 17 0 CSKYRAD -! - 3 1 19 0 WINDS - 3 1 20 0 AOT06 - 3 1 21 0 AOT08 - 3 1 22 0 AOT16 - 3 1 23 0 ANGCOE -! -! Added more parameters in 2/28/2017 - 3 1 27 0 BRFLF - 3 1 28 0 SPBRT - 3 1 29 0 SRAD -! NCEP Local use - 3 1 192 1 USCT - 3 1 193 1 VSCT - 3 1 194 1 SWQI -! -! Added new table 4.2-3-2 in 2/28/2017 -! -! GRIB2 - TABLE 4.2-3-2 PARAMETERS FOR DISCIPLINE 3 CATEGORY 2 -! - 3 2 0 0 CSKPROB - 3 2 1 0 CTOPTMP - 3 2 2 0 CTOPRES - 3 2 3 0 CLDTYPE - 3 2 4 0 CLDPHAS - 3 2 5 0 CLDODEP - 3 2 6 0 CLDPER - 3 2 7 0 CLDLWP - 3 2 8 0 CLDIWP - 3 2 9 0 CLDALB - 3 2 10 0 CLDEMISS - 3 2 11 0 EAODR -! -! Added new table 4.2-3-3 in 2/28/2017 -! -! GRIB2 - TABLE 4.2-3-3 PARAMETERS FOR DISCIPLINE 3 CATEGORY 3 -! - 3 3 0 0 PBMVFRC - 3 3 1 0 PBLIFRC - 3 3 2 0 PBINFRC -! -! Added new table 4.2-3-4 in 2/28/2017 -! -! GRIB2 - TABLE 4.2-3-4 PARAMETERS FOR DISCIPLINE 3 CATEGORY 4 -! - 3 4 0 0 VOLAPROB - 3 4 1 0 VOLACDTT - 3 4 2 0 VOLACDTP - 3 4 3 0 VOLACDTH - 3 4 4 0 VOLACDEM - 3 4 5 0 VOLAEADR - 3 4 6 0 VOLACDOD - 3 4 7 0 VOLACDEN - 3 4 8 0 VOLAPER -! -! Added new table 4.2-3-5 in 2/28/2017 -! -! GRIB2 - TABLE 4.2-3-5 PARAMETERS FOR DISCIPLINE 3 CATEGORY 5 -! - 3 5 0 0 ISSTMP - 3 5 1 0 SKSSTMP - 3 5 2 0 SSKSSTMP - 3 5 3 0 FDNSSTMP - 3 5 4 0 EBSSTSTD - 3 5 5 0 EBSDSSTS -! -! Added new table 4.2-3-6 in 2/28/2017 -! -! GRIB2 - TABLE 4.2-3-6 PARAMETERS FOR DISCIPLINE 3 CATEGORY 6 -! - 3 6 0 0 GSOLIRR - 3 6 1 0 GSOLEXP - 3 6 2 0 DIRSOLIR - 3 6 3 0 DIRSOLEX - 3 6 4 0 DIFSOLIR - 3 6 5 0 DIFSOLEX -! -! GRIB2 - TABLE 4.2-3-192 PARAMETERS FOR DISCIPLINE 3 CATEGORY 192 -! - 3 192 0 0 SBT122 - 3 192 1 0 SBT123 - 3 192 2 0 SBT124 - 3 192 3 0 SBT126 - 3 192 4 0 SBC123 - 3 192 5 0 SBC124 - 3 192 6 0 SBT112 - 3 192 7 0 SBT113 - 3 192 8 0 SBT114 - 3 192 9 0 SBT115 - 3 192 10 0 AMSRE9 - 3 192 11 0 AMSRE10 - 3 192 12 0 AMSRE11 - 3 192 13 0 AMSRE12 -! Added more parameters in 8/26/2015 - 3 192 14 0 SFRA161 - 3 192 15 0 SFRA162 - 3 192 16 0 SFRA163 - 3 192 17 0 SFRA164 - 3 192 18 0 SFRA165 - 3 192 19 0 SFRA166 - 3 192 20 0 SBTA167 - 3 192 21 0 SBTA168 - 3 192 22 0 SBTA169 - 3 192 23 0 SBTA1610 - 3 192 24 0 SBTA1611 - 3 192 25 0 SBTA1612 - 3 192 26 0 SBTA1613 - 3 192 27 0 SBTA1614 - 3 192 28 0 SBTA1615 - 3 192 29 0 SBTA1616 - 3 192 30 0 SFRA171 - 3 192 31 0 SFRA172 - 3 192 32 0 SFRA173 - 3 192 33 0 SFRA174 - 3 192 34 0 SFRA175 - 3 192 35 0 SFRA176 - 3 192 36 0 SBTA177 - 3 192 37 0 SBTA178 - 3 192 38 0 SBTA179 - 3 192 39 0 SBTA1710 - 3 192 40 0 SBTA1711 - 3 192 41 0 SBTA1712 - 3 192 42 0 SBTA1713 - 3 192 43 0 SBTA1714 - 3 192 44 0 SBTA1715 - 3 192 45 0 SBTA1716 -! -! GRIB2 - TABLE 4.2-4-0 PARAMETERS FOR DISCIPLINE 4 CATEGORY 0 -! - 4 0 0 0 TMPSWP - 4 0 1 0 ELECTMP - 4 0 2 0 PROTTMP - 4 0 3 0 IONTMP - 4 0 4 0 PRATMP - 4 0 5 0 PRPTMP -! -! GRIB2 - TABLE 4.2-4-1 PARAMETERS FOR DISCIPLINE 4 CATEGORY 1 -! - 4 1 0 0 SPEED - 4 1 1 0 VEL1 - 4 1 2 0 VEL2 - 4 1 3 0 VEL3 -! -! GRIB2 - TABLE 4.2-4-2 PARAMETERS FOR DISCIPLINE 4 CATEGORY 2 -! - 4 2 0 0 PLSMDEN - 4 2 1 0 ELCDEN - 4 2 2 0 PROTDEN - 4 2 3 0 IONDEN - 4 2 4 0 VTEC - 4 2 5 0 ABSFRQ - 4 2 6 0 ABSRB - 4 2 7 0 SPRDF - 4 2 8 0 HPRIMF - 4 2 9 0 CRTFRQ - 4 2 10 0 SCINT -! -! GRIB2 - TABLE 4.2-4-3 PARAMETERS FOR DISCIPLINE 4 CATEGORY 3 -! - 4 3 0 0 BTOT - 4 3 1 0 BVEC1 - 4 3 2 0 BVEC2 - 4 3 3 0 BVEC3 - 4 3 4 0 ETOT - 4 3 5 0 EVEC1 - 4 3 6 0 EVEC2 - 4 3 7 0 EVEC3 -! -! GRIB2 - TABLE 4.2-4-4 PARAMETERS FOR DISCIPLINE 4 CATEGORY 4 -! - 4 4 0 0 DIFPFLUX - 4 4 1 0 INTPFLUX - 4 4 2 0 DIFEFLUX - 4 4 3 0 INTEFLUX - 4 4 4 0 DIFIFLUX - 4 4 5 0 INTIFLUX - 4 4 6 0 NTRNFLUX -! -! GRIB2 - TABLE 4.2-4-6 PARAMETERS FOR DISCIPLINE 4 CATEGORY 6 -! - 4 6 0 0 TSI - 4 6 1 0 XLONG - 4 6 2 0 XSHRT - 4 6 3 0 EUVIRR - 4 6 4 0 SPECIRR - 4 6 5 0 F107 - 4 6 6 0 SOLRF -! -! GRIB2 - TABLE 4.2-4-7 PARAMETERS FOR DISCIPLINE 4 CATEGORY 7 -! - 4 7 0 0 LMBINT - 4 7 1 0 DSKINT - 4 7 2 0 DSKDAY - 4 7 3 0 DSKNGT -! -! GRIB2 - TABLE 4.2-4-8 PARAMETERS FOR DISCIPLINE 4 CATEGORY 8 -! - 4 8 0 0 XRAYRAD - 4 8 1 0 EUVRAD - 4 8 2 0 HARAD - 4 8 3 0 WHTRAD - 4 8 4 0 CAIIRAD - 4 8 5 0 WHTCOR - 4 8 6 0 HELCOR - 4 8 7 0 MASK -! -! GRIB2 - TABLE 4.2-4-9 PARAMETERS FOR DISCIPLINE 4 CATEGORY 9 -! - 4 9 0 0 SIGPED - 4 9 1 0 SIGHAL - 4 9 2 0 SIGPAR -! -! GRIB2 - TABLE 4.2-10-0 PARAMETERS FOR DISCIPLINE 10 CATEGORY 0 -! - 10 0 0 0 WVSP1 - 10 0 1 0 WVSP2 - 10 0 2 0 WVSP3 - 10 0 3 0 HTSGW - 10 0 4 0 WVDIR - 10 0 5 0 WVHGT - 10 0 6 0 WVPER - 10 0 7 0 SWDIR - 10 0 8 0 SWELL - 10 0 9 0 SWPER - 10 0 10 0 DIRPW - 10 0 11 0 PERPW - 10 0 12 0 DIRSW - 10 0 13 0 PERSW - 10 0 14 0 WWSDIR - 10 0 15 0 MWSPER - 10 0 16 0 CDWW - 10 0 17 0 FRICV - 10 0 18 0 WSTR - 10 0 19 0 NWSTR - 10 0 20 0 MSSW - 10 0 21 0 USSD - 10 0 22 0 VSSD - 10 0 23 0 PMAXWH - 10 0 24 0 MAXWH - 10 0 25 0 IMWF - 10 0 26 0 IMFWW - 10 0 27 0 IMFTSW - 10 0 28 0 MZWPER - 10 0 29 0 MZPWW - 10 0 30 0 MZPTSW - 10 0 31 0 WDIRW - 10 0 32 0 DIRWWW - 10 0 33 0 DIRWTS - 10 0 34 0 PWPER - 10 0 35 0 PPERWW - 10 0 36 0 PPERTS - 10 0 37 0 ALTWH - 10 0 38 0 ALCWH - 10 0 39 0 ALRRC - 10 0 40 0 MNWSOW - 10 0 41 0 MWDIRW - 10 0 42 0 WESP - 10 0 43 0 KSSEDW - 10 0 44 0 BENINX - 10 0 45 0 SPFTR -! NCEP Local use - 10 0 192 1 WSTP -! Added parameter in 8/26/2015 - 10 0 193 1 WLENG -! -! GRIB2 - TABLE 4.2-10-1 PARAMETERS FOR DISCIPLINE 10 CATEGORY 1 -! - 10 1 0 0 DIRC - 10 1 1 0 SPC - 10 1 2 0 UOGRD - 10 1 3 0 VOGRD -! NCEP Local use - 10 1 192 1 OMLU - 10 1 193 1 OMLV - 10 1 194 1 UBARO - 10 1 195 1 VBARO -! -! GRIB2 - TABLE 4.2-10-2 PARAMETERS FOR DISCIPLINE 10 CATEGORY 2 -! - 10 2 0 0 ICEC - 10 2 1 0 ICETK - 10 2 2 0 DICED - 10 2 3 0 SICED - 10 2 4 0 UICE - 10 2 5 0 VICE - 10 2 6 0 ICEG - 10 2 7 0 ICED - 10 2 8 0 ICETMP - 10 2 9 0 ICEPRS -! Added more parameters in 8/26/2015 - 10 2 10 0 ZVCICEP - 10 2 11 0 MVCICEP - 10 2 12 0 CICES -! -! GRIB2 - TABLE 4.2-10-3 PARAMETERS FOR DISCIPLINE 10 CATEGORY 3 -! - 10 3 0 0 WTMP - 10 3 1 0 DSLM -! Added more parameters in 2/28/2017 - 10 3 2 0 CH -! NCEP Local use - 10 3 192 1 SURGE - 10 3 193 1 ETSRG - 10 3 194 1 ELEV - 10 3 195 1 SSHG - 10 3 196 1 P2OMLT - 10 3 197 1 AOHFLX - 10 3 198 1 ASHFL - 10 3 199 1 SSTT - 10 3 200 1 SSST - 10 3 201 1 KENG - 10 3 202 1 SLTFL -! Added more parameters in 2/28/2017 - 10 3 203 1 LCH -! - 10 3 242 1 TCSRG20 - 10 3 243 1 TCSRG30 - 10 3 244 1 TCSRG40 - 10 3 245 1 TCSRG50 - 10 3 246 1 TCSRG60 - 10 3 247 1 TCSRG70 - 10 3 248 1 TCSRG80 - 10 3 249 1 TCSRG90 - 10 3 250 1 ETCWL -! -! GRIB2 - TABLE 4.2-10-4 PARAMETERS FOR DISCIPLINE 10 CATEGORY 4 -! - 10 4 0 0 MTHD - 10 4 1 0 MTHA - 10 4 2 0 TTHDP - 10 4 3 0 SALTY - 10 4 4 0 OVHD - 10 4 5 0 OVSD - 10 4 6 0 OVMD - 10 4 7 0 BATHY -! - 10 4 11 0 SFSALP - 10 4 12 0 SFTMPP - 10 4 13 0 ACWSRD - 10 4 14 0 WDEPTH - 10 4 15 0 WTMPSS -! NCEP Local use - 10 4 192 1 WTMPC - 10 4 193 1 SALIN - 10 4 194 1 BKENG - 10 4 195 1 DBSS - 10 4 196 1 INTFD - 10 4 197 1 OHC -! -! GRIB2 - TABLE 4.2-10-191 PARAMETERS FOR DISCIPLINE 10 CATEGORY 191 -! - 10 191 0 0 TSEC - 10 191 1 0 MOSF -! -! Added parameter in 8/26/2015 - 10 191 3 0 DSLOBSO diff --git a/parm/post_itag b/parm/post_itag deleted file mode 100644 index c9973e56c7..0000000000 --- a/parm/post_itag +++ /dev/null @@ -1,4 +0,0 @@ -&NAMPGB - KPO=57,KPO=57,PO=1000.,975.,950.,925.,900.,875.,850.,825.,800.,775.,750.,725.,700.,675.,650.,625.,600.,575.,550.,525.,500.,475.,450.,425.,400.,375.,350.,325.,300.,275.,250.,225.,200.,175.,150.,125.,100.,70.,50.,40.,30.,20.,15.,10.,7.,5.,3.,2.,1.,0.7,0.4,0.2,0.1,0.07,0.04,0.02,0.01, - / -EOF diff --git a/parm/postxconfig-NT.txt b/parm/postxconfig-NT.txt deleted file mode 100644 index 2ea3fce2be..0000000000 --- a/parm/postxconfig-NT.txt +++ /dev/null @@ -1,6863 +0,0 @@ -1 -185 -GFSPRS -0 -ncep_nco -v2003 -local_tab_yes1 -fcst -oper -fcst -fcst -hour -nws_ncep -gfs_avn -complex_packing_spatial_diff -2nd_ord_sptdiff -fltng_pnt -lossless -12 -HGT_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -HGT -? -? -isobaric_sfc -0 -? -57 -1. 2. 4. 7. 10. 20. 40. 70. 100. 200. 300. 500. 700. 1000. 1500. 2000. 3000. 4000. 5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -13 -TMP_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -TMP -? -? -isobaric_sfc -0 -? -57 -1. 2. 4. 7. 10. 20. 40. 70. 100. 200. 300. 500. 700. 1000. 1500. 2000. 3000. 4000. 5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -16 -SPFH_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -SPFH -? -? -isobaric_sfc -0 -? -57 -1. 2. 4. 7. 10. 20. 40. 70. 100. 200. 300. 500. 700. 1000. 1500. 2000. 3000. 4000. 5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -17 -RH_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -RH -? -? -isobaric_sfc -0 -? -57 -1. 2. 4. 7. 10. 20. 40. 70. 100. 200. 300. 500. 700. 1000. 1500. 2000. 3000. 4000. 5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -18 -UGRD_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -UGRD -? -? -isobaric_sfc -0 -? -57 -1. 2. 4. 7. 10. 20. 40. 70. 100. 200. 300. 500. 700. 1000. 1500. 2000. 3000. 4000. 5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -19 -VGRD_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -VGRD -? -? -isobaric_sfc -0 -? -57 -1. 2. 4. 7. 10. 20. 40. 70. 100. 200. 300. 500. 700. 1000. 1500. 2000. 3000. 4000. 5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -284 -DZDT_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -DZDT -? -? -isobaric_sfc -0 -? -45 -1. 2. 4. 7. 10. 20. 40. 70. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -5.0 -0 -0 -0 -? -? -? -20 -VVEL_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -VVEL -? -? -isobaric_sfc -0 -? -45 -1. 2. 4. 7. 10. 20. 40. 70. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -5.0 -0 -0 -0 -? -? -? -21 -ABSV_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -ABSV -? -? -isobaric_sfc -0 -? -57 -1. 2. 4. 7. 10. 20. 40. 70. 100. 200. 300. 500. 700. 1000. 1500. 2000. 3000. 4000. 5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -268 -O3MR_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -O3MR -NCEP -? -isobaric_sfc -0 -? -32 -1. 2. 4. 7. 10. 20. 40. 70. 100. 200. 300. 500. 700. 1000. 1500. 2000. 3000. 4000. 5000. 7000. 10000. 12500. 15000. 20000. 25000. 30000. 35000. 40000. 50000. 70000. 85000. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -5.0 -0 -0 -0 -? -? -? -153 -CLWMR_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -CLWMR -? -? -isobaric_sfc -0 -? -39 -5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -166 -ICMR_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -ICMR -? -? -isobaric_sfc -0 -? -39 -5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -183 -RWMR_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -RWMR -? -? -isobaric_sfc -0 -? -39 -5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -184 -SNMR_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -SNMR -? -? -isobaric_sfc -0 -? -39 -5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -416 -GRLE_ON_ISOBARIC_SFC -Graupel mixing ration on isobaric surface -1 -tmpl4_0 -GRLE -? -? -isobaric_sfc -0 -? -39 -5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -450 -ICIP_ON_ISOBARIC_SFC -Total Icing Potential Diagnostic on isobaric sfc -1 -tmpl4_0 -ICIP -? -? -isobaric_sfc -0 -? -37 -10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -480 -ICSEV_ON_ISOBARIC_SFC -Icing severity on isobaric levels -1 -tmpl4_0 -ICSEV -NCEP -? -isobaric_sfc -0 -? -37 -10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -252 -REFC_ON_ENTIRE_ATMOS -? -1 -tmpl4_0 -REFC -NCEP -? -entire_atmos -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -23 -MSLET_ON_MEAN_SEA_LVL -? -1 -tmpl4_0 -MSLET -NCEP -? -mean_sea_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -105 -PRES_ON_MEAN_SEA_LVL -? -1 -tmpl4_0 -PRES -? -? -mean_sea_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -106 -TMP_ON_SPEC_HGT_LVL_ABOVE_GRND_2m -? -1 -tmpl4_0 -TMP -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -2. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -112 -SPFH_ON_SPEC_HGT_LVL_ABOVE_GRND_2m -? -1 -tmpl4_0 -SPFH -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -2. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -113 -DPT_ON_SPEC_HGT_LVL_ABOVE_GRND_2m -? -1 -tmpl4_0 -DPT -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -2. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -114 -RH_ON_SPEC_HGT_LVL_ABOVE_GRND_2m -? -1 -tmpl4_0 -RH -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -2. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -64 -UGRD_ON_SPEC_HGT_LVL_ABOVE_GRND_10m -? -1 -tmpl4_0 -UGRD -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -10. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -65 -VGRD_ON_SPEC_HGT_LVL_ABOVE_GRND_10m -? -1 -tmpl4_0 -VGRD -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -10. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -24 -PRES_ON_SURFACE -? -1 -tmpl4_0 -PRES -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -25 -HGT_ON_SURFACE -? -1 -tmpl4_0 -HGT -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -26 -TMP_ON_SURFACE -? -1 -tmpl4_0 -TMP -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -116 -TSOIL_ON_DEPTH_BEL_LAND_SFC -? -1 -tmpl4_0 -TSOIL -? -? -depth_bel_land_sfc -4 -2 2 2 2 -4 -0. 10. 40. 100. -depth_bel_land_sfc -4 -2 2 2 2 -4 -10. 40. 100. 200. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -117 -SOILW_ON_DEPTH_BEL_LAND_SFC -? -1 -tmpl4_0 -SOILW -NCEP -? -depth_bel_land_sfc -4 -2 2 2 2 -4 -0. 10. 40. 100. -depth_bel_land_sfc -4 -2 2 2 2 -4 -10. 40. 100. 200. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -225 -SOILL_ON_DEPTH_BEL_LAND_SFC -? -1 -tmpl4_0 -SOILL -NCEP -? -depth_bel_land_sfc -4 -2 2 2 2 -4 -0. 10. 40. 100. -depth_bel_land_sfc -4 -2 2 2 2 -4 -10. 40. 100. 200. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -118 -CNWAT_ON_SURFACE -? -1 -tmpl4_0 -CNWAT -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -119 -WEASD_ON_SURFACE -? -1 -tmpl4_0 -WEASD -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -242 -PEVPR_ON_SURFACE -? -1 -tmpl4_0 -PEVPR -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -349 -ICETK_ON_SURFACE -? -1 -tmpl4_0 -ICETK -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -224 -SNOD_ON_SURFACE -? -1 -tmpl4_0 -SNOD -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -yes -236 -WILT_ON_SURFACE -? -1 -tmpl4_0 -WILT -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -yes -397 -FLDCP_ON_SURFACE -? -1 -tmpl4_0 -FLDCP -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -yes -572 -GFS_LFTX_ON_SURFACE -? -1 -tmpl4_0 -LFTX -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -573 -GFS_4LFTX_ON_SURFACE -? -1 -tmpl4_0 -4LFTX -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -75 -PLI_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -PLI -? -? -spec_pres_above_grnd -0 -? -1 -3000. -spec_pres_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -32 -CAPE_ON_SURFACE -? -1 -tmpl4_0 -CAPE -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -566 -BEST_CAPE_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -CAPE -? -? -spec_pres_above_grnd -0 -? -1 -0. -spec_pres_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -584 -UNSTABLE_CAPE_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -CAPE -? -? -spec_pres_above_grnd -0 -? -1 -0. -spec_pres_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -107 -CIN_ON_SURFACE -? -1 -tmpl4_0 -CIN -? -? -surface -0 -? -1 -0. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -567 -BEST_CIN_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -CIN -? -? -spec_pres_above_grnd -0 -? -1 -0. -spec_pres_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -585 -UNSTABLE_CIN_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -CIN -? -? -spec_pres_above_grnd -0 -? -1 -0. -spec_pres_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -80 -PWAT_ON_ENTIRE_ATMOS_SINGLE_LYR -? -1 -tmpl4_0 -PWAT -? -? -entire_atmos_single_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -162 -HLCY_ON_SPEC_HGT_LVL_ABOVE_GRND -? -1 -tmpl4_0 -HLCY -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -3000. -spec_hgt_lvl_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -163 -USTM_ON_SPEC_HGT_LVL_ABOVE_GRND -? -1 -tmpl4_0 -USTM -NCEP -? -spec_hgt_lvl_above_grnd -0 -? -1 -6000. -spec_hgt_lvl_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -164 -VSTM_ON_SPEC_HGT_LVL_ABOVE_GRND -? -1 -tmpl4_0 -VSTM -NCEP -? -spec_hgt_lvl_above_grnd -0 -? -1 -6000. -spec_hgt_lvl_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -87 -ACM_APCP_ON_SURFACE -? -1 -tmpl4_8 -APCP -? -ACM -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 --4.0 -0 -0 -0 -? -? -? -33 -ACM_ACPCP_ON_SURFACE -? -1 -tmpl4_8 -ACPCP -? -ACM -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 --4.0 -0 -0 -0 -? -? -? -34 -ACM_NCPCP_ON_SURFACE -? -1 -tmpl4_8 -NCPCP -? -ACM -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 --4.0 -0 -0 -0 -? -? -? -417 -CACM_APCP_ON_SURFACE -? -1 -tmpl4_8 -APCP -? -ACM -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 --4.0 -0 -0 -0 -? -? -? -418 -CACM_ACPCP_ON_SURFACE -? -1 -tmpl4_8 -ACPCP -? -ACM -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 --4.0 -0 -0 -0 -? -? -? -419 -CACM_NCPCP_ON_SURFACE -? -1 -tmpl4_8 -NCPCP -? -ACM -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 --4.0 -0 -0 -0 -? -? -? -160 -INST_CRAIN_ON_SURFACE -? -1 -tmpl4_0 -CRAIN -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -551 -CSNOW_ON_SURFACE -Categorical snow on surface -1 -tmpl4_0 -CSNOW -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -552 -CICEP_ON_SURFACE -Categorical ice pellets on surface -1 -tmpl4_0 -CICEP -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -553 -CFRZR_ON_SURFACE -Categorical freezing rain on surface -1 -tmpl4_0 -CFRZR -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -317 -AVE_CRAIN_ON_SURFACE -? -1 -tmpl4_8 -CRAIN -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -555 -AVE_CSNOW_ON_SURFACE -average Categorical snow on surface -1 -tmpl4_8 -CSNOW -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -556 -AVE_CICEP_ON_SURFACE -average Categorical ice pellets on surface -1 -tmpl4_8 -CICEP -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -557 -AVE_CFRZR_ON_SURFACE -average Categorical freezing rain on surface -1 -tmpl4_8 -CFRZR -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -271 -AVE_PRATE_ON_SURFACE -? -1 -tmpl4_8 -PRATE -? -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -272 -AVE_CPRAT_ON_SURFACE -? -1 -tmpl4_8 -CPRAT -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -300 -AVE_TCDC_ON_LOW_CLOUD_LYR -? -1 -tmpl4_8 -TCDC -? -AVE -low_cloud_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -301 -AVE_TCDC_ON_MID_CLOUD_LYR -? -1 -tmpl4_8 -TCDC -? -AVE -mid_cloud_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -302 -AVE_TCDC_ON_HIGH_CLOUD_LYR -? -1 -tmpl4_8 -TCDC -? -AVE -high_cloud_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -144 -AVE_TCDC_ON_ENTIRE_ATMOS -? -1 -tmpl4_8 -TCDC -? -AVE -entire_atmos -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -180 -VIS_ON_SURFACE -? -1 -tmpl4_0 -VIS -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -126 -AVE_DSWRF_ON_SURFACE -? -1 -tmpl4_8 -DSWRF -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -297 -AVE_CDUVB_ON_SURFACE -? -1 -tmpl4_8 -CDUVB -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -298 -AVE_DUVB_ON_SURFACE -? -1 -tmpl4_8 -DUVB -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -127 -AVE_DLWRF_ON_SURFACE -? -1 -tmpl4_8 -DLWRF -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -128 -AVE_USWRF_ON_SURFACE -? -1 -tmpl4_8 -USWRF -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -129 -AVE_ULWRF_ON_SURFACE -? -1 -tmpl4_8 -ULWRF -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -130 -AVE_USWRF_ON_TOP_OF_ATMOS -? -1 -tmpl4_8 -USWRF -NCEP -AVE -top_of_atmos -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -131 -AVE_ULWRF_ON_TOP_OF_ATMOS -? -1 -tmpl4_8 -ULWRF -NCEP -AVE -top_of_atmos -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -275 -BRTMP_ON_TOP_OF_ATMOS -? -1 -tmpl4_0 -BRTMP -? -? -top_of_atmos -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -44 -SFCR_ON_SURFACE -? -1 -tmpl4_0 -SFCR -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -45 -FRICV_ON_SURFACE -? -1 -tmpl4_0 -FRICV -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -43 -AVE_SHTFL_ON_SURFACE -? -1 -tmpl4_8 -SHTFL -? -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -135 -AVE_GFLUX_ON_SURFACE -? -1 -tmpl4_8 -GFLUX -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -42 -AVE_LHTFL_ON_SURFACE -? -1 -tmpl4_8 -LHTFL -? -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -269 -AVE_UFLX_ON_SURFACE -? -1 -tmpl4_8 -UFLX -? -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -270 -AVE_VFLX_ON_SURFACE -? -1 -tmpl4_8 -VFLX -? -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -50 -LAND_ON_SURFACE -? -1 -tmpl4_0 -LAND -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -51 -ICEC_ON_SURFACE -? -1 -tmpl4_0 -ICEC -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -266 -AVE_ALBDO_ON_SURFACE -? -1 -tmpl4_8 -ALBDO -? -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -54 -PRES_ON_TROPOPAUSE -? -1 -tmpl4_0 -PRES -? -? -tropopause -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -177 -HGT_ON_TROPOPAUSE -? -1 -tmpl4_0 -HGT -? -? -tropopause -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -55 -TMP_ON_TROPOPAUSE -? -1 -tmpl4_0 -TMP -? -? -tropopause -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -56 -UGRD_ON_TROPOPAUSE -? -1 -tmpl4_0 -UGRD -? -? -tropopause -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -57 -VGRD_ON_TROPOPAUSE -? -1 -tmpl4_0 -VGRD -? -? -tropopause -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -58 -VWSH_ON_TROPOPAUSE -? -1 -tmpl4_0 -VWSH -NCEP -? -tropopause -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -59 -TMP_ON_SPEC_ALT_ABOVE_MEAN_SEA_LVL -? -1 -tmpl4_0 -TMP -? -? -spec_alt_above_mean_sea_lvl -0 -? -8 -305. 457. 610. 914. 1829. 2743. 3658. 4572. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -60 -UGRD_ON_SPEC_ALT_ABOVE_MEAN_SEA_LVL -? -1 -tmpl4_0 -UGRD -? -? -spec_alt_above_mean_sea_lvl -0 -? -8 -305. 457. 610. 914. 1829. 2743. 3658. 4572. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -61 -VGRD_ON_SPEC_ALT_ABOVE_MEAN_SEA_LVL -? -1 -tmpl4_0 -VGRD -? -? -spec_alt_above_mean_sea_lvl -0 -? -8 -305. 457. 610. 914. 1829. 2743. 3658. 4572. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -586 -TMP_ON_SPEC_HGT_LVL_ABOVE_GRND_FDHGT -? -1 -tmpl4_0 -TMP -? -? -spec_hgt_lvl_above_grnd -0 -? -2 -80. 100. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -576 -UGRD_ON_SPEC_HGT_LVL_ABOVE_GRND_FDHGT -? -1 -tmpl4_0 -UGRD -? -? -spec_hgt_lvl_above_grnd -0 -? -6 -20. 30. 40. 50. 80. 100. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -577 -VGRD_ON_SPEC_HGT_LVL_ABOVE_GRND_FDHGT -? -1 -tmpl4_0 -VGRD -? -? -spec_hgt_lvl_above_grnd -0 -? -6 -20. 30. 40. 50. 80. 100. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -579 -PRES_ON_SPEC_HGT_LVL_ABOVE_GRND_FDHGT -? -1 -tmpl4_0 -PRES -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -80. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -578 -SPFH_ON_SPEC_HGT_LVL_ABOVE_GRND_FDHGT -? -1 -tmpl4_0 -SPFH -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -80. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -62 -HGT_ON_0C_ISOTHERM -? -1 -tmpl4_0 -HGT -? -? -0C_isotherm -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -63 -RH_ON_0C_ISOTHERM -? -1 -tmpl4_0 -RH -? -? -0C_isotherm -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -2.0 -0 -0 -0 -? -? -? -165 -HGT_ON_HGHST_TROP_FRZ_LVL -? -1 -tmpl4_0 -HGT -? -? -hghst_trop_frz_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -350 -RH_ON_HGHST_TROP_FRZ_LVL -? -1 -tmpl4_0 -RH -? -? -hghst_trop_frz_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -2.0 -0 -0 -0 -? -? -? -68 -TMP_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -TMP -? -? -spec_pres_above_grnd -0 -? -6 -3000. 6000. 9000. 12000. 15000. 18000. -spec_pres_above_grnd -0 -? -6 -0. 3000. 6000. 9000. 12000. 15000. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -70 -DPT_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -DPT -? -? -spec_pres_above_grnd -0 -? -1 -3000. -spec_pres_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -71 -SPFH_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -SPFH -? -? -spec_pres_above_grnd -0 -? -6 -3000. 6000. 9000. 12000. 15000. 18000. -spec_pres_above_grnd -0 -? -6 -0. 3000. 6000. 9000. 12000. 15000. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -5.0 -0 -0 -0 -? -? -? -72 -RH_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -RH -? -? -spec_pres_above_grnd -0 -? -6 -3000. 6000. 9000. 12000. 15000. 18000. -spec_pres_above_grnd -0 -? -6 -0. 3000. 6000. 9000. 12000. 15000. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -2.0 -0 -0 -0 -? -? -? -89 -PWAT_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -PWAT -? -? -spec_pres_above_grnd -0 -? -1 -3000. -spec_pres_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -73 -UGRD_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -UGRD -? -? -spec_pres_above_grnd -0 -? -6 -3000. 6000. 9000. 12000. 15000. 18000. -spec_pres_above_grnd -0 -? -6 -0. 3000. 6000. 9000. 12000. 15000. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -74 -VGRD_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -VGRD -? -? -spec_pres_above_grnd -0 -? -6 -3000. 6000. 9000. 12000. 15000. 18000. -spec_pres_above_grnd -0 -? -6 -0. 3000. 6000. 9000. 12000. 15000. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -66 -RH_ON_SIGMA_LVL_0.33-1.0 -? -1 -tmpl4_0 -RH -? -? -sigma_lvl -1 -2 -1 -33. -sigma_lvl -1 -2 -1 -100. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -2.0 -0 -0 -0 -? -? -? -318 -RH_ON_SIGMA_LVL_0.44-1.0 -? -1 -tmpl4_0 -RH -? -? -sigma_lvl -1 -2 -1 -44. -sigma_lvl -1 -2 -1 -100. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -2.0 -0 -0 -0 -? -? -? -319 -RH_ON_SIGMA_LVL_0.72-0.94 -? -1 -tmpl4_0 -RH -? -? -sigma_lvl -1 -2 -1 -72. -sigma_lvl -1 -2 -1 -94. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -2.0 -0 -0 -0 -? -? -? -320 -RH_ON_SIGMA_LVL_0.44-0.72 -? -1 -tmpl4_0 -RH -? -? -sigma_lvl -1 -2 -1 -44. -sigma_lvl -1 -2 -1 -72. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -2.0 -0 -0 -0 -? -? -? -321 -TMP_ON_SIGMA_LVL_0.9950 -? -1 -tmpl4_0 -TMP -? -? -sigma_lvl -1 -4 -1 -9950. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -322 -POT_ON_SIGMA_LVL_0.9950 -? -1 -tmpl4_0 -POT -? -? -sigma_lvl -1 -4 -1 -9950. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -323 -RH_ON_SIGMA_LVL_0.9950 -? -1 -tmpl4_0 -RH -? -? -sigma_lvl -1 -4 -1 -9950. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -324 -UGRD_ON_SIGMA_LVL_0.9950 -? -1 -tmpl4_0 -UGRD -? -? -sigma_lvl -1 -4 -1 -9950. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -325 -VGRD_ON_SIGMA_LVL_0.9950 -? -1 -tmpl4_0 -VGRD -? -? -sigma_lvl -1 -4 -1 -9950. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -326 -VVEL_ON_SIGMA_LVL_0.9950 -? -1 -tmpl4_0 -VVEL -? -? -sigma_lvl -1 -4 -1 -9950. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -5.0 -0 -0 -0 -? -? -? -173 -PRES_ON_MAX_WIND -? -1 -tmpl4_0 -PRES -? -? -max_wind -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -174 -HGT_ON_MAX_WIND -? -1 -tmpl4_0 -HGT -? -? -max_wind -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -175 -UGRD_ON_MAX_WIND -? -1 -tmpl4_0 -UGRD -? -? -max_wind -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -176 -VGRD_ON_MAX_WIND -? -1 -tmpl4_0 -VGRD -? -? -max_wind -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -314 -TMP_ON_MAX_WIND -? -1 -tmpl4_0 -TMP -? -? -max_wind -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -221 -HPBL_ON_SURFACE -? -1 -tmpl4_0 -HPBL -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -188 -PRES_ON_CONVECTIVE_CLOUD_BOT_LVL -? -1 -tmpl4_0 -PRES -? -? -convective_cloud_bot_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -189 -PRES_ON_CONVECTIVE_CLOUD_TOP_LVL -? -1 -tmpl4_0 -PRES -? -? -convective_cloud_top_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -303 -AVE_PRES_ON_LOW_CLOUD_BOT_LVL -? -1 -tmpl4_8 -PRES -? -AVE -low_cloud_bot_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -306 -AVE_PRES_ON_MID_CLOUD_BOT_LVL -? -1 -tmpl4_8 -PRES -? -AVE -mid_cloud_bot_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -309 -AVE_PRES_ON_HIGH_CLOUD_BOT_LVL -? -1 -tmpl4_8 -PRES -? -AVE -high_cloud_bot_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -304 -AVE_PRES_ON_LOW_CLOUD_TOP_LVL -? -1 -tmpl4_8 -PRES -? -AVE -low_cloud_top_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -307 -AVE_PRES_ON_MID_CLOUD_TOP_LVL -? -1 -tmpl4_8 -PRES -? -AVE -mid_cloud_top_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -310 -AVE_PRES_ON_HIGH_CLOUD_TOP_LVL -? -1 -tmpl4_8 -PRES -? -AVE -high_cloud_top_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -305 -AVE_TMP_ON_LOW_CLOUD_TOP_LVL -? -1 -tmpl4_8 -TMP -? -AVE -low_cloud_top_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -308 -AVE_TMP_ON_MID_CLOUD_TOP_LVL -? -1 -tmpl4_8 -TMP -? -AVE -mid_cloud_top_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -311 -AVE_TMP_ON_HIGH_CLOUD_TOP_LVL -? -1 -tmpl4_8 -TMP -? -AVE -high_cloud_top_lvl -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -570 -GFS_TCDC_ON_CONVECTIVE_CLOUD_LYR -? -1 -tmpl4_0 -TCDC -? -? -convective_cloud_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -2.0 -0 -0 -0 -? -? -? -575 -CWAT_ON_ENTIRE_ATMOS_SINGLE_LYR -? -1 -tmpl4_0 -CWAT -? -? -entire_atmos_single_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -312 -RH_ON_ENTIRE_ATMOS_SINGLE_LYR -? -1 -tmpl4_0 -RH -? -? -entire_atmos_single_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -2.0 -0 -0 -0 -? -? -? -299 -TOZNE_ON_ENTIRE_ATMOS_SINGLE_LYR -? -1 -tmpl4_0 -TOZNE -? -? -entire_atmos_single_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -245 -GUST_ON_SURFACE -? -1 -tmpl4_0 -GUST -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -246 -PLPL_ON_SPEC_PRES_ABOVE_GRND -? -1 -tmpl4_0 -PLPL -NCEP -? -spec_pres_above_grnd -0 -? -1 -25500. -spec_pres_above_grnd -0 -? -1 -0. -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -331 -TCDC_ON_ISOBARIC_SFC -? -1 -tmpl4_0 -TCDC -? -? -isobaric_sfc -0 -? -39 -5000. 7000. 10000. 12500. 15000. 17500. 20000. 22500. 25000. 27500. 30000. 32500. 35000. 37500. 40000. 42500. 45000. 47500. 50000. 52500. 55000. 57500. 60000. 62500. 65000. 67500. 70000. 72500. 75000. 77500. 80000. 82500. 85000. 87500. 90000. 92500. 95000. 97500. 100000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -332 -UGRD_ON_ISENTROPIC_LVL -? -1 -tmpl4_0 -UGRD -? -? -isentropic_lvl -0 -? -1 -320. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -333 -VGRD_ON_ISENTROPIC_LVL -? -1 -tmpl4_0 -VGRD -? -? -isentropic_lvl -0 -? -1 -320. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -334 -TMP_ON_ISENTROPIC_LVL -? -1 -tmpl4_0 -TMP -? -? -isentropic_lvl -0 -? -1 -320. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -335 -PVORT_ON_ISENTROPIC_LVL -? -1 -tmpl4_0 -PVORT -? -? -isentropic_lvl -0 -? -1 -320. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -353 -MNTSF_ON_ISENTROPIC_LVL -? -1 -tmpl4_0 -MNTSF -? -? -isentropic_lvl -0 -? -1 -320. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -336 -UGRD_ON_POT_VORT_SFC -? -1 -tmpl4_0 -UGRD -? -? -pot_vort_sfc -8 -9 9 9 9 9 9 9 9 -8 -500. -500. 1000. -1000. 1500. -1500. 2000. -2000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -337 -VGRD_ON_POT_VORT_SFC -? -1 -tmpl4_0 -VGRD -? -? -pot_vort_sfc -8 -9 9 9 9 9 9 9 9 -8 -500. -500. 1000. -1000. 1500. -1500. 2000. -2000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -338 -TMP_ON_POT_VORT_SFC -? -1 -tmpl4_0 -TMP -? -? -pot_vort_sfc -8 -9 9 9 9 9 9 9 9 -8 -500. -500. 1000. -1000. 1500. -1500. 2000. -2000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -339 -HGT_ON_POT_VORT_SFC -? -1 -tmpl4_0 -HGT -? -? -pot_vort_sfc -8 -9 9 9 9 9 9 9 9 -8 -500. -500. 1000. -1000. 1500. -1500. 2000. -2000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -340 -PRES_ON_POT_VORT_SFC -? -1 -tmpl4_0 -PRES -? -? -pot_vort_sfc -8 -9 9 9 9 9 9 9 9 -8 -500. -500. 1000. -1000. 1500. -1500. 2000. -2000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -341 -VWSH_ON_POT_VORT_SFC -? -1 -tmpl4_0 -VWSH -NCEP -? -pot_vort_sfc -8 -9 9 9 9 9 9 9 9 -8 -500. -500. 1000. -1000. 1500. -1500. 2000. -2000. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -342 -AVE_TCDC_ON_BOUND_LYR_CLOUD_LYR -? -1 -tmpl4_8 -TCDC -? -AVE -bound_lyr_cloud_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -313 -AVE_CWORK_ON_ENTIRE_ATMOS_SINGLE_LYR -? -1 -tmpl4_8 -CWORK -NCEP -AVE -entire_atmos_single_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -315 -AVE_U-GWD_ON_SURFACE -? -1 -tmpl4_8 -U-GWD -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -5.0 -0 -0 -0 -? -? -? -316 -AVE_V-GWD_ON_SURFACE -? -1 -tmpl4_8 -V-GWD -NCEP -AVE -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -5.0 -0 -0 -0 -? -? -? -343 -ACM_WATR_ON_SURFACE -? -1 -tmpl4_8 -WATR -? -ACM -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -345 -MAX_TMAX_ON_SPEC_HGT_LVL_ABOVE_GRND_2m -? -1 -tmpl4_8 -TMAX -? -MAX -spec_hgt_lvl_above_grnd -0 -? -1 -2. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -346 -MIN_TMIN_ON_SPEC_HGT_LVL_ABOVE_GRND_2m -? -1 -tmpl4_8 -TMIN -? -MIN -spec_hgt_lvl_above_grnd -0 -? -1 -2. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -398 -ICAHT_ON_MAX_WIND -? -1 -tmpl4_0 -ICAHT -? -? -max_wind -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -399 -ICAHT_ON_TROPOPAUSE -? -1 -tmpl4_0 -ICAHT -? -? -tropopause -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -6.0 -0 -0 -0 -? -? -? -396 -SUNSD_ON_SURFACE -? -1 -tmpl4_0 -SUNSD -NCEP -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -5.0 -0 -0 -0 -? -? -? -389 -UGRD_ON_PLANETARY_BOUND_LYR -? -1 -tmpl4_0 -UGRD -? -? -planetary_bound_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -390 -VGRD_ON_PLANETARY_BOUND_LYR -? -1 -tmpl4_0 -VGRD -? -? -planetary_bound_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -454 -VRATE_ON_PLANETARY_BOUND_LYR -Ventilation Rate on planetary boundary layer -1 -tmpl4_0 -VRATE -NCEP -? -planetary_bound_lyr -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -455 -HINDEX_ON_SURFACE -Haines Index on surface -1 -tmpl4_0 -HINDEX -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -1.0 -0 -0 -0 -? -? -? -172 -CPOFP_ON_SURFACE -? -1 -tmpl4_0 -CPOFP -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -808 -APTMP_ON_SPEC_HGT_LVL_ABOVE_GRND_2m -? -1 -tmpl4_0 -APTMP -? -? -spec_hgt_lvl_above_grnd -0 -? -1 -2. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -167 -INST_PRATE_ON_SURFACE -? -1 -tmpl4_0 -PRATE -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -249 -CPRAT_ON_SURFACE -? -1 -tmpl4_0 -CPRAT -? -? -surface -0 -? -0 -? -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -4.0 -0 -0 -0 -? -? -? -182 -SNMR_ON_HYBRID_LVL -? -1 -tmpl4_0 -SNMR -? -? -hybrid_lvl -0 -? -1 -1. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -181 -RWMR_ON_HYBRID_LVL -? -1 -tmpl4_0 -RWMR -? -? -hybrid_lvl -0 -? -1 -1. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -124 -CLWMR_ON_HYBRID_LVL -? -1 -tmpl4_0 -CLWMR -? -? -hybrid_lvl -0 -? -1 -1. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -125 -ICMR_ON_HYBRID_LVL -? -1 -tmpl4_0 -ICMR -? -? -hybrid_lvl -0 -? -1 -1. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? -415 -GRLE_ON_HYBRID_LVL -Graupel mixing ration on hybrid level -1 -tmpl4_0 -GRLE -? -? -hybrid_lvl -0 -? -1 -1. -? -0 -? -0 -? -? -? -0 -0.0 -0 -0.0 -? -0 -0.0 -0 -0.0 -1 -3.0 -0 -0 -0 -? -? -? diff --git a/parm/rasmgshoc.nml.IN b/parm/rasmgshoc.nml.IN deleted file mode 100644 index ff64215fa8..0000000000 --- a/parm/rasmgshoc.nml.IN +++ /dev/null @@ -1,305 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 13 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - - fhouri = 2.0 - fac_n_spl = 2.0 -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - crtrh = 1.00,1.00,0.95 - ncld = 2 - imp_physics = 10 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .false.. - cal_pre = .false. - redrag = .true. - dspheat = .false. - hybedmf = @[HYBEDMF] - satmedmf = .false. - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .false. - imfshalcnv = -1 - imfdeepcnv = -1 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - - ras = .true. - cscnv = .false. - do_shoc = .true. - shoc_parm = 7000.0,1.0,2.0,0.7,-999.0 - do_aw = .false. - shoc_cld = .true. - h2o_phys = .true. - shcnvcw = .false. - xkzm_h = 1.0 - xkzm_m = 1.0 - xkzm_s = 1.0 - ccwf = 1.0,1.0 - dlqf = 0.25,0.05 - mg_dcs = 200.0 - mg_ts_auto_ice = 180.0,900.0 - mg_qcvar = 1.0 - fprcp = 2 - pdfflag = 4 - iccn = .false. - aero_in = .false. - mg_do_graupel = .true. - mg_do_hail = .false. - do_sb_physics = .true. - mg_do_ice_gmao = .false. - mg_do_liq_liu = .true. - cs_parm = 8.0,4.0,1.0e3,3.5e3,20.0,1.0,0.0,1.0,0.6,0.0 - ctei_rm = 0.60,0.23 - max_lon = 8000 - max_lat = 4000 - rhcmax = 0.9999999 - effr_in = .true. - - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/regional.nml.IN b/parm/regional.nml.IN deleted file mode 100644 index 4800565423..0000000000 --- a/parm/regional.nml.IN +++ /dev/null @@ -1,295 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - - &atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - - &fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - - &fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 2000200, - print_memory_usage = .false. -/ - - &fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - - &fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = 211 - npy = 193 - ntiles = 1, - npz = 64 - !grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .T. - reset_eta = .F. - n_sponge = 20 - nudge_qv = .T. - tau = 3.0 - rf_cutoff = 10.e2 - d2_bg_k1 = 0.16 - d2_bg_k2 = 0.02 - kord_tm = -10 - kord_mt = 10 - kord_wz = 10 - kord_tr = 10 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.08 - vtdm4 = 0.0 - delt_max = 0.008 - ke_bg = 0. - do_vort_damp = .T. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1.0 - hord_mt = 6 - hord_vt = -5 - hord_tm = -5 - hord_dp = -5 - hord_tr = -8 - adjust_dry_mass = .F. - consv_te = 0. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - - do_schmidt = .true. - target_lat = 35.5 - target_lon = -97.5 - stretch_fac = 1.5 -!! nord_zs_filter = 4 - n_zs_filter = 0 - regional = .true. - bc_update_interval = 6 -/ - - &external_ic_nml - filtered_terrain = .true. - levp = 65 - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - - &gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .true. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 2.0, 0.25 ! NCEP default - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = 1,1,1,0,5 - cplflx = .F. - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - - &interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp" - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ - - &gfdl_cloud_microphysics_nml - sedi_transport = .false. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 180. - tau_v2l = 90. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 90. -/ - -&nam_stochy -/ - -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/regional_c768.nml.IN b/parm/regional_c768.nml.IN deleted file mode 100644 index 90b8995434..0000000000 --- a/parm/regional_c768.nml.IN +++ /dev/null @@ -1,295 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - - &atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = 1 -/ - -&diag_manager_nml - prepend_date = .F. -/ - - &fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - - &fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - - &fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - - &fv_core_nml - layout = 20,24 - io_layout = 1,1 - npx = 1729 - npy = 1441 - ntiles = 1, - npz = 64 - !grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .T. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .T. - tau = 5. - rf_cutoff = 20.e2 - d2_bg_k1 = 0.20 - d2_bg_k2 = 0.04 - kord_tm = -11 - kord_mt = 11 - kord_wz = 11 - kord_tr = 11 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 4 - n_split = 5 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 300 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.008 - ke_bg = 0. - do_vort_damp = .T. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1.0 - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 0. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - - do_schmidt = .true. - target_lat = 35.5 - target_lon = -97.5 - stretch_fac = 1.5 -!! nord_zs_filter = 4 - n_zs_filter = 0 - regional = .true. - bc_update_interval = 6 -/ - - &external_ic_nml - filtered_terrain = .true. - levp = 65 - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - - &gfs_physics_nml - fhzero = 3. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .false. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .false. - trans_trac = .true. - cnvcld = .false. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5, 0.25 ! NCEP default - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = 1,1,1,0,5 - cplflx = .F. - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - - &interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp" - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ - - &gfdl_cloud_microphysics_nml - sedi_transport = .false. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 180. - tau_v2l = 90. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 90. -/ - -&nam_stochy -/ - -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/stretched-input.nml.IN b/parm/stretched-input.nml.IN deleted file mode 100644 index 24a9c1263c..0000000000 --- a/parm/stretched-input.nml.IN +++ /dev/null @@ -1,292 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 30 - nudge_qv = .T. - rf_fast = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 1 - n_split = 8 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 600 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. - - do_schmidt = .true. - target_lat = 35.5 - target_lon = -97.5 - stretch_fac = 1.5 - -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .false. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = @[NSTF_NAME] - xkzminv = 0.3 - xkzm_m = 1.0 - xkzm_h = 1.0 -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 300. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/stretched-nest-input.nml.IN b/parm/stretched-nest-input.nml.IN deleted file mode 100644 index 93111894ee..0000000000 --- a/parm/stretched-nest-input.nml.IN +++ /dev/null @@ -1,297 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml -! grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6, - npz = @[NPZ] -! grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 30 - nudge_qv = .T. - rf_fast = .F. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 1 - n_split = 8 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 1 - fv_sg_adj = 600 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = -6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - do_sat_adj = .T. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" - no_dycore = .false. - z_tracer = .T. - - do_schmidt = .true. - target_lat = 35.5 - target_lon = -97.5 - stretch_fac = 1.5 - -/ -&nest_nml - ntiles = 2 - nest_pes = 48,48 - p_split = 1 -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .false. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = @[NSTF_NAME] - xkzminv = 0.3 - xkzm_m = 1.0 - xkzm_h = 1.0 -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 300. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy -/ -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/stretched-nest-quilt-model_configure.IN b/parm/stretched-nest-quilt-model_configure.IN deleted file mode 100644 index 563d94db5f..0000000000 --- a/parm/stretched-nest-quilt-model_configure.IN +++ /dev/null @@ -1,67 +0,0 @@ -total_member: 1 -print_esmf: .true. -PE_MEMBER01: 108 -start_year: 2018 -start_month: 10 -start_day: 15 -start_hour: 00 -start_minute: 0 -start_second: 0 -nhours_fcst: @[FHMAX] -RUN_CONTINUE: .false. -ENS_SPS: .false. - -dt_atmos: 450 -calendar: 'julian' -cpl: .false. -memuse_verbose: .false. -atmos_nthreads: 2 -use_hyper_thread: .false. -ncores_per_node: 24 -debug_affinity: .true. -restart_interval: 0 -output_1st_tstep_rst: .false. - -quilting: .true. -write_groups: 3 -write_tasks_per_group: 4 -num_files: 2 -filename_base: 'dyn' 'phy' -output_file: 'netcdf' -write_nemsioflip: .false. -write_fsyncflag: .false. - -# output_grid: 'regional_latlon' -# lon1: 225.0 -# lon2: 300.0 -# lat1: 10.0 -# lat2: 60.0 -# dlon: 0.2 -# dlat: 0.2 - - output_grid: 'rotated_latlon' - cen_lon: -97.5 # central longitude - cen_lat: 34.0 # central latitude - lon1: -22.0 # longitude of lower-left point in rotated coordinate system (in degrees) - lat1: -17.0 # latitude of lower-left . . . . - lon2: 22.0 # longitude of upper-right . . . . - lat2: 17.0 # latitude of upper-right . . . . - dlon: 0.2 - dlat: 0.2 - -# output_grid: 'lambert_conformal' -# cen_lon: -97.5 # central longitude -# cen_lat: 34.0 # central latitude -# stdlat1: 30.0 -# stdlat2: 60.0 -# nx: 450 # Number of points along x-axis. -# ny: 430 # Number of points along y-axis. -# lon1: -116.0 # longitude of first grid point (lower-left) (in degrees) -# lat1: 13.0 # latitude of first grid point (lower-left) (in degrees) -# dx: 10000.0 # x-direction grid length -# dy: 10000.0 # y-direction grid length - -nfhout: 3 -nfhmax_hf: 12 -nfhout_hf: 1 -nsout: -1 diff --git a/parm/thompson.nml.IN b/parm/thompson.nml.IN deleted file mode 100644 index 5897fe3b76..0000000000 --- a/parm/thompson.nml.IN +++ /dev/null @@ -1,280 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .T. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 2 - imp_physics = 8 - lradar = @[LRADAR] - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .true. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts - NSFCPERT=6, - PERTZ0=-999., - PERTSHC=-999., - PERTZT=-999., - PERTLAI=-999., - PERTVEGF=-999., - PERTALB=-999., - SFC_TAU=21600, - SFC_LSCALE=500000, - ISEED_SFC=0, - SPPT_LAND=.FALSE., -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/parm/v15p2_c96.nml.IN b/parm/v15p2_c96.nml.IN new file mode 100644 index 0000000000..dedfb2b42f --- /dev/null +++ b/parm/v15p2_c96.nml.IN @@ -0,0 +1,306 @@ +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + fhmax = 384 + fhout = 3 + fhmaxhf = 120 + fhouthf = 1 +/ + +&diag_manager_nml + prepend_date = .false. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.15 + d2_bg_k2 = 0.02 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 3.5,0.25 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + debug = .false. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + do_sppt = .true. + do_shum = .true. + do_skeb = .true. + do_sfcperts = .false. +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' + FNSMCC = 'global_soilmgldas.t126.384.190.grb' + FNMSKH = 'seaice_newland.grb' + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = .true. + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 99999 + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 25 +/ + diff --git a/parm/v16beta_c96.nml.IN b/parm/v16beta_c96.nml.IN new file mode 100644 index 0000000000..bc29afd5aa --- /dev/null +++ b/parm/v16beta_c96.nml.IN @@ -0,0 +1,335 @@ +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + fhmax = 384 + fhout = 3 + fhmaxhf = 120 + fhouthf = 1 +/ + +&diag_manager_nml + prepend_date = .false. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&mpp_io_nml +shuffle=1 +deflate_level=1 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.0 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 5111 + icliq_sw = 2 + iovr_lw = 3 + iovr_sw = 3 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + satmedmf = .true. + isatmedmf = 1 + lheatstrg = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 4.0,0.15,1.0,1.0 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = 1 + iopt_dveg = 1 + iopt_crs = 1 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_alb = 2 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 1 + debug = .false. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + ldiag_ugwp = .false. + do_ugwp = .false. + do_tofd = .true. + do_sppt = .true. + do_shum = .true. + do_skeb = .true. + do_sfcperts = .false. +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' + FNSMCC = 'global_soilmgldas.t126.384.190.grb' + FNMSKH = 'seaice_newland.grb' + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = .true. + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 99999 + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 27 +/ + diff --git a/parm/wsm6.nml.IN b/parm/wsm6.nml.IN deleted file mode 100644 index 7f4c33fd7e..0000000000 --- a/parm/wsm6.nml.IN +++ /dev/null @@ -1,280 +0,0 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi', - date_out_of_range = 'climo', -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = @[FDIAG] -/ - -&diag_manager_nml - prepend_date = .F. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100, - max_files_w = 100, -/ - -&fms_nml - clock_grain = 'ROUTINE', - domains_stack_size = 3000000, - print_memory_usage = .false. -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6, - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .F. - range_warn = .F. - reset_eta = .F. - n_sponge = 24 - nudge_qv = .T. - tau = 5. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .F. - phys_hydrostatic = .F. - use_hydro_pressure = .F. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0.0 - dnats = 0 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .T. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .F. - d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 8 - adjust_dry_mass = .F. - consv_te = 1. - consv_am = .F. - fill = .T. - dwind_2d = .F. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .T. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = "fv3_increment.nc" -/ - -#&coupler_nml -# months = 0 -# days = 1 -# hours = 0 -# dt_atmos = 225 -# dt_ocean = 225 -# current_date = 2016,10,03,00,0,0 -# calendar = 'julian' -# memuse_verbose = .false. -# atmos_nthreads = 1 -# use_hyper_thread = .false. -# ncores_per_node = 24 -#/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .F. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6. - ldiag3d = .false. - fhcyc = 24. - nst_anl = .true. - use_ufo = .true. - pre_rad = .false. - ncld = 2 - imp_physics = 6 - lradar = @[LRADAR] - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - IAER = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .true. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - random_clds = .true. - trans_trac = .false. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsm = 1 - iopt_dveg = 2 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - nstf_name = @[NSTF_NAME] - iau_delthrs = 6 - iaufhrs = 30 - iau_inc_files = @[IAU_INC_FILES] -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = @[FNALBC] - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSMCC = @[FNSMCC] - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = @[FNABSC] - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FAISS = 99999 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, - FSNOS = 99999, - FSICS = 99999, -/ -&nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ -&nam_sfcperts - NSFCPERT=6, - PERTZ0=-999., - PERTSHC=-999., - PERTZT=-999., - PERTLAI=-999., - PERTVEGF=-999., - PERTALB=-999., - SFC_TAU=21600, - SFC_LSCALE=500000, - ISEED_SFC=0, - SPPT_LAND=.FALSE., -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ diff --git a/stochastic_physics b/stochastic_physics index 01739da377..7c04abf603 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit 01739da377d603c9c8d6d666afe2442260fd79d1 +Subproject commit 7c04abf6035795051124dfff118a8b7f9c3e1edb diff --git a/tests/Compile_cheyenne.gnu.log b/tests/Compile_cheyenne.gnu.log index 9e8b991b96..2c2c870f28 100644 --- a/tests/Compile_cheyenne.gnu.log +++ b/tests/Compile_cheyenne.gnu.log @@ -1,14 +1,14 @@ + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu + MACHINE_ID=cheyenne.gnu + MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta' + BUILD_NAME=fv3_1 @@ -19,8 +19,8 @@ + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests +cheyenne2 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests + echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on cheyenne.gnu' Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on cheyenne.gnu + '[' YES = YES ']' @@ -47,7 +47,7 @@ Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_1/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -1761,28 +1761,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_1/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_1/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\N\A\M\_\p\h\y\s\=\Y* ]] +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__28399 -++ eval 'setup__test_function__28399() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__2564 +++ eval 'setup__test_function__2564() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__28399 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__2564 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1809,20 +1808,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__28399 +++ unset setup__test_function__2564 ++ unset __ms_function_name + [[ cheyenne.gnu == macosx.* ]] + [[ cheyenne.gnu == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gv;' export '_ModuleTable001_;' '_ModuleTable002_=bW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0=;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1Q;' export '_ModuleTable001_;' '_ModuleTable002_=QVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0=;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gv +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1Q ++ export _ModuleTable001_ -++ _ModuleTable002_=bW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0= +++ _ModuleTable002_=QVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0= ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -1830,7 +1829,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxb;' export '_ModuleTable003_;' '_ModuleTable004_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9h;' export '_ModuleTable004_;' '_ModuleTable005_=ZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJu;' export '_ModuleTable005_;' '_ModuleTable006_=ZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWxfcHVibGljLXJlbGVhc2VfdXBkYXRlLWZyb20tZHRjLWRldmVsb3AtMjAxOTEyMDkvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVs;' export '_ModuleTable006_;' '_ModuleTable007_=dC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi;' export '_ModuleTable003_;' '_ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j;' export '_ModuleTable004_;' '_ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu;' export '_ModuleTable005_;' '_ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl;' export '_ModuleTable006_;' '_ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a ++ export BACIO_LIB4 ++ CC=gcc @@ -1907,9 +1906,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=gcc ++ export MPICC_CC @@ -1999,23 +1998,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxb +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi ++ export _ModuleTable003_ -++ _ModuleTable004_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9h +++ _ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j ++ export _ModuleTable004_ -++ _ModuleTable005_=ZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJu +++ _ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu ++ export _ModuleTable005_ -++ _ModuleTable006_=ZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWxfcHVibGljLXJlbGVhc2VfdXBkYXRlLWZyb20tZHRjLWRldmVsb3AtMjAxOTEyMDkvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVs +++ _ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl ++ export _ModuleTable006_ -++ _ModuleTable007_=dC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -2031,29 +2030,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxb;' export '_ModuleTable003_;' '_ModuleTable004_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9h;' export '_ModuleTable004_;' '_ModuleTable005_=ZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJu;' export '_ModuleTable005_;' '_ModuleTable006_=ZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWxfcHVibGljLXJlbGVhc2VfdXBkYXRlLWZyb20tZHRjLWRldmVsb3AtMjAxOTEyMDkvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVs;' export '_ModuleTable006_;' '_ModuleTable007_=dC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi;' export '_ModuleTable003_;' '_ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j;' export '_ModuleTable004_;' '_ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu;' export '_ModuleTable005_;' '_ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl;' export '_ModuleTable006_;' '_ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxb +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi ++ export _ModuleTable003_ -++ _ModuleTable004_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9h +++ _ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j ++ export _ModuleTable004_ -++ _ModuleTable005_=ZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJu +++ _ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu ++ export _ModuleTable005_ -++ _ModuleTable006_=ZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWxfcHVibGljLXJlbGVhc2VfdXBkYXRlLWZyb20tZHRjLWRldmVsb3AtMjAxOTEyMDkvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVs +++ _ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl ++ export _ModuleTable006_ -++ _ModuleTable007_=dC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_1 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- The Fortran compiler identification is GNU 8.3.0 @@ -2121,12 +2120,12 @@ Selected physics package: gfs -- Detecting OpenMP flags for GNU C++ compiler: -fopenmp -- Detecting OpenMP flags for GNU Fortran compiler: -fopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_1 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_1 + make -j 3 Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl @@ -2134,209 +2133,209 @@ Scanning dependencies of target fv3cpl [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o [ 2%] Linking Fortran static library libccpp.a [ 2%] Built target ccpp [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o [ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Scanning dependencies of target ccppphys -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o [ 3%] Linking Fortran static library libfv3cpl.a +Scanning dependencies of target ccppphys [ 3%] Built target fv3cpl -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: #define MPP_TYPE_ logical(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: #define MPP_TYPE_CREATE_ mpp_type_create_int4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: #define MPP_TYPE_ logical(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o @@ -2351,15 +2350,15 @@ note: this is the location of the previous definition [ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o [ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o [ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o [ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o [ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o @@ -2444,34 +2443,34 @@ note: this is the location of the previous definition [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o [ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o [ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o [ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o [ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o @@ -2490,72 +2489,72 @@ note: this is the location of the previous definition [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o [ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:1196:0: - - val_name = val_name(2:length-1) - -Warning: ‘__builtin_memmove’ reading 128 bytes from a region of size 127 [-Wstringop-overflow=] [ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o [ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o [ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o [ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 55%] Linking Fortran static library libccppphys.a -[ 55%] Built target ccppphys -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 54%] Linking Fortran static library libccppphys.a +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 54%] Built target ccppphys +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o Scanning dependencies of target gfsphysics -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:1196:0: + + val_name = val_name(2:length-1) + +Warning: ‘__builtin_memmove’ reading 128 bytes from a region of size 127 [-Wstringop-overflow=] +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o [ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o [ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o [ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o [ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o [ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o [ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o [ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o [ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o [ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o [ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o [ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o @@ -2563,35 +2562,35 @@ Scanning dependencies of target gfsphysics [ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o [ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o [ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o [ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 67%] Linking Fortran static library libgfsphysics.a -[ 67%] Built target gfsphysics -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 66%] Linking Fortran static library libgfsphysics.a +[ 66%] Built target gfsphysics +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o Scanning dependencies of target ipd -[ 68%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 68%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 69%] Linking Fortran static library libipd.a -[ 69%] Built target ipd -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 66%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 66%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o Scanning dependencies of target ccppdriver -[ 69%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 70%] Linking Fortran static library libccppdriver.a -[ 70%] Built target ccppdriver +[ 67%] Linking Fortran static library libipd.a +[ 67%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 67%] Built target ipd +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 69%] Linking Fortran static library libccppdriver.a +[ 69%] Built target ccppdriver +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o [ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o [ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o [ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o @@ -2609,14 +2608,14 @@ Scanning dependencies of target ccppdriver [ 75%] Linking Fortran static library FMS/libfms.a [ 75%] Built target fms Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o Scanning dependencies of target fv3core [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:1:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:1:29: !#define ESMF_ERR_ABORT(rc) \ @@ -2632,22 +2631,22 @@ Warning: backslash and newline separated by space [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: do k=km-1, km-k_inc, -1 1 Warning: Deleted feature: End expression in DO loop at (1) must be integer -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: do k=km-k_inc-2, 5, -1 1 @@ -2657,8 +2656,8 @@ Warning: Deleted feature: Start expression in DO loop at (1) must be integer [ 80%] Linking Fortran static library libio.a [ 80%] Built target io [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o @@ -2666,17 +2665,17 @@ Warning: Deleted feature: Start expression in DO loop at (1) must be integer [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: iau_state%hr2=IPD_Control%iaufhrs(t2) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: if (is_master()) print *,'reading next increment file',trim(IPD_Control%iau_inc_files(t2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: call read_iau_forcing(IPD_Control,iau_state%inc2,'INPUT/'//trim(IPD_Control%iau_inc_files(t2))) 1 @@ -2685,36 +2684,36 @@ Warning: Legacy Extension: REAL array index at (1) [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: 123 continue 1 -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: if ( r_vor < 1250.E3 ) goto 123 2 Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2) [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:649:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:649:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1099:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1099:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1285:0: #endif SW_DYNAMICS Warning: extra tokens at end of #endif directive -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1306:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1306:0: #endif SW_DYNAMICS @@ -2731,9 +2730,9 @@ Warning: extra tokens at end of #endif directive [ 87%] Linking Fortran static library libfv3core.a [ 87%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o @@ -2757,28 +2756,28 @@ Scanning dependencies of target stochastic_physics [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/stochastic_physics/get_stochy_pattern.F90:314:110: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/stochastic_physics/get_stochy_pattern.F90:329:110: upattern_3d(blk,:,k) = skeb_vwts(k,1)*skebu_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebu_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/stochastic_physics/get_stochy_pattern.F90:314:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/stochastic_physics/get_stochy_pattern.F90:329:62: upattern_3d(blk,:,k) = skeb_vwts(k,1)*skebu_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebu_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/stochastic_physics/get_stochy_pattern.F90:315:110: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/stochastic_physics/get_stochy_pattern.F90:330:110: vpattern_3d(blk,:,k) = skeb_vwts(k,1)*skebv_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebv_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/stochastic_physics/get_stochy_pattern.F90:315:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/stochastic_physics/get_stochy_pattern.F90:330:62: vpattern_3d(blk,:,k) = skeb_vwts(k,1)*skebv_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebv_save(blk,:,skeb_vpts(k,2)) 1 Warning: Legacy Extension: REAL array index at (1) -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a @@ -2792,22 +2791,22 @@ Scanning dependencies of target fv3cap [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu/fv3 ../modules.fv3_1 ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 @@ -2816,15 +2815,15 @@ Scanning dependencies of target NEMS.exe Elapsed time 204 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu + MACHINE_ID=cheyenne.gnu + MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y' + BUILD_NAME=fv3_2 @@ -2835,8 +2834,8 @@ Elapsed time 204 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests +cheyenne2 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests + echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on cheyenne.gnu' Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on cheyenne.gnu + '[' YES = YES ']' @@ -2858,10 +2857,10 @@ Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_ + [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] + CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y -++ sed 's/ .*//' ++ sed 's/.* SUITES=//' +++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_2/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -4575,28 +4574,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_2/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_2/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__60272 -++ eval 'setup__test_function__60272() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__47777 +++ eval 'setup__test_function__47777() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__60272 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__47777 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -4623,20 +4621,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__60272 +++ unset setup__test_function__47777 ++ unset __ms_function_name + [[ cheyenne.gnu == macosx.* ]] + [[ cheyenne.gnu == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gv;' export '_ModuleTable001_;' '_ModuleTable002_=bW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0=;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1Q;' export '_ModuleTable001_;' '_ModuleTable002_=QVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0=;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9nbGFkZS91L2FwcHMvY2gv +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1Q ++ export _ModuleTable001_ -++ _ModuleTable002_=bW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0= +++ _ModuleTable002_=QVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0= ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -4644,7 +4642,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxb;' export '_ModuleTable003_;' '_ModuleTable004_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9h;' export '_ModuleTable004_;' '_ModuleTable005_=ZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJu;' export '_ModuleTable005_;' '_ModuleTable006_=ZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWxfcHVibGljLXJlbGVhc2VfdXBkYXRlLWZyb20tZHRjLWRldmVsb3AtMjAxOTEyMDkvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVs;' export '_ModuleTable006_;' '_ModuleTable007_=dC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi;' export '_ModuleTable003_;' '_ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j;' export '_ModuleTable004_;' '_ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu;' export '_ModuleTable005_;' '_ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl;' export '_ModuleTable006_;' '_ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a ++ export BACIO_LIB4 ++ CC=gcc @@ -4721,9 +4719,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=gcc ++ export MPICC_CC @@ -4813,23 +4811,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxb +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi ++ export _ModuleTable003_ -++ _ModuleTable004_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9h +++ _ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j ++ export _ModuleTable004_ -++ _ModuleTable005_=ZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJu +++ _ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu ++ export _ModuleTable005_ -++ _ModuleTable006_=ZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWxfcHVibGljLXJlbGVhc2VfdXBkYXRlLWZyb20tZHRjLWRldmVsb3AtMjAxOTEyMDkvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVs +++ _ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl ++ export _ModuleTable006_ -++ _ModuleTable007_=dC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -4845,29 +4843,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxb;' export '_ModuleTable003_;' '_ModuleTable004_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9h;' export '_ModuleTable004_;' '_ModuleTable005_=ZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJu;' export '_ModuleTable005_;' '_ModuleTable006_=ZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWxfcHVibGljLXJlbGVhc2VfdXBkYXRlLWZyb20tZHRjLWRldmVsb3AtMjAxOTEyMDkvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVs;' export '_ModuleTable006_;' '_ModuleTable007_=dC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi;' export '_ModuleTable003_;' '_ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j;' export '_ModuleTable004_;' '_ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu;' export '_ModuleTable005_;' '_ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl;' export '_ModuleTable006_;' '_ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu ++ export _ModuleTable001_ ++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s ++ export _ModuleTable002_ -++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxb +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi ++ export _ModuleTable003_ -++ _ModuleTable004_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLFsibG9h +++ _ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j ++ export _ModuleTable004_ -++ _ModuleTable005_=ZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQuNi4zLmx1YSIsWyJmdWxsTmFtZSJdPSJu +++ _ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu ++ export _ModuleTable005_ -++ _ModuleTable006_=ZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWxfcHVibGljLXJlbGVhc2VfdXBkYXRlLWZyb20tZHRjLWRldmVsb3AtMjAxOTEyMDkvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVs +++ _ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl ++ export _ModuleTable006_ -++ _ModuleTable007_=dC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_2 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- The Fortran compiler identification is GNU 8.3.0 @@ -4935,12 +4933,12 @@ Selected physics package: gfs -- Detecting OpenMP flags for GNU C++ compiler: -fopenmp -- Detecting OpenMP flags for GNU Fortran compiler: -fopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/tests/build_fv3_2 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_2 + make -j 3 Scanning dependencies of target fv3cpl Scanning dependencies of target ccpp @@ -4948,50 +4946,50 @@ Scanning dependencies of target ccpp [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o Scanning dependencies of target fms +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/framework/src/ccpp.F90:56:61: +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/framework/src/ccpp.F90:56:61: subroutine ccpp_init(suitename, cdata, ierr, cdata_target, is_filename) 1 Warning: Unused dummy argument ‘cdata_target’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/framework/src/ccpp.F90:64:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/framework/src/ccpp.F90:64:44: character(len=256) :: filename_local 1 Warning: Unused variable ‘filename_local’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/framework/src/ccpp.F90:56:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/framework/src/ccpp.F90:56:74: subroutine ccpp_init(suitename, cdata, ierr, cdata_target, is_filename) 1 Warning: Unused dummy argument ‘is_filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/framework/src/ccpp.F90:63:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/framework/src/ccpp.F90:63:47: logical :: is_filename_local 1 Warning: Unused variable ‘is_filename_local’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/framework/src/ccpp.F90:56:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/framework/src/ccpp.F90:56:34: subroutine ccpp_init(suitename, cdata, ierr, cdata_target, is_filename) 1 Warning: Unused dummy argument ‘suitename’ at (1) [-Wunused-dummy-argument] -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_parameter.F90:120:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_parameter.F90:120:42: integer(LONG_KIND), parameter :: DOMAIN_ID_BASE=Z'0000000100000000' ! Workaround for 64bit init problem 1 Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] -[ 1%] Linking Fortran static library libccpp.a +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Linking Fortran static library libccpp.a [ 2%] Built target ccpp [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cap_cpl.F90:64:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cap_cpl.F90:64:50: type(ESMF_ArraySpec) :: arrayspec 1 Warning: Unused variable ‘arrayspec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cap_cpl.F90:65:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cap_cpl.F90:65:42: integer :: i, localrc 1 @@ -4999,1994 +4997,1995 @@ Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] [ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/drifters/drifters_io.F90:225:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/drifters/drifters_io.F90:225:42: attname = 'unit_'//adjustl(attname) 1 Warning: CHARACTER expression will be truncated in assignment (128/133) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/drifters/drifters_io.F90:201:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/drifters/drifters_io.F90:201:42: attname = 'name_'//adjustl(attname) 1 Warning: CHARACTER expression will be truncated in assignment (128/133) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/drifters/drifters_io.F90:177:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/drifters/drifters_io.F90:177:42: attname = 'unit_'//adjustl(attname) 1 Warning: CHARACTER expression will be truncated in assignment (128/133) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/drifters/drifters_io.F90:153:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/drifters/drifters_io.F90:153:42: attname = 'name_'//adjustl(attname) 1 Warning: CHARACTER expression will be truncated in assignment (128/133) at (1) [-Wcharacter-truncation] Scanning dependencies of target ccppphys -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o [ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/random_numbers/MersenneTwister.F90:82:35: +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/random_numbers/MersenneTwister.F90:82:35: UMASK = -2147483648_8, & ! most significant w-r bits (0x80000000UL) 1 Warning: Conversion from ‘INTEGER(8)’ to ‘INTEGER(4)’ at (1) [-Wconversion] [ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:24: + + datar42d = data_a2oi(:,:,n) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:219:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:219:30: subroutine random_seed(size,put,get,stat) 1 Warning: ‘random_seed’ declared at (1) may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:259:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:259:38: get(n+3:nrest)=transfer(stat%gset,get,nrest-(n+3)+1) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 8 < result size 16 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:265:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f:265:38: get(n+3:nrest)=transfer(sstat%gset,get,nrest-(n+3)+1) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 8 < result size 16 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:1048:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: + + datar42d = data_a2oi(:,:,n) + +Warning: ‘datar42d.data’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: + + datar42d = data_a2oi(:,:,n) + +Warning: ‘datar42d.dim[0].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/cpl/module_cplfields.F90:224:0: + + datar42d = data_a2oi(:,:,n) + +Warning: ‘datar42d.dim[1].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:1048:52: subroutine compute_mrs_k_0d (temp, press, eps, zvir, mrs, nbad, & 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:965:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:965:52: subroutine compute_mrs_k_1d (temp, press, eps, zvir, mrs, nbad, & 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:880:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:880:52: subroutine compute_mrs_k_2d (temp, press, eps, zvir, mrs, nbad, & 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:792:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/sat_vapor_pres/sat_vapor_pres_k.F90:792:52: subroutine compute_mrs_k_3d (temp, press, eps, zvir, mrs, nbad, & 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:24: - - datar42d = data_a2oi(:,:,n) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] [ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: - - datar42d = data_a2oi(:,:,n) - -Warning: ‘datar42d.data’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[0].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].lbound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: Warning: ‘datar42d.dim[1].ubound’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: - - datar42d = data_a2oi(:,:,n) - -Warning: ‘datar42d.dim[0].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/cpl/module_cplfields.F90:224:0: - - datar42d = data_a2oi(:,:,n) - -Warning: ‘datar42d.dim[1].stride’ may be used uninitialized in this function [-Wmaybe-uninitialized] [ 3%] Linking Fortran static library libfv3cpl.a -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o [ 3%] Built target fv3cpl -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:270:56: +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:270:56: meltratio_outside, m_w, m_i, lambda, C_back, & 1 Warning: Unused dummy argument ‘lambda’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:284:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:284:54: DOUBLE PRECISION:: D_large, D_g, rhog, x_w, xw_a, fm, fmgrenz, & 1 Warning: Unused variable ‘xw_a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:203:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90:203:44: DOUBLE PRECISION:: alpha,lambdas,sigma,nenner 1 Warning: Unused variable ‘sigma’ declared at (1) [-Wunused-variable] -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:604:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:604:1: hcpct , & !in 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1450:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1450:1: hcpct , & !in 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1848:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1848:1: imelt(1) = 1 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1852:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1852:1: imelt(1) = 0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1899:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1899:1: heatr(j) = (stc(j)-tfrz)/fact(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1901:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1901:1: if (j .ne. k .and. stc(k) < tfrz .and. heatr(j) > 0.1) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1902:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1902:1: heatr(k) = (stc(k)-tfrz)/fact(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1903:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1903:1: if (abs(heatr(k)) > heatr(j)) then ! layer absorbs all 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1904:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1904:1: heatr(k) = heatr(k) + heatr(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1905:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1905:1: stc(k) = tfrz + heatr(k)*fact(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1906:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1906:1: heatr(j) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1908:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1908:1: heatr(j) = heatr(j) + heatr(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1909:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1909:1: heatr(k) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1910:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1910:1: stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1912:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1912:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1913:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1913:1: end do 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1924:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1924:1: heatr(j) = (stc(j)-tfrz)/fact(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1926:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1926:1: if (j .ne. k .and. stc(k) > tfrz .and. heatr(j) < -0.1) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1927:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1927:1: heatr(k) = (stc(k)-tfrz)/fact(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1928:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1928:1: if (heatr(k) > abs(heatr(j))) then ! layer absorbs all 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1929:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1929:1: heatr(k) = heatr(k) + heatr(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1930:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1930:1: stc(k) = tfrz + heatr(k)*fact(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1931:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1931:1: heatr(j) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1933:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1933:1: heatr(j) = heatr(j) + heatr(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1934:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1934:1: heatr(k) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1935:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1935:1: stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1937:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1937:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1938:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1938:1: end do 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1949:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1949:1: heatr(j) = (stc(j)-tfrz)/fact(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1952:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1952:1: if (j .ne. k .and. mice(k) > 0. .and. xm(j) > 0.1) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1953:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1953:1: if (mice(k) > xm(j)) then ! layer absorbs all 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1954:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1954:1: mice(k) = mice(k) - xm(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1955:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1955:1: xmf = xmf + hfus * xm(j)/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1956:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1956:1: stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1957:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1957:1: xm(j) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1959:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1959:1: xm(j) = xm(j) - mice(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1960:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1960:1: xmf = xmf + hfus * mice(k)/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1961:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1961:1: mice(k) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1962:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1962:1: stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1965:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1965:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1966:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1966:1: end do 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1967:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1967:1: heatr(j) = xm(j)*hfus/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1978:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1978:1: heatr(j) = (stc(j)-tfrz)/fact(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1981:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1981:1: if (j .ne. k .and. mliq(k) > 0. .and. xm(j) < -0.1) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1982:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1982:1: if (mliq(k) > abs(xm(j))) then ! layer absorbs all 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1983:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1983:1: mice(k) = mice(k) - xm(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1984:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1984:1: xmf = xmf + hfus * xm(j)/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1985:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1985:1: stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1986:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1986:1: xm(j) = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1988:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1988:1: xm(j) = xm(j) + mliq(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1989:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1989:1: xmf = xmf - hfus * mliq(k)/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1990:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1990:1: mice(k) = wmass0(k) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1991:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1991:1: stc(k) = tfrz 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1994:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1994:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1995:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1995:1: end do 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1996:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1996:1: heatr(j) = xm(j)*hfus/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2281:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2281:1: ponding1 ,ponding2 , & !inout 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:292:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2067:57: + + real :: qsdew !soil surface dew rate [mm/s] + 1 +Warning: Unused variable ‘qsdew’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2066:57: + + real :: qseva !soil surface evap rate [mm/s] + 1 +Warning: Unused variable ‘qseva’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1480:54: + + integer :: iz + 1 +Warning: Unused variable ‘iz’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:292:1: prcpconv, prcpnonc, prcpshcv, prcpsnow, prcpgrpl, prcphail, & ! in : forcing 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:303:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:303:1: z0wrf , & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:311:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:311:1: shg , shc , shb , evg , evb , ghv , & ! out : 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:312:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:312:1: ghb , irg , irc , irb , tr , evc , & ! out : 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:313:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:313:1: chleaf , chuc , chv2 , chb2 , fpice , pahv , & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:645:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:275:23: + + character*256 message + 1 +Warning: Unused variable ‘message’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:645:1: fwet ,cmc ) !out 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:697:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:697:1: qsnow ,qrain ,snowhin,latheav,latheag,frozen_canopy,frozen_ground, & !in mb 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:766:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:766:1: swdown ,bdfall ,rain ,snow ,fp , fpice ,prcp ) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:837:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:837:1: qprecl = prcpnonc 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:890:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:890:1: fpice = min(1.0,prcp_frozen/prcp) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:891:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:891:1: fpice = max(0.0,fpice) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:892:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:892:1: bdfall = bdfall*(prcpsnow/prcp_frozen) + rho_grpl*(prcpgrpl/prcp_frozen) + & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:893:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:893:1: rho_hail*(prcphail/prcp_frozen) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:894:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:894:1: else 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:895:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:895:1: fpice = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1009:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1009:1: pahv ,pahg ,pahb ,qrain ,qsnow ,snowhin, & !out 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1010:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1010:1: fwet ,cmc ) !out 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1112:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1112:1: if(canliq > 0.) then ! for case of canopy getting buried 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1113:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1113:1: qdripr = qdripr + canliq/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1114:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1114:1: canliq = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1115:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1115:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1139:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1139:1: icedrip = max(0.,canice) * (fv+ft) !mb: removed /dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1147:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1147:1: if(canice > 0.) then ! for case of canopy getting buried 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1148:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1148:1: qdrips = qdrips + canice/dt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1149:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1149:1: canice = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1150:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1150:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1180:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1180:1: pahb = pahb / (1.0-fveg) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1184:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1184:1: pahv = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1186:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1186:1: pahb = 0.0 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1437:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1437:1: z0wrf , & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1456:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1456:1: shg,shc,shb,evg,evb,ghv,ghb,irg,irc,irb,tr,evc,chleaf,chuc,chv2,chb2 ) !out 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2067:57: - - real :: qsdew !soil surface dew rate [mm/s] - 1 -Warning: Unused variable ‘qsdew’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:2066:57: - - real :: qseva !soil surface evap rate [mm/s] - 1 -Warning: Unused variable ‘qseva’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1891:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1891:1: frozen_canopy = .false. 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1894:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1894:1: frozen_canopy = .true. 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1900:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1900:1: frozen_ground = .false. 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1903:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1903:1: frozen_ground = .true. 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1988:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1988:1: pah = fveg * pahg + (1.0 - fveg) * pahb + pahv 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1996:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1996:1: z0wrf = z0m 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2009:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2009:1: pah = pahb 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2019:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2019:1: z0wrf = z0mg 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:1480:54: - - integer :: iz - 1 -Warning: Unused variable ‘iz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90:275:23: - - character*256 message - 1 -Warning: Unused variable ‘message’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3148:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3148:1: denfveg = -log(max(1.0-fveg,0.01))/(pai*parameters%rc**2) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3750:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3750:1: if (tv > tfrz) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3752:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3752:1: else 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3754:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3754:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:1: qsnow ,qrain ,snowhin,latheav,latheag,frozen_canopy,frozen_ground, & !in mb 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6353:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6353:1: if(snice(j) >= 0.) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6357:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6357:1: else ! snice over-sublimated earlier 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6358:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6358:1: ponding1 = snliq(j) + snice(j) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6359:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6359:1: if(ponding1 < 0.) then ! if snice and snliq sublimates remove from soil 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6360:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6360:1: sice(1) = max(0.0,sice(1)+ponding1/(dzsnso(1)*1000.)) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6362:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6362:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6365:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6365:1: end if 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:959:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:959:11: it1 = t + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8118:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8118:28: dzsnso ,stc ,psn ,troot ,tv , & !in 1 Warning: Unused dummy argument ‘dzsnso’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:50: lat ,iloc ,jloc ,fveg , & !in 1 Warning: Unused dummy argument ‘fveg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:34: lat ,iloc ,jloc ,fveg , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:42: lat ,iloc ,jloc ,fveg , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8120:25: lat ,iloc ,jloc ,fveg , & !in 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8222:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8222:34: real :: stovrc !stem turnover coefficient [1/s] 1 Warning: Unused variable ‘stovrc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8118:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8118:51: dzsnso ,stc ,psn ,troot ,tv , & !in 1 Warning: Unused dummy argument ‘troot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8230:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8230:35: real :: vegfrac 1 Warning: Unused variable ‘vegfrac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8005:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8005:41: foln ,btran ,apar ,fveg ,igs , & !in 1 Warning: Unused dummy argument ‘apar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8006:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8006:32: troot ,ist ,lat ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘ist’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8004:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:8004:55: dzsnso ,stc ,smc ,tv ,tg ,psn , & !in 1 Warning: Unused dummy argument ‘tg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7863:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7863:68: subroutine shallowwatertable (parameters,nsnow ,nsoil ,zsoil, dt , & !in 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7864:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7864:44: dzsnso ,smceq ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7864:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7864:52: dzsnso ,smceq ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7865:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7865:60: smc ,wtd ,smcwtd ,rech, qdrain ) !inout 1 Warning: Unused dummy argument ‘qdrain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7717:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7717:54: real :: dzsum !cumulative depth above water table [m] 1 Warning: Unused variable ‘dzsum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:53: stc ,wcnd ,fcrmax ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:61: stc ,wcnd ,fcrmax ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7676:28: stc ,wcnd ,fcrmax ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘stc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7612:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7612:17: real :: vkwgt 1 Warning: Unused variable ‘vkwgt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7483:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7483:32: sice ,iloc ,jloc ,zwt , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7483:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7483:40: sice ,iloc ,jloc ,zwt , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7484:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7484:31: sh2o ,smc ,ai ,bi ,ci , & !inout 1 Warning: Unused dummy argument ‘smc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7524:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7524:51: real :: stot 1 Warning: Unused variable ‘stot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7348:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7348:47: subroutine srt (parameters,nsoil ,zsoil ,dt ,pddum ,etrani , & !in 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7350:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7350:38: sicemax,fcrmax ,iloc ,jloc ,smcwtd , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7350:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:7350:46: sicemax,fcrmax ,iloc ,jloc ,smcwtd , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6931:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6931:54: sh2o ,smc ,zwt ,vegtyp ,& !inout 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:58: snliq ,zsoil ,imelt ,ficeold,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:67: snliq ,zsoil ,imelt ,ficeold,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6669:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6669:32: subroutine compact (parameters,nsnow ,nsoil ,dt ,stc ,snice , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6671:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6671:43: isnow ,dzsnso ,zsnso ) !inout 1 Warning: Unused dummy argument ‘zsnso’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6670:35: snliq ,zsoil ,imelt ,ficeold,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘zsoil’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6614:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6614:29: subroutine combo(parameters,dz, wliq, wice, t, dz2, wliq2, wice2, t2) 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6298:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6298:53: subroutine combine (parameters,nsnow ,nsoil ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6298:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6298:61: subroutine combine (parameters,nsnow ,nsoil ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6228:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6228:35: sfctmp ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6228:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6228:43: sfctmp ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6227:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6227:33: subroutine snowfall (parameters,nsoil ,nsnow ,dt ,qsnow ,snowhin , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6138:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6138:17: integer :: iz,i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6009:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:6009:31: real :: canmas !total canopy mass (kg/m2) 1 Warning: Unused variable ‘canmas’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:43: esai ,tg ,fveg ,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘fveg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:51: esai ,tg ,fveg ,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:60: esai ,tg ,fveg ,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5962:33: esai ,tg ,fveg ,iloc , jloc , & !in 1 Warning: Unused dummy argument ‘tg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5960:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5960:40: subroutine canwater (parameters,vegtyp ,dt , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:30: bdfall ,fp ,rain ,snow, & !in mb/an: v3.7 1 Warning: Unused dummy argument ‘fp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:45: qsnow ,qrain ,snowhin,latheav,latheag,frozen_canopy,frozen_ground, & !in mb 1 Warning: Unused dummy argument ‘latheag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5733:37: qsnow ,qrain ,snowhin,latheav,latheag,frozen_canopy,frozen_ground, & !in mb 1 Warning: Unused dummy argument ‘latheav’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:50: vv ,fcev ,fctr ,qprecc ,qprecl ,elai , & !in 1 Warning: Unused dummy argument ‘qprecc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:58: vv ,fcev ,fctr ,qprecc ,qprecl ,elai , & !in 1 Warning: Unused dummy argument ‘qprecl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:40: bdfall ,fp ,rain ,snow, & !in mb/an: v3.7 1 Warning: Unused dummy argument ‘rain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5732:48: bdfall ,fp ,rain ,snow, & !in mb/an: v3.7 1 Warning: Unused dummy argument ‘snow’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5728:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5728:73: subroutine water (parameters,vegtyp ,nsnow ,nsoil ,imelt ,dt ,uu , & !in 1 Warning: Unused dummy argument ‘uu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5729:22: vv ,fcev ,fctr ,qprecc ,qprecl ,elai , & !in 1 Warning: Unused dummy argument ‘vv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5577:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5577:18: errmsg,errflg) 1 Warning: Unused dummy argument ‘errflg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:40: dzsnso ,hcpct ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘hcpct’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:57: dzsnso ,hcpct ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5351:66: dzsnso ,hcpct ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5228:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5228:30: subroutine hstep (parameters,nsnow ,nsoil ,isnow ,dt , & 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5126:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5126:53: stc ,tbot ,zbot ,dt , & 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5167:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5167:54: real, dimension(-nsnow+1:nsoil) :: dz 1 Warning: Unused variable ‘dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5125:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:5125:28: subroutine hrt (parameters,nsnow ,nsoil ,isnow ,zsnso , & 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4994:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4994:46: stc ,errmsg ,errflg) !inout 1 Warning: Unused dummy argument ‘errflg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4989:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4989:36: subroutine tsnosoi (parameters,ice ,nsoil ,nsnow ,isnow ,ist , & !in 1 Warning: Unused dummy argument ‘ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4991:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4991:25: sag ,dt ,snowh ,dzsnso , & !in 1 Warning: Unused dummy argument ‘sag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4957:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4957:36: subroutine calhum(parameters,sfctmp, sfcprs, q2sat, dqsdt2) 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4873:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4873:39: rc ,psn ,iloc ,jloc ) !out 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4873:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4873:47: rc ,psn ,iloc ,jloc ) !out 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:73: subroutine stomata (parameters,vegtyp ,mpe ,apar ,foln ,iloc , jloc, & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:83: subroutine stomata (parameters,vegtyp ,mpe ,apar ,foln ,iloc , jloc, & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4806:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4806:15: real :: t 1 Warning: Unused variable ‘t’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4738:39: subroutine stomata (parameters,vegtyp ,mpe ,apar ,foln ,iloc , jloc, & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4482:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4482:33: zlm ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4513:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4513:23: integer ilech, itr 1 Warning: Unused variable ‘itr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4482:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4482:41: zlm ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4304:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4304:33: & mpe ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4304:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4304:41: & mpe ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4302:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4302:31: subroutine sfcdif1(parameters,iter ,sfctmp ,rhoair ,h ,qair , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4359:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4359:34: real :: tmp1,tmp2,tmp3,tmp4,tmp5 !temporary calculation 1 Warning: Unused variable ‘tmp4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4359:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4359:39: real :: tmp1,tmp2,tmp3,tmp4,tmp5 !temporary calculation 1 Warning: Unused variable ‘tmp5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:47: tv ,mozg ,fhg ,iloc ,jloc , & !inout 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:55: tv ,mozg ,fhg ,iloc ,jloc , & !inout 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4204:21: tv ,mozg ,fhg ,iloc ,jloc , & !inout 1 Warning: Unused dummy argument ‘tv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4203:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4203:49: z0h ,fv ,cwp ,vegtyp ,mpe , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4005:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4005:14: real :: ch2b !exchange coefficient for 2m temp. 1 Warning: Unused variable ‘ch2b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3985:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3985:12: real :: cw !water vapor exchange coefficient 1 Warning: Unused variable ‘cw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3877:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3877:64: subroutine bare_flux (parameters,nsnow ,nsoil ,isnow ,dt ,sag , & !in 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:44: ghb ,t2mb ,dx ,dz8w ,ivgtyp , & !out 1 Warning: Unused dummy argument ‘dx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:55: ghb ,t2mb ,dx ,dz8w ,ivgtyp , & !out 1 Warning: Unused dummy argument ‘dz8w’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4013:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4013:12: real :: e1 1 Warning: Unused variable ‘e1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4011:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4011:15: real :: estg2 !saturation vapor pressure at 2m (pa) 1 Warning: Unused variable ‘estg2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3979:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3979:14: real :: fgev !ground evaporation heat flux (w/m2)[+ to atm] 1 Warning: Unused variable ‘fgev’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3977:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3977:14: real :: fira !total net longwave rad (w/m2) [+ to atm] 1 Warning: Unused variable ‘fira’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3981:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3981:14: real :: fire !emitted ir (w/m2) 1 Warning: Unused variable ‘fire’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3978:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3978:13: real :: fsh !total sensible heat flux (w/m2) [+ to atm] 1 Warning: Unused variable ‘fsh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3889:66: ghb ,t2mb ,dx ,dz8w ,ivgtyp , & !out 1 Warning: Unused dummy argument ‘ivgtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3993:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3993:13: real :: mol !monin-obukhov length (m) 1 Warning: Unused variable ‘mol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3882:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3882:62: gamma ,rhsur ,iloc ,jloc ,q2 ,pahb , & !in 1 Warning: Unused dummy argument ‘q2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3890:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3890:26: qc ,qsfc ,psfc , & !in 1 Warning: Unused dummy argument ‘qc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4002:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4002:15: real :: rahb2 !aerodynamic resistance for sensible heat 2m (s/m) 1 Warning: Unused variable ‘rahb2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4003:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4003:15: real :: rawb2 !aerodynamic resistance for water vapor 2m (s/m) 1 Warning: Unused variable ‘rawb2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3989:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3989:12: real :: rb !bulk leaf boundary layer resistance (s/m) 1 Warning: Unused variable ‘rb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3891:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3891:30: sfcprs ,q2b ,ehb2 ) !in 1 Warning: Unused dummy argument ‘sfcprs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3980:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3980:15: real :: ssoil !soil heat flux (w/m2) [+ to soil] 1 Warning: Unused variable ‘ssoil’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3983:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3983:13: real :: tah !"surface" temperature at height z0h+zpd (k) 1 Warning: Unused variable ‘tah’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3975:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3975:14: real :: taux !wind stress: e-w (n/m2) 1 Warning: Unused variable ‘taux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3976:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3976:14: real :: tauy !wind stress: n-s (n/m2) 1 Warning: Unused variable ‘tauy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4008:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4008:14: real :: thgh !potential ground temp 1 Warning: Unused variable ‘thgh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4007:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4007:16: real :: thvair !virtual potential air temp 1 Warning: Unused variable ‘thvair’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3982:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3982:14: real :: trad !radiative temperature (k) 1 Warning: Unused variable ‘trad’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3968:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3968:14: real :: u10b !10 m wind speed in eastward dir (m/s) 1 Warning: Unused variable ‘u10b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3969:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3969:14: real :: v10b !10 m wind speed in eastward dir (m/s) 1 Warning: Unused variable ‘v10b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4012:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:4012:19: integer :: vegtyp !vegetation type set to isbarren 1 Warning: Unused variable ‘vegtyp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3970:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3970:14: real :: wspd 1 Warning: Unused variable ‘wspd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3470:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3470:13: real :: atr,ctr !coefficients for tr as function of esat[ts] 1 Warning: Unused variable ‘atr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3514:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3514:14: real :: ch2v !exchange coefficient for 2m over vegetation. 1 Warning: Unused variable ‘ch2v’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3446:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3446:12: real :: cw !water vapor exchange coefficient 1 Warning: Unused variable ‘cw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3317:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3317:34: ch ,dx ,dz8w ,errmsg ,errflg , & !inout 1 Warning: Unused dummy argument ‘dx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3317:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3317:45: ch ,dx ,dz8w ,errmsg ,errflg , & !inout 1 Warning: Unused dummy argument ‘dz8w’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3518:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3518:12: real :: e1 1 Warning: Unused variable ‘e1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3516:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3516:14: real :: eah2 !2m vapor pressure over canopy 1 Warning: Unused variable ‘eah2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3525:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3525:14: integer :: k !index 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3497:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3497:12: real :: kh !turbulent transfer coefficient, sensible heat, (m2/s) 1 Warning: Unused variable ‘kh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3312:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3312:48: rsurf ,latheav ,latheag ,parsun ,parsha ,igs , & !in 1 Warning: Unused dummy argument ‘latheag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3462:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3462:13: real :: mol !monin-obukhov length (m) 1 Warning: Unused variable ‘mol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3314:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3314:52: rhsur ,iloc ,jloc ,q2 ,pahv ,pahg , & !in 1 Warning: Unused dummy argument ‘q2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3324:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3324:25: qc ,qsfc ,psfc , & !in 1 Warning: Unused dummy argument ‘qc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3511:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3511:15: real :: rahc2 !aerodynamic resistance for sensible heat (s/m) 1 Warning: Unused variable ‘rahc2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3512:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3512:15: real :: rawc2 !aerodynamic resistance for water vapor (s/m) 1 Warning: Unused variable ‘rawc2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3510:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3510:14: real :: thah 1 Warning: Unused variable ‘thah’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3507:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3507:16: real :: thstar !surface exchange at 2m 1 Warning: Unused variable ‘thstar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3509:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3509:16: real :: thvair 1 Warning: Unused variable ‘thvair’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3441:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3441:14: real :: u10v !10 m wind speed in eastward dir (m/s) 1 Warning: Unused variable ‘u10v’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3442:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3442:14: real :: v10v !10 m wind speed in eastward dir (m/s) 1 Warning: Unused variable ‘v10v’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3303:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3303:73: subroutine vege_flux(parameters,nsnow ,nsoil ,isnow ,vegtyp ,veg , & !in 1 Warning: Unused dummy argument ‘veg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3443:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3443:14: real :: wspd 1 Warning: Unused variable ‘wspd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:74: real :: freveg,frebar,ftdveg,ftiveg,ftdbar,ftibar 1 Warning: Unused variable ‘ftdbar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:60: real :: freveg,frebar,ftdveg,ftiveg,ftdbar,ftibar 1 Warning: Unused variable ‘ftdveg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:81: real :: freveg,frebar,ftdveg,ftiveg,ftdbar,ftibar 1 Warning: Unused variable ‘ftibar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3120:67: real :: freveg,frebar,ftdveg,ftiveg,ftdbar,ftibar 1 Warning: Unused variable ‘ftiveg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:54: tau ,fveg ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:44: tau ,fveg ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘ist’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3054:63: tau ,fveg ,ist ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3121:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3121:46: real :: thetaz 1 Warning: Unused variable ‘thetaz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3052:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:3052:58: subroutine twostream (parameters,ib ,ic ,vegtyp ,cosz ,vai , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2987:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2987:56: subroutine groundalb (parameters,nsoil ,nband ,ice ,ist , & !in 1 Warning: Unused dummy argument ‘ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2989:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2989:37: tg ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2989:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2989:46: tg ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2958:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2958:15: integer :: ib !waveband class 1 Warning: Unused variable ‘ib’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2933:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2933:83: subroutine snowalb_class (parameters,nband,qsnow,dt,alb,albold,albsnd,albsni,iloc,jloc) 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2933:88: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2933:88: subroutine snowalb_class (parameters,nband,qsnow,dt,alb,albold,albsnd,albsni,iloc,jloc) 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2877:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2877:48: subroutine snowalb_bats (parameters,nband,fsno,cosz,fage,albsnd,albsni) 1 Warning: Unused dummy argument ‘fsno’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2897:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2897:15: integer :: ib !waveband class 1 Warning: Unused variable ‘ib’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2877:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2877:37: subroutine snowalb_bats (parameters,nband,fsno,cosz,fage,albsnd,albsni) 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2699:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2699:52: albgri ,albd ,albi ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2699:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2699:61: albgri ,albd ,albi ,iloc ,jloc , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2696:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2696:31: subroutine surrad (parameters,mpe ,fsun ,fsha ,elai ,vai , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2515:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2515:42: tg ,tv ,snowh ,fsno ,fwet , & !in 1 Warning: Unused dummy argument ‘snowh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2218:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2218:30: subroutine csnow (parameters,isnow ,nsnow ,nsoil ,snice ,snliq ,dzsnso , & !in 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:28: lat ,z0m ,zlvl ,vegtyp , & !in 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2108:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2108:45: smc ,sh2o ,tg ,stc ,ur , & !in 1 Warning: Unused dummy argument ‘tg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2108:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2108:63: smc ,sh2o ,tg ,stc ,ur , & !in 1 Warning: Unused dummy argument ‘ur’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:58: lat ,z0m ,zlvl ,vegtyp , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:37: lat ,z0m ,zlvl ,vegtyp , & !in 1 Warning: Unused dummy argument ‘z0m’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:2109:47: lat ,z0m ,zlvl ,vegtyp , & !in 1 Warning: Unused dummy argument ‘zlvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1636:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1636:58: real :: mol !monin-obukhov length (m) 1 Warning: Unused variable ‘mol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1708:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1708:52: real :: noahmpres 1 Warning: Unused variable ‘noahmpres’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1664:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1664:58: real, dimension(-nsnow+1:nsoil) :: phi !light through water (w/m2) 1 Warning: Unused variable ‘phi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1631:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1631:57: real :: rb !leaf boundary layer resistance (s/m) 1 Warning: Unused variable ‘rb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1303:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1303:54: real :: fsrvg 1 Warning: Unused variable ‘fsrvg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1234:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1234:30: subroutine error (parameters,swdown ,fsa ,fsr ,fira ,fsh ,fcev , & 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1239:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1239:55: sav ,sag ,fsrv ,fsrg ,zwt ,pah , & 1 Warning: Unused dummy argument ‘zwt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:41: subroutine precip_heat (parameters,iloc ,jloc ,vegtyp ,dt ,uu ,vv , & !in 1 Warning: Unused dummy argument ‘iloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:49: subroutine precip_heat (parameters,iloc ,jloc ,vegtyp ,dt ,uu ,vv , & !in 1 Warning: Unused dummy argument ‘jloc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:1004:59: subroutine precip_heat (parameters,iloc ,jloc ,vegtyp ,dt ,uu ,vv , & !in 1 Warning: Unused dummy argument ‘vegtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:941:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:941:45: integer :: k !index 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:910:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:910:47: lai , sai , troot , elai , esai , igs) 1 Warning: Unused dummy argument ‘troot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:762:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:762:28: subroutine atm (parameters,sfcprs ,sfctmp ,q2 , & 1 Warning: Unused dummy argument ‘parameters’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:474:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:474:57: real :: bevap !soil water evaporation factor (0 - 1) 1 Warning: Unused variable ‘bevap’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:488:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90:488:58: real :: lathea !latent heat [j/kg] 1 Warning: Unused variable ‘lathea’ declared at (1) [-Wunused-variable] [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/constants/constants.F90:38:18: +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/constants/constants.F90:38:18: real :: realnumber !< dummy variable to use in HUGE initializations 1 Warning: Unused PRIVATE module variable ‘realnumber’ declared at (1) [-Wunused-value] -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -/glade/u/apps/ch/opt/mpt/2.19/include/mpif.h:561:54: - - integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) - 1 -Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:72:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:72:41: zs , dzs , & 1 Warning: Unused dummy argument ‘dzs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:42: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:36: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:54: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:48: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:106:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:106:58: INTEGER :: i , j , l , lout , lin , lwant , lhave, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:66: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:77:60: ids , ide , jds , jde , kds , kde , & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:78:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:78:66: ims , ime , jms , jme , kms , kme , & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:78:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:78:60: ims , ime , jms , jme , kms , kme , & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:79:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:79:66: its , ite , jts , jte , kts , kte ) 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:79:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90:79:60: its , ite , jts , jte , kts , kte ) 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +/glade/u/apps/ch/opt/mpt/2.19/include/mpif.h:561:54: + + integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) + 1 +Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] [ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: #define MPP_TYPE_ logical(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: #define MPP_TYPE_CREATE_ mpp_type_create_int4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: #define MPP_TYPE_ integer(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: #define MPP_TYPE_CREATE_ mpp_type_create_int8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: #define MPP_TYPE_ integer(LONG_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: #define MPI_TYPE_ MPI_INTEGER8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: #define MPP_TYPE_CREATE_ mpp_type_create_real4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: #define MPP_TYPE_ real(FLOAT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: #define MPI_TYPE_ MPI_REAL4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: #define MPP_TYPE_CREATE_ mpp_type_create_real8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: #define MPP_TYPE_ real(DOUBLE_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: #define MPI_TYPE_ MPI_REAL8 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical8 Warning: "MPP_TYPE_CREATE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: #define MPP_TYPE_CREATE_ mpp_type_create_logical4 note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: #define MPP_TYPE_ logical(LONG_KIND) Warning: "MPP_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: #define MPP_TYPE_ logical(INT_KIND) note: this is the location of the previous definition -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: #define MPI_TYPE_ MPI_INTEGER8 Warning: "MPI_TYPE_" redefined -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: #define MPI_TYPE_ MPI_INTEGER4 note: this is the location of the previous definition -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o [ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/system_clock.h:67:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/system_clock.h:67:18: count = (MPI_WTime()-mpi_count0)*mpi_tick_rate 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/system_clock.h:70:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/system_clock.h:70:23: count_rate = mpi_tick_rate 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:88:91: errStr = errStr // tmpStr1 // "_" // tmpstr2 // "d_rmask passed int var with REAL(" 1 Warning: CHARACTER expression will be truncated in assignment (512/548) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:90:51: errStr = errStr // tmpstr3 // ") mask_val=" 1 Warning: CHARACTER expression will be truncated in assignment (512/524) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:1125:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:1125:26: event_size = clocks(ct)%events(j)%bytes(i) 1 Warning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:1011:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:1011:24: total_calls = clock_summary(ct)%event(k)%total_cnts 1 Warning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:1038:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:1038:23: msg_cnt = clock_summary(ct)%event(k)%msg_size_cnts(j) 1 Warning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:1058:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:1058:24: total_calls = clock_summary(ct)%event(MAX_EVENT_TYPES)%total_cnts 1 Warning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp.F90:1370:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp.F90:1370:27: integer :: get_len_nocomm = 0 ! needed for mpp_transmit_nocomm.h 1 @@ -6996,1707 +6995,1706 @@ Warning: Unused PRIVATE module variable ‘get_len_nocomm’ declared at (1) [-W integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) 1 Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_gather.h:69:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_gather.h:69:17: integer :: cnt, l, nproc, pos, op_root 1 Warning: Unused variable ‘cnt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_gather.h:69:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_gather.h:69:17: integer :: cnt, l, nproc, pos, op_root 1 Warning: Unused variable ‘cnt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_gather.h:69:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_gather.h:69:17: integer :: cnt, l, nproc, pos, op_root 1 Warning: Unused variable ‘cnt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_gather.h:69:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_gather.h:69:17: integer :: cnt, l, nproc, pos, op_root 1 Warning: Unused variable ‘cnt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_chksum_int.h:54:38: character(LEN=32) :: tmpStr4,tmpStr5 1 Warning: Unused variable ‘tmpstr5’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:211:44: - - integer(i8), parameter :: limiter_off = int(Z'7FF1111111111111', i8) - 1 -Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:2401:44: - - lams,n0r,lamr,dtime,pgracs,ngracs,mgncol) - 1 -Warning: Unused dummy argument ‘n0r’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:2400:78: - - subroutine graupel_rain_riming_snow(pracs,npracs,psacr,qsic,qric,nric,nsic,n0s, & - 1 -Warning: Unused dummy argument ‘n0s’ at (1) [-Wunused-dummy-argument] -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:53: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:17: - - real(r8) :: tx1, tx2, tx3 - 1 -Warning: Unused variable ‘tx1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:22: - - real(r8) :: tx1, tx2, tx3 - 1 -Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:27: - - real(r8) :: tx1, tx2, tx3 - 1 -Warning: Unused variable ‘tx3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:50: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1228:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:211:44: - subroutine gmao_ice_autoconversion(t, qiic, niic, lami, n0i, & - 1 -Warning: Unused dummy argument ‘n0i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1124:60: - - subroutine sb2001v2_accre_cld_water_rain(qc,nc,qr,rho,relvar,pra,npra,mgncol) - 1 -Warning: Unused dummy argument ‘relvar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1147:33: - - real(r8) :: dum, dum1, tx1, tx2 - 1 -Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1067:49: - - subroutine liu_liq_autoconversion(pgam,qc,nc,qr,rho,relvar, & - 1 -Warning: Unused dummy argument ‘qr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1020:57: - - real(r8) :: dum, dum1, nu, pra_coef, tx1, tx2, tx3, tx4 - 1 -Warning: Unused variable ‘tx4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:50: + integer(i8), parameter :: limiter_off = int(Z'7FF1111111111111', i8) + 1 +Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:52:50: MPP_TYPE_, allocatable, save :: local_data(:) !local copy used by non-parallel code (no SHMEM or MPI) 1 Warning: Unused variable ‘local_data’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:419:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:419:42: integer :: n, i, from_rank, out_unit 1 Warning: Unused variable ‘out_unit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:43: subroutine mpp_malloc( ptr, newlen, len ) 1 Warning: Unused dummy argument ‘len’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:38: subroutine mpp_malloc( ptr, newlen, len ) 1 Warning: Unused dummy argument ‘newlen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:331:30: subroutine mpp_malloc( ptr, newlen, len ) 1 Warning: Unused dummy argument ‘ptr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:221:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:221:36: integer :: i, j, k, n, nmax, istat, out_unit, log_unit 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:221:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:221:20: integer :: i, j, k, n, nmax, istat, out_unit, log_unit 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:318:36: - - subroutine micro_mg_utils_init( kind, rair, rh2o, cpair, tmelt_in, latvap, & - 1 -Warning: Unused dummy argument ‘kind’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:37:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:37:34: type(mpp_type), pointer :: dtype 1 Warning: Unused variable ‘dtype’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:54: integer :: my_pe, num_pes, len, i, iunit 1 Warning: Unused variable ‘len’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:40: integer :: my_pe, num_pes, len, i, iunit 1 Warning: Unused variable ‘my_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:33:49: integer :: my_pe, num_pes, len, i, iunit 1 Warning: Unused variable ‘num_pes’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:36:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:36:29: character(len=5) :: this_pe 1 Warning: Unused variable ‘this_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:45: integer :: unit_begin, unit_end, unit_nml, io_status 1 Warning: Unused variable ‘unit_begin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:55: integer :: unit_begin, unit_end, unit_nml, io_status 1 Warning: Unused variable ‘unit_end’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:35:65: integer :: unit_begin, unit_end, unit_nml, io_status 1 Warning: Unused variable ‘unit_nml’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:1475:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:1475:24: integer :: status, i, f_unit, log_unit 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:962:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:962:26: integer :: i,j,k,ct, msg_cnt 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:802:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:802:38: integer :: i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:584:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:584:38: integer :: i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:485:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:485:33: logical :: opened 1 Warning: Unused variable ‘opened’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util.inc:100:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util.inc:100:27: integer :: stdlog,istat 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:36: integer :: i, m, n, stride, my_check, rsize 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:42: integer :: i, m, n, stride, my_check, rsize 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:186:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:186:32: subroutine mpp_sync_self( pelist, check, request, msg_size, msg_type) 1 Warning: Unused dummy argument ‘pelist’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:193:50: integer :: i, m, n, stride, my_check, rsize 1 Warning: Unused variable ‘stride’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:87:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:87:40: integer :: group, errunit 1 Warning: Unused variable ‘group’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:88:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:88:50: integer :: i, n, stride, l 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:88:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:88:47: integer :: i, n, stride, l 1 Warning: Unused variable ‘stride’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:90:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:90:28: character(len=128) :: text 1 Warning: Unused variable ‘text’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:35:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:35:49: integer :: istat, errunit 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_util_mpi.inc:34:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_util_mpi.inc:34:50: logical :: opened 1 Warning: Unused variable ‘opened’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:2401:44: + + lams,n0r,lamr,dtime,pgracs,ngracs,mgncol) + 1 +Warning: Unused dummy argument ‘n0r’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:2400:78: + + subroutine graupel_rain_riming_snow(pracs,npracs,psacr,qsic,qric,nric,nsic,n0s, & + 1 +Warning: Unused dummy argument ‘n0s’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:17: + + real(r8) :: tx1, tx2, tx3 + 1 +Warning: Unused variable ‘tx1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:22: + + real(r8) :: tx1, tx2, tx3 + 1 +Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1827:27: + + real(r8) :: tx1, tx2, tx3 + 1 +Warning: Unused variable ‘tx3’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1228:59: + + subroutine gmao_ice_autoconversion(t, qiic, niic, lami, n0i, & + 1 +Warning: Unused dummy argument ‘n0i’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1124:60: + + subroutine sb2001v2_accre_cld_water_rain(qc,nc,qr,rho,relvar,pra,npra,mgncol) + 1 +Warning: Unused dummy argument ‘relvar’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1147:33: + + real(r8) :: dum, dum1, tx1, tx2 + 1 +Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1067:49: + + subroutine liu_liq_autoconversion(pgam,qc,nc,qr,rho,relvar, & + 1 +Warning: Unused dummy argument ‘qr’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:1020:57: + + real(r8) :: dum, dum1, nu, pra_coef, tx1, tx2, tx3, tx4 + 1 +Warning: Unused variable ‘tx4’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90:318:36: + + subroutine micro_mg_utils_init( kind, rair, rh2o, cpair, tmelt_in, latvap, & + 1 +Warning: Unused dummy argument ‘kind’ at (1) [-Wunused-dummy-argument] [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:61:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:61:42: & fprcp,ntrw,ntsw,ntrnc,ntsnc, 1 Warning: Unused dummy argument ‘fprcp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:77:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:77:51: integer :: i, j, status, ierr 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:59:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F:59:57: subroutine tracer_config_init (ntrac,ntoz,ntcw,ncld, 1 Warning: Unused dummy argument ‘ncld’ at (1) [-Wunused-dummy-argument] [ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90:318:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90:318:53: real(kind=kind_phys) dp, dq, gamln, yxeps, w, uflo 1 Warning: Unused variable ‘gamln’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_transmit_mpi.h:179:0: 'T=',tick, ' PE=',pe, ' MPP_BROADCAST begin: from_pe, length=', from_pe, length Warning: ‘stdout_unit’ may be used uninitialized in this function [-Wmaybe-uninitialized] [ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o [ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4816:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4816:19: i = i + 1 - n/2 1 Warning: Integer division truncated to constant ‘1’ at (1) [-Winteger-division] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:56:37: - - character (len = 17) :: mod_name = 'gfdl_cloud_microphys' - 1 -Warning: CHARACTER expression at (1) is being truncated (20/17) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4969:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4969:30: integer ,intent (in ) :: itf,ktf, its,ite, kts,kte 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5019:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5019:11: 655 continue 1 Warning: Label 655 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4737:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4737:3: 100 format(1x,16i3) 1 Warning: Label 100 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4450:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4450:3: 122 format(1x,i4,1x,f8.1,1x,f6.2,1x,f6.2) 1 Warning: Label 122 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3859:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3859:3: 125 format(1x,2e13.4) 1 Warning: Label 125 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3858:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3858:3: 124 format(1x,i3,4e13.4) 1 Warning: Label 124 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1689:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1689:3: 444 format(1x,i2,1x,7e12.4) !,1x,f7.2,2x,e13.5) 1 Warning: Label 444 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1893:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1893:4: 250 continue 1 Warning: Label 250 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1826:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1826:4: 200 continue 1 Warning: Label 200 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1019:2: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:1019:2: 41 continue 1 Warning: Label 41 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5141:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5141:34: real(kind=kind_phys) :: dz,dh, dbythresh 1 Warning: Unused variable ‘dh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:23: integer :: i,k,ipr,kdefi,kstart,kbegzu,kfinalzu 1 Warning: Unused variable ‘ipr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:35: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘k22’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:43: integer :: i,k,ipr,kdefi,kstart,kbegzu,kfinalzu 1 Warning: Unused variable ‘kbegzu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:29: integer :: i,k,ipr,kdefi,kstart,kbegzu,kfinalzu 1 Warning: Unused variable ‘kdefi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:79: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘klcl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:74: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:31: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘kstabi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5143:36: integer :: i,k,ipr,kdefi,kstart,kbegzu,kfinalzu 1 Warning: Unused variable ‘kstart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5130:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5130:46: subroutine get_cloud_top(name,ktop,ierr,p_cup,entr_rate_2d,hkbo,heo,heso_cup,z_cup, & 1 Warning: Unused dummy argument ‘p_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5131:69: kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,klcl,hcot) 1 Warning: Unused dummy argument ‘zuo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5069:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5069:53: real(kind=kind_phys), dimension(its:ite) :: norm,total_pwo_solid_phase 1 Warning: Unused variable ‘norm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5056:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5056:82: subroutine get_melting_profile(ierr,tn_cup,po_cup, p_liq_ice,melting_layer,qrco & 1 Warning: Unused dummy argument ‘qrco’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5056:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:5056:45: subroutine get_melting_profile(ierr,tn_cup,po_cup, p_liq_ice,melting_layer,qrco & 1 Warning: Unused dummy argument ‘tn_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:26: integer :: i,k, incr1,incr2,turn 1 Warning: Unused variable ‘incr1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:32: integer :: i,k, incr1,incr2,turn 1 Warning: Unused variable ‘incr2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4866:37: integer :: i,k, incr1,incr2,turn 1 Warning: Unused variable ‘turn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4669:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4669:48: kstart,kend,dtempdz,itf,ktf,its,ite, kts,kte) 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4668:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4668:71: subroutine get_inversion_layers(ierr,p_cup,t_cup,z_cup,qo_cup,qeso_cup,k_inv_layers,& 1 Warning: Unused dummy argument ‘qeso_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4668:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4668:62: subroutine get_inversion_layers(ierr,p_cup,t_cup,z_cup,qo_cup,qeso_cup,k_inv_layers,& 1 Warning: Unused dummy argument ‘qo_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:26: z_cup,zu,dby,gamma_cup,t_cup, & 1 Warning: Unused dummy argument ‘dby’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:36: z_cup,zu,dby,gamma_cup,t_cup, & 1 Warning: Unused dummy argument ‘gamma_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4602:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4602:21: itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4601:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4601:24: kbcon,ktop,ierr, & 1 Warning: Unused dummy argument ‘ktop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:42: z_cup,zu,dby,gamma_cup,t_cup, & 1 Warning: Unused dummy argument ‘t_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4600:22: z_cup,zu,dby,gamma_cup,t_cup, & 1 Warning: Unused dummy argument ‘zu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:79: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘ierr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:57: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:17: integer :: k1,kk,k,kb_adj,kpbli_adj,kmax 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:41: integer :: k1,kk,k,kb_adj,kpbli_adj,kmax 1 Warning: Unused variable ‘kmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4360:36: integer :: k1,kk,k,kb_adj,kpbli_adj,kmax 1 Warning: Unused variable ‘kpbli_adj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4361:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4361:40: real(kind=kind_phys) :: maxlim,krmax,kratio,tunning,fzu,rand_vmas,lev_start 1 Warning: Unused variable ‘krmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:109: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:109: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘max_mass’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:129: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:129: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘pmin_lev’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:47: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘rand_vmas’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:63: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘xland’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4341:68: subroutine get_zu_zd_pdf_fim(kklev,p,rand_vmas,zubeg,ipr,xland,zuh2,draft,ierr,kb,kt,zu,kts,kte,ktf,max_mass,kpbli,csum,pmin_lev) 1 Warning: Unused dummy argument ‘zuh2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4240:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4240:63: real(kind=kind_phys) :: entr_init,beta_u,dz,dbythresh,dzh2,zustart,zubeg,massent,massdetr 1 Warning: Unused variable ‘dzh2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4243:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4243:33: integer :: kklev,i,kk,kbegin,k,kfinalzu 1 Warning: Unused variable ‘kbegin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4243:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4243:26: integer :: kklev,i,kk,kbegin,k,kfinalzu 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4229:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4229:70: xland,kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,ktopdby,csum,pmin_lev) 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4229:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4229:27: xland,kstabi,k22,kbcon,its,ite,itf,kts,kte,ktf,zuo,kpbl,ktopdby,csum,pmin_lev) 1 Warning: Unused dummy argument ‘kstabi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4242:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:4242:42: real(kind=kind_phys) zuh2(40),zh2(40) 1 Warning: Unused variable ‘zh2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3871:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3871:19: itest,itf,ktf, & 1 Warning: Unused dummy argument ‘itest’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3866:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3866:34: subroutine cup_up_moisture(name,ierr,z_cup,qc,qrc,pw,pwav, & 1 Warning: Unused dummy argument ‘name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3867:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3867:49: p_cup,kbcon,ktop,dby,clw_all,xland1, & 1 Warning: Unused dummy argument ‘xland1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3869:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3869:20: zqexec,ccn,rho,c1d,t, & 1 Warning: Unused dummy argument ‘zqexec’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:32: edt,pwd,name,ierr2,ierr3,p_cup,pr_ens, & 1 Warning: Unused dummy argument ‘ierr2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:38: edt,pwd,name,ierr2,ierr3,p_cup,pr_ens, & 1 Warning: Unused dummy argument ‘ierr3’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3633:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3633:30: ichoice,imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3633:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3633:38: ichoice,imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3630:26: edt,pwd,name,ierr2,ierr3,p_cup,pr_ens, & 1 Warning: Unused dummy argument ‘name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3632:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3632:34: sig,closure_n,xland1,xmbm_in,xmbs_in, & 1 Warning: Unused dummy argument ‘xland1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3632:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3632:42: sig,closure_n,xland1,xmbm_in,xmbs_in, & 1 Warning: Unused dummy argument ‘xmbm_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3629:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3629:16: zu,pre,pw,xmb,ktop, & 1 Warning: Unused dummy argument ‘zu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3518:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3518:30: subroutine neg_check(name,j,dt,q,outq,outt,outu,outv, & 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3519:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3519:58: outqc,pret,its,ite,kts,kte,itf,ktf,ktop) 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3396:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3396:21: itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3340:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3340:21: itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3203:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3203:19: jprnt,itf,ktf, & 1 Warning: Unused dummy argument ‘jprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3203:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:3203:27: jprnt,itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2819:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2819:42: subroutine cup_forcing_ens_3d(closure_n,xland,aa0,aa1,xaa0,mbdt,dtime,ierr,ierr2,ierr3,& 1 Warning: Unused dummy argument ‘closure_n’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:18: imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘imid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:22: imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:40: p_cup,ktop,omeg,zd,zdm,k22,zu,pr_ens,edt,edtm,kbcon, & 1 Warning: Unused dummy argument ‘k22’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2823:30: imid,ipr,itf,ktf, & 1 Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:24: p_cup,ktop,omeg,zd,zdm,k22,zu,pr_ens,edt,edtm,kbcon, & 1 Warning: Unused dummy argument ‘ktop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2916:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2916:18: kk,i,k,n,ne 1 Warning: Unused variable ‘ne’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2821:19: p_cup,ktop,omeg,zd,zdm,k22,zu,pr_ens,edt,edtm,kbcon, & 1 Warning: Unused dummy argument ‘p_cup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4497:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2600:29: + + psur,ierr,tcrit,itest, & + 1 +Warning: Unused dummy argument ‘tcrit’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2438:18: + + q,he,iloop, & + 1 +Warning: Unused dummy argument ‘he’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2346:16: + + integer i,k,kk + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2311:16: + + pw,ccn,pwev,edtmax,edtmin,edtc,psum2,psumh, & + 1 +Warning: Unused dummy argument ‘pw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2312:17: + + rho,aeroevap,itf,ktf, & + 1 +Warning: Unused dummy argument ‘rho’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:44: + + po_cup,qes_cup,pwavo,edto,pwevo,pre,outt,outq) !,outbuoy) + 1 +Warning: Unused dummy argument ‘edto’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2225:47: + + subroutine rain_evap_below_cloudbase(itf,ktf, its,ite, kts,kte,ierr, & + 1 +Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:39: + + po_cup,qes_cup,pwavo,edto,pwevo,pre,outt,outq) !,outbuoy) + 1 +Warning: Unused dummy argument ‘pwavo’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:50: + + po_cup,qes_cup,pwavo,edto,pwevo,pre,outt,outq) !,outbuoy) + 1 +Warning: Unused dummy argument ‘pwevo’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2226:28: + + kbcon,xmb,psur,xland,qo_cup, & + 1 +Warning: Unused dummy argument ‘xmb’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:346:68: + + real(kind=kind_phys) :: pgeoh,dts,fp,fpi,pmin,x_add,beta,beta_u + 1 +Warning: Unused variable ‘beta_u’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:33: + + real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c + 1 +Warning: Unused variable ‘cbeg’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:43: + + real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c + 1 +Warning: Unused variable ‘cend’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:38: + + real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c + 1 +Warning: Unused variable ‘cmid’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:51: + + real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c + 1 +Warning: Unused variable ‘const_a’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:59: + + real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c + 1 +Warning: Unused variable ‘const_b’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:67: + + real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c + 1 +Warning: Unused variable ‘const_c’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:296:54: + + cap_max_increment,closure_n,psum,psumh,sig,sigd + 1 +Warning: Unused variable ‘sigd’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:310:30: + + dh,cap_maxs,trash,trash2,frh,sig_thresh + 1 +Warning: Unused variable ‘trash2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:116:27: + + ,jmin,tropics) ! + 1 +Warning: Unused dummy argument ‘tropics’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:338:20: + + integer :: turn,pmin_lev(its:ite),start_level(its:ite),ktopkeep(its:ite) + 1 +Warning: Unused variable ‘turn’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:56:37: + + character (len = 17) :: mod_name = 'gfdl_cloud_microphys' + 1 +Warning: CHARACTER expression at (1) is being truncated (20/17) [-Wcharacter-truncation] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4497:17: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4508:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4508:21: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4394:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4394:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4228:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4228:13: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4199:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4199:13: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4170:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4170:13: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4142:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4142:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4119:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4119:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4094:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4094:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4070:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4070:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4046:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4046:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4019:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4019:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4022:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4022:9: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3989:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3989:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3992:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3992:9: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3960:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3960:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3963:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3963:9: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3931:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3931:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3873:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3873:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3876:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3876:9: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3839:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3839:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2600:29: - - psur,ierr,tcrit,itest, & - 1 -Warning: Unused dummy argument ‘tcrit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2438:18: - - q,he,iloop, & - 1 -Warning: Unused dummy argument ‘he’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:51:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:51:24: real :: missing_value = - 1.e10 1 Warning: Unused PRIVATE module variable ‘missing_value’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:56:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:56:35: character (len = 17) :: mod_name = 'gfdl_cloud_microphys' 1 Warning: Unused PRIVATE module variable ‘mod_name’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2346:16: - - integer i,k,kk - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2311:16: - - pw,ccn,pwev,edtmax,edtmin,edtc,psum2,psumh, & - 1 -Warning: Unused dummy argument ‘pw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2312:17: - - rho,aeroevap,itf,ktf, & - 1 -Warning: Unused dummy argument ‘rho’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4874:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4874:17: INTEGER:: i, k, k_0, kbot, n 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4851:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4851:50: t1d, p1d, dBZ, kts, kte, ii, jj, melti) 1 Warning: Unused dummy argument ‘ii’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4851:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4851:54: t1d, p1d, dBZ, kts, kte, ii, jj, melti) 1 Warning: Unused dummy argument ‘jj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4874:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4874:31: INTEGER:: i, k, k_0, kbot, n 1 Warning: Unused variable ‘kbot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:44: - - po_cup,qes_cup,pwavo,edto,pwevo,pre,outt,outq) !,outbuoy) - 1 -Warning: Unused dummy argument ‘edto’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2225:47: - - subroutine rain_evap_below_cloudbase(itf,ktf, its,ite, kts,kte,ierr, & - 1 -Warning: Unused dummy argument ‘ktf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:39: - - po_cup,qes_cup,pwavo,edto,pwevo,pre,outt,outq) !,outbuoy) - 1 -Warning: Unused dummy argument ‘pwavo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2227:50: - - po_cup,qes_cup,pwavo,edto,pwevo,pre,outt,outq) !,outbuoy) - 1 -Warning: Unused dummy argument ‘pwevo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:2226:28: - - kbcon,xmb,psur,xland,qo_cup, & - 1 -Warning: Unused dummy argument ‘xmb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:346:68: - - real(kind=kind_phys) :: pgeoh,dts,fp,fpi,pmin,x_add,beta,beta_u - 1 -Warning: Unused variable ‘beta_u’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:33: - - real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c - 1 -Warning: Unused variable ‘cbeg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:43: - - real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c - 1 -Warning: Unused variable ‘cend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:38: - - real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c - 1 -Warning: Unused variable ‘cmid’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:51: - - real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c - 1 -Warning: Unused variable ‘const_a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:59: - - real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c - 1 -Warning: Unused variable ‘const_b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:347:67: - - real(kind=kind_phys) :: cbeg,cmid,cend,const_a,const_b,const_c - 1 -Warning: Unused variable ‘const_c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:296:54: - - cap_max_increment,closure_n,psum,psumh,sig,sigd - 1 -Warning: Unused variable ‘sigd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:310:30: - - dh,cap_maxs,trash,trash2,frh,sig_thresh - 1 -Warning: Unused variable ‘trash2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:116:27: - - ,jmin,tropics) ! - 1 -Warning: Unused dummy argument ‘tropics’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90:338:20: - - integer :: turn,pmin_lev(its:ite),start_level(its:ite),ktopkeep(its:ite) - 1 -Warning: Unused variable ‘turn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4404:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4404:22: subroutine qs_table (n) 1 Warning: Unused dummy argument ‘n’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3530:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3530:21: logical :: exists 1 Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3517:93: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3517:93: subroutine gfdl_cloud_microphys_mod_init (me, master, nlunit, input_nml_file, logunit, fn_nml) 1 Warning: Unused dummy argument ‘fn_nml’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3529:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3529:18: integer :: ios 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3517:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3517:60: subroutine gfdl_cloud_microphys_mod_init (me, master, nlunit, input_nml_file, logunit, fn_nml) 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3372:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3372:20: real :: gcon, cd, scm3, pisq, act (8) 1 Warning: Unused variable ‘cd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3286:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3286:39: real, dimension (ktop:kbot) :: qden, tc, rhof 1 Warning: Unused variable ‘qden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3255:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3255:54: subroutine fall_speed (ktop, kbot, den, qs, qi, qg, ql, tk, vts, vti, vtg) 1 Warning: Unused dummy argument ‘ql’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3053:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3053:42: real :: d4, bet, a_bot, grat, pmp, lac 1 Warning: Unused variable ‘lac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3053:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:3053:37: real :: d4, bet, a_bot, grat, pmp, lac 1 Warning: Unused variable ‘pmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2937:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2937:46: subroutine lagrangian_fall_ppm (ktop, kbot, zs, ze, zt, dp, q, precip, m1, mono) 1 Warning: Unused dummy argument ‘zs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2529:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2529:11: den, vtg, vts, vti, r1, g1, s1, i1, m1_sol, w1) 1 Warning: Unused dummy argument ‘den’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:23: real :: qsat, dqsdt, dt5, evap, dtime 1 Warning: Unused variable ‘dqsdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:34: real :: qsat, dqsdt, dt5, evap, dtime 1 Warning: Unused variable ‘evap’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2546:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2546:18: real :: factor, frac 1 Warning: Unused variable ‘factor’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2546:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2546:24: real :: factor, frac 1 Warning: Unused variable ‘frac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2547:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2547:23: real :: tmp, precip, tc, sink 1 Warning: Unused variable ‘precip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2545:16: real :: qsat, dqsdt, dt5, evap, dtime 1 Warning: Unused variable ‘qsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2435:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2435:34: subroutine revap_rac1 (hydrostatic, is, ie, dt, tz, qv, ql, qr, qi, qs, qg, den, hvar) 1 Warning: Unused dummy argument ‘hydrostatic’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2042:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2042:33: real :: evap, sink, tc, pisub, q_adj, dtmp 1 Warning: Unused variable ‘pisub’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2042:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2042:40: real :: evap, sink, tc, pisub, q_adj, dtmp 1 Warning: Unused variable ‘q_adj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2015:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2015:42: ql, qr, qi, qs, qg, qa, h_var, rh_rain) 1 Warning: Unused dummy argument ‘rh_rain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1527:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1527:73: subroutine icloud (ktop, kbot, tzk, p1, qvk, qlk, qrk, qik, qsk, qgk, dp1, & 1 Warning: Unused dummy argument ‘dp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:32: real :: tmp, qsw, qsi, dqsdt, dq 1 Warning: Unused variable ‘dqsdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1546:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1546:37: real :: pgmlt, psmlt, pgfr, pgaut, psaut, pgsub 1 Warning: Unused variable ‘pgaut’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1546:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1546:51: real :: pgmlt, psmlt, pgfr, pgaut, psaut, pgsub 1 Warning: Unused variable ‘pgsub’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1545:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1545:59: real :: pracs, psacw, pgacw, psacr, pgacr, pgaci, praci, psaci 1 Warning: Unused variable ‘praci’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1550:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1550:37: real :: dtmp, qc, q_plus, q_minus 1 Warning: Unused variable ‘q_minus’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1550:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1550:20: real :: dtmp, qc, q_plus, q_minus 1 Warning: Unused variable ‘qc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:25: real :: tmp, qsw, qsi, dqsdt, dq 1 Warning: Unused variable ‘qsi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1549:20: real :: tmp, qsw, qsi, dqsdt, dq 1 Warning: Unused variable ‘qsw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1547:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1547:19: real :: tc, tsq, dqs0, qden, qim, qsm 1 Warning: Unused variable ‘tsq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1355:87: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:1355:87: subroutine revap_racc (ktop, kbot, dt, tz, qv, ql, qr, qi, qs, qg, den, denfac, rh_rain, h_var) 1 Warning: Unused dummy argument ‘rh_rain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:655:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:655:55: rain, snow, graupel, ice, m2_rain, m2_sol, cond, area1, land, & 1 Warning: Unused dummy argument ‘cond’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:653:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:653:29: subroutine mpdrv (hydrostatic, uin, vin, w, delp, pt, qv, ql, qr, qi, qs, & 1 Warning: Unused dummy argument ‘hydrostatic’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:654:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:654:38: qg, qa, qn, dz, is, ie, js, je, ks, ke, ktop, kbot, j, dt_in, ntimes, & 1 Warning: Unused dummy argument ‘je’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:654:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:654:46: qg, qa, qn, dz, is, ie, js, je, ks, ke, ktop, kbot, j, dt_in, ntimes, & 1 Warning: Unused dummy argument ‘ke’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:397:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:397:17: real :: allmax 1 Warning: Unused variable ‘allmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:389:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:389:18: integer :: days, ntimes, kflip 1 Warning: Unused variable ‘days’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:391:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:391:59: real, dimension (iie-iis+1, jje-jjs+1) :: prec_mp, prec1, cond, w_var, rh0 1 Warning: Unused variable ‘prec1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:391:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:391:77: real, dimension (iie-iis+1, jje-jjs+1) :: prec_mp, prec1, cond, w_var, rh0 1 Warning: Unused variable ‘rh0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:384:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:384:42: real :: mpdt, rdt, dts, convt, tot_prec 1 Warning: Unused variable ‘tot_prec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2435:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:2435:0: subroutine revap_rac1 (hydrostatic, is, ie, dt, tz, qv, ql, qr, qi, qs, qg, den, hvar) Warning: ‘revap_rac1’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4151:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4151:0: subroutine esw_table1d (ta, es, n) Warning: ‘esw_table1d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4180:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4180:0: subroutine es2_table1d (ta, es, n) Warning: ‘es2_table1d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4209:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4209:0: subroutine es3_table1d (ta, es, n) Warning: ‘es3_table1d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4468:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4468:0: subroutine qsmith (im, km, ks, t, p, q, qs, dqdt) Warning: ‘qsmith’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4659:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90:4659:0: subroutine interpolate_z (is, ie, js, je, km, zl, hgt, a3, a2) Warning: ‘interpolate_z’ defined but not used [-Wunused-function] [ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o [ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:50:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:50:9: & 0.63, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:51:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:51:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:52:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:52:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:53:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:53:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:56:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:56:9: & 150.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:57:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:57:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:58:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:58:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:61:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:61:9: & 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:62:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:62:9: & 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:63:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:63:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:64:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:64:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:66:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:66:9: & 36.35, 42.00, 42.00, 42.00, 42.00, 36.35, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:67:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:67:9: & 42.00, 0.00, 0.00, 0.00, 0.00, 0.00, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:68:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:68:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:69:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:69:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:77:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:77:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:78:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:78:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:16:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:16:31: subroutine set_soilveg(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg.f:16:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f:16:48: subroutine set_soilveg(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] [ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:8: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:8: I,J,K,ITF,JTF,KTF 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1768:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1768:32: SUBROUTINE MYJPBL_INIT(IDS,IDE,JDS,JDE,LM & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:36: & ,IMS,IME,JMS,JME & 1 Warning: Unused dummy argument ‘ime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:32: & ,IMS,IME,JMS,JME & 1 Warning: Unused dummy argument ‘ims’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1770:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1770:32: & ,ITS,ITE,JTS,JTE ) 1 Warning: Unused dummy argument ‘its’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:10: I,J,K,ITF,JTF,KTF 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1768:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1768:40: SUBROUTINE MYJPBL_INIT(IDS,IDE,JDS,JDE,LM & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:44: & ,IMS,IME,JMS,JME & 1 Warning: Unused dummy argument ‘jme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1769:40: & ,IMS,IME,JMS,JME & 1 Warning: Unused dummy argument ‘jms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1770:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1770:40: & ,ITS,ITE,JTS,JTE ) 1 Warning: Unused dummy argument ‘jts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1786:12: I,J,K,ITF,JTF,KTF 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1682:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1682:63: SUBROUTINE VDIFV(LMH,DTDIF,UZ0,VZ0,RKMS,D,U,V,RKM,Z,RHO,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1682:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1682:65: SUBROUTINE VDIFV(LMH,DTDIF,UZ0,VZ0,RKMS,D,U,V,RKM,Z,RHO,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1572:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1572:43: ,TH,Q,CWM,RKH,Z,RHO,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1572:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1572:45: ,TH,Q,CWM,RKH,Z,RHO,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:11: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘aden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:21: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘bden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:26: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘besh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:31: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘besm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:36: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘cden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:49: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘ell’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:55: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘eloq2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1522:61: ADEN,AKQS,BDEN,BESH,BESM,CDEN,CF,DTOZS,ELL,ELOQ2,ELOQ4 & 1 Warning: Unused variable ‘eloq4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:12: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘elqdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:16: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘esh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:20: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘esm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:30: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘ghl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:34: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘gml’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1494:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1494:26: (LMH,DTDIF,Q2,EL,Z,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1494:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1494:28: (LMH,DTDIF,Q2,EL,Z,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:38: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘q1l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:43: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘rden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1523:47: ,ELQDZ,ESH,ESM,ESQHF,GHL,GML,Q1L,RDEN,RDZ 1 Warning: Unused variable ‘rdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1332:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1332:17: ADEN,AKMIN,BDEN,BESH,BESM,CDEN,D2T,ELL,ELOQ2,ELOQ4,ELQDZ & 1 Warning: Unused variable ‘akmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1332:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1332:41: ADEN,AKMIN,BDEN,BESH,BESM,CDEN,D2T,ELL,ELOQ2,ELOQ4,ELQDZ & 1 Warning: Unused variable ‘d2t’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:49: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:51: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1329:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1329:13: K,KINV 1 Warning: Unused variable ‘kinv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:70: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:23: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘lmxl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:14: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:11: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘ntsd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:65: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘print_diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1304:34: (NTSD,ME,LMH,LMXL,GM,GH,EL,T,Q2,Z,AKM,AKH,I,J,LM,PRINT_DIAG,KPBL) 1 Warning: Unused dummy argument ‘t’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:57: (NTSD,ME,LMH,DTTURBL,USTAR,GM,GH,EL,Q2,EPSL,EPSQ2,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:59: (NTSD,ME,LMH,DTTURBL,USTAR,GM,GH,EL,Q2,EPSL,EPSQ2,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:14: (NTSD,ME,LMH,DTTURBL,USTAR,GM,GH,EL,Q2,EPSL,EPSQ2,I,J,LM) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:1086:11: (NTSD,ME,LMH,DTTURBL,USTAR,GM,GH,EL,Q2,EPSL,EPSQ2,I,J,LM) 1 Warning: Unused dummy argument ‘ntsd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:865:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:865:41: ,GM,GH,EL,PBLH,LPBL,LMXL,CT,MIXHT,I,J,LM) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:865:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:865:43: ,GM,GH,EL,PBLH,LPBL,LMXL,CT,MIXHT,I,J,LM) 1 Warning: Unused dummy argument ‘j’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:864:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:864:55: (LMH,RSQDT,U,V,THV,THE,Q2,EPSL,EPSQ2,Z,P,PS,RXNER & 1 Warning: Unused dummy argument ‘rxner’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:11: ,DCDT,DELTAZ,DQDT,DTDIF,DTDT,DTTURBL & 1 Warning: Unused variable ‘dcdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:23: ,DCDT,DELTAZ,DQDT,DTDIF,DTDT,DTTURBL & 1 Warning: Unused variable ‘dqdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:320:34: ,DCDT,DELTAZ,DQDT,DTDIF,DTDT,DTTURBL & 1 Warning: Unused variable ‘dtdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:39: ,AKHS,AKMS,ELFLX,MIXHT,THLM,QLM & 1 Warning: Unused dummy argument ‘elflx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:226:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:226:62: ,DUSFC,DVSFC,DTSFC,DQSFC,xkzo,xkzmo,ICT & 1 Warning: Unused dummy argument ‘ict’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:31: ,IDS,IDE,JDS,JDE & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:27: ,IDS,IDE,JDS,JDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:39: ,IDS,IDE,JDS,JDE & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:227:35: ,IDS,IDE,JDS,JDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:54: ,AKHS,AKMS,ELFLX,MIXHT,THLM,QLM & 1 Warning: Unused dummy argument ‘qlm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:322:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:322:27: ,QBT,QFC1,QLOW,QQ1,QX & 1 Warning: Unused variable ‘qx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:224:50: ,AKHS,AKMS,ELFLX,MIXHT,THLM,QLM & 1 Warning: Unused dummy argument ‘thlm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:325:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:325:17: ,THBT,THNEW,THOLD,TQ,TTH & 1 Warning: Unused variable ‘thnew’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:325:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:325:23: ,THBT,THNEW,THOLD,TQ,TTH & 1 Warning: Unused variable ‘thold’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:11: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 Warning: Unused variable ‘ulow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:16: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 Warning: Unused variable ‘vlow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:223:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:223:42: ,Q2,EXCH_H,USTAR,Z0,EL_MYJ,PBLH,KPBL,CT & 1 Warning: Unused dummy argument ‘z0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:37: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 Warning: Unused variable ‘zsx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:41: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 Warning: Unused variable ‘zsy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90:326:45: ,ULOW,VLOW,RSTDH,STDFAC,ZSF,ZSX,ZSY,ZUV 1 @@ -8704,1626 +8702,1626 @@ Warning: Unused variable ‘zuv’ declared at (1) [-Wunused-variable] [ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o [ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f:200:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f:200:58: & PRSI,DEL,PRSL,PRSLK,PHII, PHIL,DELTIM,KDT, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f:394:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f:394:33: integer idxzb(im), ktrial, klevm1 1 Warning: Unused variable ‘ktrial’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f:203:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f:203:42: & nmtvr, cdmbgwd, me, lprnt, ipr, rdxzb, errmsg, errflg) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdps.f:203:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f:203:35: & nmtvr, cdmbgwd, me, lprnt, ipr, rdxzb, errmsg, errflg) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:3848:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:3848:3: 97 continue 1 Warning: Label 97 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:741:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:741:13: nic1 = DLOG(t_Nc(nbc)/t_Nc(1)) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:321:11: +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:321:11: ta_Ka = (/0.2, 0.4, 0.6, 0.8/) 1 Warning: Unused PRIVATE module variable ‘ta_ka’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:319:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:319:11: ta_Ra = (/0.01, 0.02, 0.04, 0.08, 0.16/) 1 Warning: Unused PRIVATE module variable ‘ta_ra’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5249:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5249:17: INTEGER:: i, k, k_0, kbot, n 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5217:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5217:42: t1d, p1d, dBZ, kts, kte, ii, jj, vt_dBZ, first_time_step) 1 Warning: Unused dummy argument ‘ii’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5217:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5217:46: t1d, p1d, dBZ, kts, kte, ii, jj, vt_dBZ, first_time_step) 1 Warning: Unused dummy argument ‘jj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5249:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5249:31: INTEGER:: i, k, k_0, kbot, n 1 Warning: Unused variable ‘kbot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5239:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:5239:45: REAL:: oM3, M0, Mrat, slam1, slam2, xDs 1 Warning: Unused variable ‘xds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_efp.F90:232:8: + + sum = mpp_reproducing_sum_r8_2d(array_r8, isr, ier, jsr, jer, EFP_sum, reproducing, & + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:59: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘dab’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:49: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘dsi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:54: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘dsw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:44: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘dtt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:63: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘fc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:67: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘hx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:42: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘mux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:25: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘n_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:37: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘nhat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:31: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘nmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4963:19: REAL:: ntilde, n_in, nmax, nhat, mux, xni, nifa_cc 1 Warning: Unused variable ‘ntilde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:33: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘p_x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4956:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4956:39: real function iceDeMott(tempc, qv, qvs, qvsi, rho, nifa) 1 Warning: Unused dummy argument ‘qv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4956:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4956:44: real function iceDeMott(tempc, qv, qvs, qvsi, rho, nifa) 1 Warning: Unused dummy argument ‘qvs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4956:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4956:50: real function iceDeMott(tempc, qv, qvs, qvsi, rho, nifa) 1 Warning: Unused dummy argument ‘qvsi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:23: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘sati’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:17: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘satw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:39: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘si0x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4962:28: REAL:: satw, sati, siw, p_x, si0x, dtt, dsi, dsw, dab, fc, hx 1 Warning: Unused variable ‘siw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4156:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:4156:59: lam_exp, lamr, N0_r, lamc, N0_c, y 1 Warning: Unused variable ‘y’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1573:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1573:30: REAL:: a_, b_, loga_, A1, A2, tf 1 Warning: Unused variable ‘a1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1573:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1573:34: REAL:: a_, b_, loga_, A1, A2, tf 1 Warning: Unused variable ‘a2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:60: REAL:: xDc, Dc_b, Dc_g, xDi, xDr, xDs, xDg, Ds_m, Dg_m 1 Warning: Unused variable ‘dg_m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1565:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1565:32: DOUBLE PRECISION:: Dr_star, Dc_star 1 Warning: Unused variable ‘dr_star’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:54: REAL:: xDc, Dc_b, Dc_g, xDi, xDr, xDs, xDg, Ds_m, Dg_m 1 Warning: Unused variable ‘ds_m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1584:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1584:17: INTEGER:: i, k, k2, n, nn, nstep, k_0, kbot, IT, iexfrq 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1584:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1584:24: INTEGER:: i, k, k2, n, nn, nstep, k_0, kbot, IT, iexfrq 1 Warning: Unused variable ‘k2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1584:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1584:49: INTEGER:: i, k, k2, n, nn, nstep, k_0, kbot, IT, iexfrq 1 Warning: Unused variable ‘kbot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1590:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1590:21: LOGICAL:: melti, no_micro 1 Warning: Unused variable ‘melti’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:31: REAL:: tempc, tc0, r_mvd1, r_mvd2, xkrat 1 Warning: Unused variable ‘r_mvd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:39: REAL:: tempc, tc0, r_mvd1, r_mvd2, xkrat 1 Warning: Unused variable ‘r_mvd2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1560:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1560:17: REAL:: rgvm, delta_tp, orho, lfus2 1 Warning: Unused variable ‘rgvm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1567:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1567:47: REAL:: stoke_r, stoke_s, stoke_g, stoke_i 1 Warning: Unused variable ‘stoke_i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1567:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1567:20: REAL:: stoke_r, stoke_s, stoke_g, stoke_i 1 Warning: Unused variable ‘stoke_r’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1567:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1567:29: REAL:: stoke_r, stoke_s, stoke_g, stoke_i 1 Warning: Unused variable ‘stoke_s’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1564:38: REAL:: xDc, Dc_b, Dc_g, xDi, xDr, xDs, xDg, Ds_m, Dg_m 1 Warning: Unused variable ‘xdr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1574:46: REAL:: tempc, tc0, r_mvd1, r_mvd2, xkrat 1 Warning: Unused variable ‘xkrat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:37: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:33: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:46: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:42: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:55: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:1017:51: ids,ide, jds,jde, kds,kde, & ! domain dims 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:26: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘airmass’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:17: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘h_01’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:34: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:29: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:34: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘ite’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:29: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘its’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:44: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:39: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:44: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘jte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:39: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘jts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:54: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:414:49: ids, ide, jds, jde, kds, kde, & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:54: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:416:49: its, ite, jts, jte, kts, kte, & 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:51: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘max_test’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:41: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘niccn3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90:437:33: REAL:: h_01, airmass, niIN3, niCCN3, max_test 1 Warning: Unused variable ‘niin3’ declared at (1) [-Wunused-variable] -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o [ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_efp.F90:232:8: - - sum = mpp_reproducing_sum_r8_2d(array_r8, isr, ier, jsr, jer, EFP_sum, reproducing, & - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_pset.F90:518:57: - - subroutine mpp_pset_print_chksum_1D(pset, caller, array) - 1 -Warning: Unused dummy argument ‘array’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_pset.F90:518:50: - - subroutine mpp_pset_print_chksum_1D(pset, caller, array) - 1 -Warning: Unused dummy argument ‘caller’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_pset.F90:525:31: - - integer :: errunit - 1 -Warning: Unused variable ‘errunit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_pset.F90:518:42: - - subroutine mpp_pset_print_chksum_1D(pset, caller, array) - 1 -Warning: Unused dummy argument ‘pset’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_pset.F90:409:36: - - subroutine mpp_pset_check_ptr(pset,ptr) - 1 -Warning: Unused dummy argument ‘pset’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_pset.F90:292:46: - - subroutine mpp_translate_remote_ptr( ptr, pe ) - 1 -Warning: Unused dummy argument ‘pe’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_pset.F90:292:42: - - subroutine mpp_translate_remote_ptr( ptr, pe ) - 1 -Warning: Unused dummy argument ‘ptr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:105:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:105:21: INTEGER :: IERR 1 Warning: Unused PRIVATE module variable ‘ierr’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:29: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:37: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1149:45: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1150:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1150:49: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1150:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1150:45: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1151:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:1151:45: & ,ITS,ITE,JTS,JTE,KTS,LM) 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:45: REAL(kind=kfpt) :: AKHS02,AKHS10,AKMS02,AKMS10,EKMS10,QSAT10,QSAT2 & 1 Warning: Unused variable ‘akms02’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:490:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:490:68: REAL(kind=kfpt) :: A,B,BTGH,BTGX,CXCHL,CXCHS,DTHV,DU2,ELFC,FCT & 1 Warning: Unused variable ‘fct’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:491:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:491:28: & ,HLFLX,HSFLX,HV,PSH02,PSH10,PSHZ,PSHZL,PSM10,PSMZ,PSMZL & 1 Warning: Unused variable ‘hv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:31: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:27: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:31: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘ime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:27: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘ims’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:31: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘ite’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:27: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘its’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:39: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:35: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:39: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘jme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:35: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘jms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:39: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘jte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:35: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘jts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:47: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:455:43: & ,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:47: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:456:43: & ,IMS,IME,JMS,JME,KMS,KME & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:43: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:46: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘lm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:66: REAL(kind=kfpt) :: AKHS02,AKHS10,AKMS02,AKMS10,EKMS10,QSAT10,QSAT2 & 1 Warning: Unused variable ‘qsat10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:501:72: REAL(kind=kfpt) :: AKHS02,AKHS10,AKMS02,AKMS10,EKMS10,QSAT10,QSAT2 & 1 Warning: Unused variable ‘qsat2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:27: & ,RDZ,RDZT,RLMA,RLMN,RLMP & 1 Warning: Unused variable ‘rlma’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:32: & ,RDZ,RDZT,RLMA,RLMN,RLMP & 1 Warning: Unused variable ‘rlmn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:492:37: & ,RDZ,RDZT,RLMA,RLMN,RLMP & 1 Warning: Unused variable ‘rlmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:502:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:502:59: & ,RLNT02,RLNT10,RLNU10,SIMH02,SIMH10,SIMM10,T02,T10 & 1 Warning: Unused variable ‘t02’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:502:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:502:63: & ,RLNT02,RLNT10,RLNU10,SIMH02,SIMH10,SIMM10,T02,T10 & 1 Warning: Unused variable ‘t10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:496:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:496:53: & ,ZETAT,ZETAU,ZQ,ZSLT,ZSLU,ZT,ZU,TOPOTERM,ZZIL,CZETMAX 1 Warning: Unused variable ‘topoterm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:15: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:19: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xlt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:46: & ,TERM1,RLOW,U10E,V10E,WSTAR,XLT02,XLT024,XLT10 & 1 Warning: Unused variable ‘xlt02’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:53: & ,TERM1,RLOW,U10E,V10E,WSTAR,XLT02,XLT024,XLT10 & 1 Warning: Unused variable ‘xlt024’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:503:59: & ,TERM1,RLOW,U10E,V10E,WSTAR,XLT02,XLT024,XLT10 & 1 Warning: Unused variable ‘xlt10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:20: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xlt104’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:24: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xlt4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:28: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xlu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:26: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xlu10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:33: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xlu104’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:33: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xlu4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:36: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:40: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xt4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:43: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:38: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xu10’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:504:44: & ,XLT104,XLU10,XLU104,XU10,XU104,ZT02,ZT10,ZTAT02,ZTAT10 & 1 Warning: Unused variable ‘xu104’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:495:47: & ,X,XLT,XLT4,XLU,XLU4,XT,XT4,XU,XU4,ZETALT,ZETALU & 1 Warning: Unused variable ‘xu4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:448:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:448:39: & ,USTAR,Z0,Z0BASE,CT,RLMO,AKMS,AKHS,PBLH,WETM & 1 Warning: Unused dummy argument ‘z0base’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:457:55: & ,ITS,ITE,JTS,JTE,KTS,LM,I,J,ZSFC,RIB) ! Added Bulk Richardson No. 1 Warning: Unused dummy argument ‘zsfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:505:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:505:18: & ,ZTAU,ZTAU10,ZU10,ZUUZ 1 Warning: Unused variable ‘ztau’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:26: REAL(kind=kfpt) :: A,APESFC,B,BTGX,CWMLOW & 1 Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:35: REAL(kind=kfpt) :: A,APESFC,B,BTGX,CWMLOW & 1 Warning: Unused variable ‘b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:198:40: REAL(kind=kfpt) :: A,APESFC,B,BTGX,CWMLOW & 1 Warning: Unused variable ‘btgx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:18: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dqdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:24: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dtdif’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:29: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dtdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:34: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dudt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:199:39: & ,DQDT,DTDIF,DTDT,DUDT,DVDT & 1 Warning: Unused variable ‘dvdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:208:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:208:47: REAL(kind=kfpt),DIMENSION(KTS:LM-1) :: EL,ELM 1 Warning: Unused variable ‘el’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:208:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:208:51: REAL(kind=kfpt),DIMENSION(KTS:LM-1) :: EL,ELM 1 Warning: Unused variable ‘elm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:114:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:114:39: SUBROUTINE JSFC(FLAG_ITER,ITER,ME & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:202:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:202:44: & ,RAPA,RAPA02,RAPA10,RATIOMX,RDZ,SEAMASK,SM & 1 Warning: Unused variable ‘rdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:203:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90:203:56: & ,T02P,T10P,TEM,TH02P,TH10P,THLOW,THELOW,THM & 1 Warning: Unused variable ‘thm’ declared at (1) [-Wunused-variable] +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_pset.F90:518:57: + + subroutine mpp_pset_print_chksum_1D(pset, caller, array) + 1 +Warning: Unused dummy argument ‘array’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_pset.F90:518:50: + + subroutine mpp_pset_print_chksum_1D(pset, caller, array) + 1 +Warning: Unused dummy argument ‘caller’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_pset.F90:525:31: + + integer :: errunit + 1 +Warning: Unused variable ‘errunit’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_pset.F90:518:42: + + subroutine mpp_pset_print_chksum_1D(pset, caller, array) + 1 +Warning: Unused dummy argument ‘pset’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_pset.F90:409:36: + + subroutine mpp_pset_check_ptr(pset,ptr) + 1 +Warning: Unused dummy argument ‘pset’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_pset.F90:292:46: + + subroutine mpp_translate_remote_ptr( ptr, pe ) + 1 +Warning: Unused dummy argument ‘pe’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_pset.F90:292:42: + + subroutine mpp_translate_remote_ptr( ptr, pe ) + 1 +Warning: Unused dummy argument ‘ptr’ at (1) [-Wunused-dummy-argument] [ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_type.F90:156:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_type.F90:156:22: buffer_int(2) = npts 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] [ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1447:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1447:1: if(snhei.gt.0.0081*1.e3/rhosn) then 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5909:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5909:5: 191 format (f23.19) 1 Warning: Label 191 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5819:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5819:4: 118 format(6(10Pf23.19)) 1 Warning: Label 118 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5292:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5292:5: 2211 continue 1 Warning: Label 2211 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4758:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4758:5: 2111 continue 1 Warning: Label 2111 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4206:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4206:4: 212 continue 1 Warning: Label 212 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3794:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3794:5: 1133 FORMAT(I7,8E12.4) 1 Warning: Label 1133 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3793:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3793:5: 1123 FORMAT(I5,8F12.3) 1 Warning: Label 1123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3791:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3791:4: 222 CONTINUE 1 Warning: Label 222 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3795:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3795:5: 123 format(i6,f6.2,7f8.1) 1 Warning: Label 123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3796:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3796:4: 122 FORMAT(1X,2I3,6F8.1,F8.3,F8.2) 1 Warning: Label 122 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2838:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2838:5: 1133 FORMAT(I7,8E12.4) 1 Warning: Label 1133 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2837:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2837:5: 1123 FORMAT(I5,8F12.3) 1 Warning: Label 1123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2835:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2835:4: 222 CONTINUE 1 Warning: Label 222 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2839:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2839:5: 123 format(i6,f6.2,7f8.1) 1 Warning: Label 123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2840:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2840:5: 122 FORMAT(1X,2I3,6F8.1,F8.3,F8.2) 1 Warning: Label 122 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1140:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1140:4: 2999 continue ! lakes 1 Warning: Label 2999 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6514:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6514:9: I=(TN-1.7315E2)/.05+1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6517:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6517:10: I1=I-F1/(.05+D1*(TT(I+1)-TT(I))) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5975:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5975:19: IALP1 = CVFRZ - 1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7023:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7023:36: SUBROUTINE RUCLSMINIT( debug_print, landmask, & 1 Warning: Unused dummy argument ‘debug_print’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7024:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7024:40: nzs, isltyp, ivgtyp, xice, mavail, & 1 Warning: Unused dummy argument ‘ivgtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7026:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7026:46: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7026:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7026:42: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7027:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7027:46: its,ite, jts,jte, kts,kte ) 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7027:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7027:42: its,ite, jts,jte, kts,kte ) 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:30: INTEGER :: kstart, kfin, lstart, lfin 1 Warning: Unused variable ‘kfin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:24: INTEGER :: kstart, kfin, lstart, lfin 1 Warning: Unused variable ‘kstart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:44: INTEGER :: kstart, kfin, lstart, lfin 1 Warning: Unused variable ‘lfin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6743:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6743:58: LROU(nvegclas),LTHI(nvegclas),LSIG(nvegclas), & 1 Warning: Unused variable ‘lsig’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6818:38: INTEGER :: kstart, kfin, lstart, lfin 1 Warning: Unused variable ‘lstart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6743:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6743:43: LROU(nvegclas),LTHI(nvegclas),LSIG(nvegclas), & 1 Warning: Unused variable ‘lthi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6548:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6548:52: NLCAT,IVGTYP,ISLTYP,iswater,MYJ, & 1 Warning: Unused dummy argument ‘myj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6500:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6500:67: SUBROUTINE VILKA(TN,D1,D2,PP,QS,TS,TT,NSTEP,ii,j,iland,isoil) 1 Warning: Unused dummy argument ‘isoil’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6500:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6500:50: SUBROUTINE VILKA(TN,D1,D2,PP,QS,TS,TT,NSTEP,ii,j,iland,isoil) 1 Warning: Unused dummy argument ‘nstep’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6511:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6511:23: REAL :: F1,T1,T2,RN 1 Warning: Unused variable ‘t2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6315:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6315:17: dqm,qmin,ref,wilt,zshalf,pc,iland, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘dqm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6171:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6171:24: REAL :: tln,tavln,tn,pf,a,am,ame,h 1 Warning: Unused variable ‘tavln’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6171:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6171:18: REAL :: tln,tavln,tn,pf,a,am,ame,h 1 Warning: Unused variable ‘tln’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6170:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:6170:16: REAL :: x,x1,x2,x4,ws,wd,fact,fach,facd,psif,ci 1 Warning: Unused variable ‘x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5805:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5805:20: REAL :: F1,F2,FD,KDT,VAL,DDT,PX,FK,FKMAX 1 Warning: Unused variable ‘f2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:29: DQM,QMIN,PSIS,BCLH, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘bclh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5056:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5056:35: FKT,D1,D2,D9,D10,DID,R211,R21,R22,R6,R7,D11, & 1 Warning: Unused variable ‘did’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:14: DQM,QMIN,PSIS,BCLH, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘dqm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4898:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4898:29: XLVM,CP,rovcp,G0_P,CVW,STBOLT, & !--- constants 1 Warning: Unused dummy argument ‘g0_p’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4892:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4892:18: GLW,GSW,EMISS,RNET, & 1 Warning: Unused dummy argument ‘gsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5058:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5058:38: TDENOM,C,CC,AA1,RHCS,H1, & 1 Warning: Unused variable ‘h1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4895:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4895:35: TRANF,TRANSUM,DEW,MAVAIL, & 1 Warning: Unused dummy argument ‘mavail’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4893:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4893:23: QKMS,TKMS,PC,RHO,VEGFRAC, & 1 Warning: Unused dummy argument ‘pc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5057:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5057:17: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2, & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:24: DQM,QMIN,PSIS,BCLH, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘psis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4891:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4891:32: PATM,TABS,QVATM,QCATM, & 1 Warning: Unused dummy argument ‘qcatm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4896:19: DQM,QMIN,PSIS,BCLH, & !--- soil fixed fields 1 Warning: Unused dummy argument ‘qmin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4898:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4898:24: XLVM,CP,rovcp,G0_P,CVW,STBOLT, & !--- constants 1 Warning: Unused dummy argument ‘rovcp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5059:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5059:32: tsob, snprim, sh1, sh2, & 1 Warning: Unused variable ‘sh1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5059:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5059:37: tsob, snprim, sh1, sh2, & 1 Warning: Unused variable ‘sh2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5046:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5046:43: REAL :: x,x1,x2,x4,dzstop,can,ft,sph, & 1 Warning: Unused variable ‘sph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5061:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5061:27: CMC2MS,TNOLD,QGOLD,SNOHGNEW 1 Warning: Unused variable ‘tnold’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5046:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:5046:25: REAL :: x,x1,x2,x4,dzstop,can,ft,sph, & 1 Warning: Unused variable ‘x4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4569:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4569:42: TRANSUM,DEW,MAVAIL,soilres,alfa, & 1 Warning: Unused dummy argument ‘alfa’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:24: DQM,QMIN,BCLH, & !---soil fixed fields 1 Warning: Unused dummy argument ‘bclh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4569:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4569:22: TRANSUM,DEW,MAVAIL,soilres,alfa, & 1 Warning: Unused dummy argument ‘dew’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4701:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4701:35: REAL :: FKT,D1,D2,D9,D10,DID,R211,R21,R22,R6,R7,D11 , & 1 Warning: Unused variable ‘did’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:14: DQM,QMIN,BCLH, & !---soil fixed fields 1 Warning: Unused dummy argument ‘dqm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4699:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4699:39: tn,trans,umveg,denom,fex 1 Warning: Unused variable ‘fex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4572:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4572:22: XLV,CP,G0_P,CVW,STBOLT, & !--- constants 1 Warning: Unused dummy argument ‘g0_p’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4705:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4705:31: REAL :: C,CC,AA1,RHCS,H1, QGOLD 1 Warning: Unused variable ‘h1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4567:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4567:39: QKMS,TKMS,PC,RHO,VEGFRAC,lai, & 1 Warning: Unused dummy argument ‘lai’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4567:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4567:23: QKMS,TKMS,PC,RHO,VEGFRAC,lai, & 1 Warning: Unused dummy argument ‘pc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4702:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4702:17: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2 , & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4565:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4565:45: PRCPMS,RAINF,PATM,TABS,QVATM,QCATM, & 1 Warning: Unused dummy argument ‘qcatm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4570:19: DQM,QMIN,BCLH, & !---soil fixed fields 1 Warning: Unused dummy argument ‘qmin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4698:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4698:43: REAL :: x,x1,x2,x4,dzstop,can,ft,sph , & 1 Warning: Unused variable ‘sph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4698:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:4698:25: REAL :: x,x1,x2,x4,dzstop,can,ft,sph , & 1 Warning: Unused variable ‘x4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3935:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3935:35: FKT,D1,D2,D9,D10,DID,R211,R21,R22,R6,R7,D11, & 1 Warning: Unused variable ‘did’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3816:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3816:38: zsmain,zshalf,DTDZS,DTDZS2,tbq, & 1 Warning: Unused dummy argument ‘dtdzs2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3926:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3926:26: REAL :: CP,rovcp,G0,LV,xlvm,STBOLT,xlmelt , & 1 Warning: Unused variable ‘g0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3812:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3812:19: GLW,GSW,EMISS,RNET, & 1 Warning: Unused dummy argument ‘gsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3937:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3937:33: TDENOM,AA1,RHCS,H1,TSOB, SNPRIM, & 1 Warning: Unused variable ‘h1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3941:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3941:55: REAL :: RNET,rsmfrac,soiltfrac,hsn,icemelt,rr 1 Warning: Unused variable ‘hsn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3926:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3926:29: REAL :: CP,rovcp,G0,LV,xlvm,STBOLT,xlmelt , & 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3923:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3923:26: REAL :: SNTH, NEWSN , & 1 Warning: Unused variable ‘newsn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3811:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3811:34: RHOSN,PATM,QVATM,QCATM, & 1 Warning: Unused dummy argument ‘qcatm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3815:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3815:24: tice,rhosice,capice,thdifice, & 1 Warning: Unused dummy argument ‘rhosice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3809:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3809:42: meltfactor,rhonewsn,SNHEI_CRIT, & ! new 1 Warning: Unused dummy argument ‘snhei_crit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3815:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3815:16: tice,rhosice,capice,thdifice, & 1 Warning: Unused dummy argument ‘tice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3936:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3936:41: FKQ,R210,AA,BB,QS1,TS1,TQ2,TX2, & 1 Warning: Unused variable ‘tq2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3936:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3936:45: FKQ,R210,AA,BB,QS1,TS1,TQ2,TX2, & 1 Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3126:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3126:28: rho,vegfrac,alb,znt,lai, & 1 Warning: Unused dummy argument ‘alb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:18: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘can’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3343:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3343:18: DD1,CMC2MS,DRYCAN,WETCAN , & 1 Warning: Unused variable ‘dd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3125:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3125:34: QKMS,TKMS,PC,cst,drip,infwater, & 1 Warning: Unused dummy argument ‘drip’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:27: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘fac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3340:36: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘ft’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3339:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3339:26: REAL :: CP,rovcp,G0,LV,xlvm,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘g0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3124:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3124:44: GLW,GSW,GSWin,EMISS,RNET,IVGTYP, & 1 Warning: Unused dummy argument ‘ivgtyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3339:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3339:29: REAL :: CP,rovcp,G0,LV,xlvm,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3336:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3336:26: SNTH, NEWSN , & 1 Warning: Unused variable ‘newsn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:43: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3120:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3120:43: meltfactor,rhonewsn,SNHEI_CRIT, & ! new 1 Warning: Unused dummy argument ‘snhei_crit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3341:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3341:32: q1,ras,rhoice,sph , & 1 Warning: Unused variable ‘sph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:20: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘trans’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3342:23: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘zn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3126:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:3126:32: rho,vegfrac,alb,znt,lai, & 1 Warning: Unused dummy argument ‘znt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2938:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2938:35: REAL :: FKT,D1,D2,D9,D10,DID,R211,R21,R22,R6,R7,D11 , & 1 Warning: Unused variable ‘did’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2855:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2855:38: zsmain,zshalf,DTDZS,DTDZS2,tbq, & 1 Warning: Unused dummy argument ‘dtdzs2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2936:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2936:19: epot,fltot,ft,fq,hft,ras,cvw 1 Warning: Unused variable ‘epot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2936:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2936:31: epot,fltot,ft,fq,hft,ras,cvw 1 Warning: Unused variable ‘fq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2935:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2935:26: REAL :: CP,rovcp,G0,LV,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘g0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2852:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2852:49: PRCPMS,RAINF,PATM,QVATM,QCATM,GLW,GSW, & 1 Warning: Unused dummy argument ‘gsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2935:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2935:29: REAL :: CP,rovcp,G0,LV,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2851:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2851:60: i,j,iland,isoil,delt,ktau,conflx,nzs,nddzs,nroot, & !--- input variables 1 Warning: Unused dummy argument ‘nroot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:17: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2 , & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2852:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2852:41: PRCPMS,RAINF,PATM,QVATM,QCATM,GLW,GSW, & 1 Warning: Unused dummy argument ‘qcatm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2854:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2854:24: tice,rhosice,capice,thdifice, & !--- sea ice parameters 1 Warning: Unused dummy argument ‘rhosice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2854:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2854:16: tice,rhosice,capice,thdifice, & !--- sea ice parameters 1 Warning: Unused dummy argument ‘tice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:52: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2 , & 1 Warning: Unused variable ‘tq2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2939:56: PI,H,FKQ,R210,AA,BB,PP,Q1,QS1,TS1,TQ2,TX2 , & 1 Warning: Unused variable ‘tx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2931:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2931:25: REAL :: x,x1,x2,x4,tn,denom 1 Warning: Unused variable ‘x4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2856:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2856:15: xlv,CP,rovcp,cw,stbolt,tabs, & !--- constants 1 Warning: Unused dummy argument ‘xlv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2855:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2855:25: zsmain,zshalf,DTDZS,DTDZS2,tbq, & 1 Warning: Unused dummy argument ‘zshalf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:18: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘can’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2379:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2379:18: DD1,CMC2MS,DRYCAN,WETCAN , & 1 Warning: Unused variable ‘dd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:23: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘epot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:27: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘fac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2376:36: can,epot,fac,fltot,ft,fq,hft , & 1 Warning: Unused variable ‘ft’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2375:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2375:26: REAL :: CP,rovcp,G0,LV,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘g0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2202:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2202:19: GLW,GSW,GSWin,EMISS,RNET, & 1 Warning: Unused dummy argument ‘gsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2375:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2375:29: REAL :: CP,rovcp,G0,LV,STBOLT,xlmelt,dzstop , & 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:43: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2377:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2377:32: q1,ras,rhoice,sph , & 1 Warning: Unused variable ‘sph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:20: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘trans’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:2378:23: trans,zn,ci,cvw,tln,tavln,pi , & 1 Warning: Unused variable ‘zn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1161:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1161:41: ILAND,ISOIL,IVGTYP,ISLTYP,PRCPMS, & 1 Warning: Unused dummy argument ‘isltyp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1357:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1357:26: RAINF, SNTH, NEWSN, PRCPMS, NEWSNMS , & 1 Warning: Unused variable ‘snth’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1365:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1365:47: REAL :: VEGFRAC, snow_mosaic, snfr, vgfr 1 Warning: Unused variable ‘vgfr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1364:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:1364:45: REAL :: RNET,GSWNEW,GSWIN,EMISSN,ZNTSN,EMISS_snowfree 1 Warning: Unused variable ‘zntsn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:84:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:84:44: its,ite, jts,jte, kts,kte ) 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:84:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:84:40: its,ite, jts,jte, kts,kte ) 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:76:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:76:33: CP,RV,RD,G0,PI,LV,STBOLT, & 1 Warning: Unused dummy argument ‘pi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:76:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:76:24: CP,RV,RD,G0,PI,LV,STBOLT, & 1 Warning: Unused dummy argument ‘rv’ at (1) [-Wunused-dummy-argument] -[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7181:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7181:0: SUBROUTINE RUCLSM_SOILVEGPARM( debug_print,MMINLURUC, MMINSL) Warning: ‘ruclsm_soilvegparm’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7511:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90:7511:0: SUBROUTINE SOILIN (ISLTYP, DQM, REF, PSIS, QMIN, BCLH ) Warning: ‘soilin’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_domains.F90:638:38: +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_domains.F90:638:38: integer(LONG_KIND), parameter :: ADDR2_BASE=Z'0000000000010000' 1 Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_domains.F90:663:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_domains.F90:663:35: integer(LONG_KIND), parameter :: GT_BASE=Z'0000000000000100' ! Workaround for 64bit int init problem 1 Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_domains.F90:666:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_domains.F90:666:35: integer(LONG_KIND), parameter :: KE_BASE=Z'0001000000000000' ! Workaround for 64bit int init problem 1 Warning: Conversion from ‘INTEGER(16)’ to ‘INTEGER(8)’ at (1) [-Wconversion] [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:40:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: + + wordlen = size(TRANSFER(buffer(1),mpp_domains_stack)) + 1 +Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: + + wordlen = size(TRANSFER(buffer(1),mpp_domains_stack)) + 1 +Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:40:9: & 0.63, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:41:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:41:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:42:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:42:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:43:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:43:9: & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:49:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:49:9: & 150.0, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:50:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:50:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:51:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:51:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:54:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:54:9: & 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:55:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:55:9: & 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:56:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:56:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:57:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:57:9: & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:60:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:60:9: & 36.35, 42.00, 42.00, 42.00, 42.00, 36.35, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:61:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:61:9: & 42.00, 0.00, 0.00, 0.00, 0.00, 0.00, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:62:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:62:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:63:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:63:9: & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:68:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:68:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:69:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:69:9: & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000/) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:20:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:20:35: subroutine set_soilveg_ruc(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:20:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90:20:52: subroutine set_soilveg_ruc(me,isot,ivet,nlunit) 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: - - wordlen = size(TRANSFER(buffer(1),mpp_domains_stack)) - 1 -Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_do_redistribute.h:47:30: - - wordlen = size(TRANSFER(buffer(1),mpp_domains_stack)) - 1 -Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_domains.F90:642:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_domains.F90:642:61: integer, dimension(MAX_ADDRS2),save :: a2_salvage=-9999 ! freed indices of addr2 1 Warning: Unused PRIVATE module variable ‘a2_salvage’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_domains.F90:634:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_domains.F90:634:59: integer, dimension(MAX_ADDRS),save :: a_salvage=-9999 ! freed idx list of addr 1 Warning: Unused PRIVATE module variable ‘a_salvage’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_domains.F90:623:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_domains.F90:623:52: logical :: complete_update = .false. 1 Warning: Unused PRIVATE module variable ‘complete_update’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_domains.F90:658:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_domains.F90:658:79: integer, dimension(MAX_FIELDS),save :: dc_salvage=-9999 ! freed indices of d_comm 1 Warning: Unused PRIVATE module variable ‘dc_salvage’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_domains.F90:627:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_domains.F90:627:60: integer :: group_update_buffer_pos = 0 1 @@ -10333,2160 +10331,2160 @@ Warning: Unused PRIVATE module variable ‘group_update_buffer_pos’ declared a integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) 1 Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_domains.F90:622:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_domains.F90:622:49: logical :: start_update = .true. 1 Warning: Unused PRIVATE module variable ‘start_update’ declared at (1) [-Wunused-value] -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘from_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘ioff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘joff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘xonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘yonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘from_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘ioff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘joff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘xonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘yonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:71: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘from_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:56: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘ioff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:45:62: integer :: l, k, m, n, nd, nwords, lpos, rpos, ioff, joff, from_pe, tile_id 1 Warning: Unused variable ‘joff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:22: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘xonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ug.h:48:29: logical :: xonly, yonly, root_only, global_on_this_pe 1 Warning: Unused variable ‘yonly’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_unstruct_domain.inc:713:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_unstruct_domain.inc:713:19: integer(INT_KIND) :: i !NULL() 1 Warning: Unused variable ‘update’ declared at (1) [-Wunused-variable] -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:668:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:668:66: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘from_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:668:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:668:49: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘ie’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:668:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:668:45: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘is’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:668:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:668:57: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘je’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:668:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:668:53: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘js’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:668:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:668:38: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:668:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:668:35: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘msgsize’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:668:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:668:41: integer :: msgsize, l, p, is, ie, js, je, from_pe 1 Warning: Unused variable ‘p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:667:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:667:36: character(len=1) :: position 1 Warning: Unused variable ‘position’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:665:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:665:40: type(overlapSpec), pointer :: update=>NULL() 1 Warning: Unused variable ‘update’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:320:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:320:48: integer :: ndiv, n, isg, ieg, i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:166:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:166:25: integer :: ndiv, imax, ndmax 1 Warning: Unused variable ‘imax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:167:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:167:24: integer :: is, ie, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_define.inc:166:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_define.inc:166:32: integer :: ndiv, imax, ndmax 1 Warning: Unused variable ‘ndmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_util.inc:1673:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_util.inc:1673:47: integer :: buffer_pos_recv(3*MAXOVERLAP), buffer_pos_send(3*MAXOVERLAP) 1 Warning: Unused variable ‘buffer_pos_recv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_util.inc:1673:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_util.inc:1673:78: integer :: buffer_pos_recv(3*MAXOVERLAP), buffer_pos_send(3*MAXOVERLAP) 1 Warning: Unused variable ‘buffer_pos_send’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_util.inc:1674:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_util.inc:1674:41: integer :: recv_size(3*MAXOVERLAP), send_size(3*MAXOVERLAP) 1 Warning: Unused variable ‘recv_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_util.inc:1672:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_util.inc:1672:64: integer :: pelist(3*MAXOVERLAP), to_pe_list(3*MAXOVERLAP) 1 Warning: Unused variable ‘to_pe_list’ declared at (1) [-Wunused-variable] -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:39: +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:39: integer :: whalo, ehalo, shalo, nhalo 1 Warning: Unused variable ‘ehalo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:45: integer :: isg_fine, ieg_fine, jsg_fine, jeg_fine 1 Warning: Unused variable ‘ieg_fine’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:715:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:715:35: logical :: is_first 1 Warning: Unused variable ‘is_first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:35: integer :: isg_fine, ieg_fine, jsg_fine, jeg_fine 1 Warning: Unused variable ‘isg_fine’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:65: integer :: isg_fine, ieg_fine, jsg_fine, jeg_fine 1 Warning: Unused variable ‘jeg_fine’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:721:55: integer :: isg_fine, ieg_fine, jsg_fine, jeg_fine 1 Warning: Unused variable ‘jsg_fine’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:53: integer :: whalo, ehalo, shalo, nhalo 1 Warning: Unused variable ‘nhalo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:46: integer :: whalo, ehalo, shalo, nhalo 1 Warning: Unused variable ‘shalo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_define_nest_domains.inc:719:32: integer :: whalo, ehalo, shalo, nhalo 1 Warning: Unused variable ‘whalo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90:87:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90:87:83: totsnw, totgrp, cnvprcpb, totprcpb, toticeb, totsnwb, totgrpb, dt3dt, dq3dt, rain_cpl, rainc_cpl, snow_cpl, pwat, & 1 Warning: Unused dummy argument ‘dq3dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90:85:95: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90:85:95: rann, xlat, xlon, gt0, gq0, prsl, prsi, phii, tsfc, ice, snow, graupel, save_t, save_qv, rain0, ice0, snow0, & 1 Warning: Unused dummy argument ‘save_qv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:86:53: +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:86:53: imp_physics_zhao_carr, imp_physics_mg, cplchm, ltaerosol, hybedmf, do_shoc, & 1 Warning: Unused dummy argument ‘cplchm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:273:118: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:273:118: dusfci_diag, dvsfci_diag, dtsfci_diag, dqsfci_diag, dt3dt, du3dt_PBL, du3dt_OGWD, dv3dt_PBL, dv3dt_OGWD, dq3dt, & 1 Warning: Unused dummy argument ‘dq3dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:19: dq3dt_ozone, rd, cp,fvirt, hvap, t1, q1, prsl, hflx, ushfsfci, oceanfrac, fice, dusfc_cice, dvsfc_cice, dtsfc_cice, & 1 Warning: Unused dummy argument ‘dq3dt_ozone’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:275:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:275:18: dqsfc_cice, wet, dry, icy, wind, stress_ocn, hflx_ocn, evap_ocn, ugrs1, vgrs1, dkt_cpl, dkt, errmsg, errflg) 1 Warning: Unused dummy argument ‘dqsfc_cice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:122: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:122: dq3dt_ozone, rd, cp,fvirt, hvap, t1, q1, prsl, hflx, ushfsfci, oceanfrac, fice, dusfc_cice, dvsfc_cice, dtsfc_cice, & 1 Warning: Unused dummy argument ‘dtsfc_cice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:98: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:98: dq3dt_ozone, rd, cp,fvirt, hvap, t1, q1, prsl, hflx, ushfsfci, oceanfrac, fice, dusfc_cice, dvsfc_cice, dtsfc_cice, & 1 Warning: Unused dummy argument ‘dusfc_cice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:110: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:110: dq3dt_ozone, rd, cp,fvirt, hvap, t1, q1, prsl, hflx, ushfsfci, oceanfrac, fice, dusfc_cice, dvsfc_cice, dtsfc_cice, & 1 Warning: Unused dummy argument ‘dvsfc_cice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:86: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90:274:86: dq3dt_ozone, rd, cp,fvirt, hvap, t1, q1, prsl, hflx, ushfsfci, oceanfrac, fice, dusfc_cice, dvsfc_cice, dtsfc_cice, & 1 Warning: Unused dummy argument ‘fice’ at (1) [-Wunused-dummy-argument] [ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:17:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:17:82: subroutine GFS_SCNV_generic_pre_run (im, levs, ldiag3d, gt0, gq0_water_vapor, & 1 Warning: Unused dummy argument ‘gq0_water_vapor’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:18:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:18:23: save_t, save_qv, errmsg, errflg) 1 Warning: Unused dummy argument ‘save_qv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:73:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:73:22: rainc, cnvprcp, cnvprcpb, cnvw_phy_f3d, cnvc_phy_f3d, & 1 Warning: Unused dummy argument ‘cnvprcp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:73:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:73:32: rainc, cnvprcp, cnvprcpb, cnvw_phy_f3d, cnvc_phy_f3d, & 1 Warning: Unused dummy argument ‘cnvprcpb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:71:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90:71:73: frain, gt0, gq0_water_vapor, save_t, save_qv, dqdti, dt3dt, dq3dt, clw, & 1 Warning: Unused dummy argument ‘dq3dt’ at (1) [-Wunused-dummy-argument] [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:80: frland, dry, icy, lake, ocean, wet, cice, cimin, zorl, zorlo, zorll, zorl_ocn, & 1 Warning: Unused dummy argument ‘cimin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:55: frland, dry, icy, lake, ocean, wet, cice, cimin, zorl, zorlo, zorll, zorl_ocn, & 1 Warning: Unused dummy argument ‘lake’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:28:98: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:28:98: subroutine GFS_surface_composites_pre_run (im, frac_grid, flag_cice, cplflx, landfrac, lakefrac, oceanfrac, & 1 Warning: Unused dummy argument ‘lakefrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:29:62: frland, dry, icy, lake, ocean, wet, cice, cimin, zorl, zorlo, zorll, zorl_ocn, & 1 Warning: Unused dummy argument ‘ocean’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:28:109: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:28:109: subroutine GFS_surface_composites_pre_run (im, frac_grid, flag_cice, cplflx, landfrac, lakefrac, oceanfrac, & 1 Warning: Unused dummy argument ‘oceanfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:32:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:32:69: weasd_lnd, weasd_ice, ep1d_ice, tsfc, tsfco, tsfcl, tsfc_ocn, tsfc_lnd, & 1 Warning: Unused dummy argument ‘tsfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:33:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:33:61: tsfc_ice, tisfc, tice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, gflx_ice, & 1 Warning: Unused dummy argument ‘tsurf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:16: im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & 1 Warning: Unused dummy argument ‘cplflx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:61: im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & 1 Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:81: im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & 1 Warning: Unused dummy argument ‘lakefrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:92: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:287:92: im, cplflx, frac_grid, flag_cice, islmsk, dry, wet, icy, landfrac, lakefrac, oceanfrac, & 1 Warning: Unused dummy argument ‘oceanfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:293:111: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:293:111: ep1d_lnd, ep1d_ice, weasd, weasd_ocn, weasd_lnd, weasd_ice, snowd, snowd_ocn, snowd_lnd, snowd_ice, tprcp, tprcp_ocn, & 1 Warning: Unused dummy argument ‘tprcp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:294:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:294:26: tprcp_lnd, tprcp_ice, evap, evap_ocn, evap_lnd, evap_ice, hflx, hflx_ocn, hflx_lnd, hflx_ice, qss, qss_ocn, qss_lnd, & 1 Warning: Unused dummy argument ‘tprcp_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:294:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:294:15: tprcp_lnd, tprcp_ice, evap, evap_ocn, evap_lnd, evap_ice, hflx, hflx_ocn, hflx_lnd, hflx_ice, qss, qss_ocn, qss_lnd, & 1 Warning: Unused dummy argument ‘tprcp_lnd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:293:122: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:293:122: ep1d_lnd, ep1d_ice, weasd, weasd_ocn, weasd_lnd, weasd_ice, snowd, snowd_ocn, snowd_lnd, snowd_ice, tprcp, tprcp_ocn, & 1 Warning: Unused dummy argument ‘tprcp_ocn’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:91: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:91: uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & 1 Warning: Unused dummy argument ‘tsurf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:124: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:124: uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & 1 Warning: Unused dummy argument ‘tsurf_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:113: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:113: uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & 1 Warning: Unused dummy argument ‘tsurf_lnd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:102: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90:291:102: uustar_ice, fm10, fm10_ocn, fm10_lnd, fm10_ice, fh2, fh2_ocn, fh2_lnd, fh2_ice, tsurf, tsurf_ocn, tsurf_lnd, tsurf_ice, & 1 Warning: Unused dummy argument ‘tsurf_ocn’ at (1) [-Wunused-dummy-argument] [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90:84:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90:84:49: flag_guess, flag_iter, dry, wet, icy, nstf_name1, errmsg, errflg) 1 Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] [ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ophys.f:30:54: +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ophys.f:30:54: & h2opltc, h2o_coeff, ldiag3d, me, & 1 Warning: Unused dummy argument ‘ldiag3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ophys.f:30:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ophys.f:30:58: & h2opltc, h2o_coeff, ldiag3d, me, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:135:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:135:24: logical :: counter 1 Warning: Unused variable ‘counter’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:134:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:134:26: REAL :: dbz1(2),dbzk,dbzk1 1 Warning: Unused variable ‘dbzk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:134:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:134:32: REAL :: dbz1(2),dbzk,dbzk1 1 Warning: Unused variable ‘dbzk1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:129:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:129:41: integer :: i,k,ll,ipt,kpt 1 Warning: Unused variable ‘ipt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:129:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:129:45: integer :: i,k,ll,ipt,kpt 1 Warning: Unused variable ‘kpt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:132:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90:132:36: real, dimension(im) :: zintsfc 1 Warning: Unused variable ‘zintsfc’ declared at (1) [-Wunused-variable] [ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:58:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:58:67: & prsl, prdout, pl_coeff, delp, ldiag3d, & 1 Warning: Unused dummy argument ‘ldiag3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:60:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:60:32: & me, errmsg, errflg) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:34: & ozp1,ozp2,ozp3,ozp4,con_g, & 1 Warning: Unused dummy argument ‘ozp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:39: & ozp1,ozp2,ozp3,ozp4,con_g, & 1 Warning: Unused dummy argument ‘ozp2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:44: & ozp1,ozp2,ozp3,ozp4,con_g, & 1 Warning: Unused dummy argument ‘ozp3’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f:59:49: & ozp1,ozp2,ozp3,ozp4,con_g, & 1 Warning: Unused dummy argument ‘ozp4’ at (1) [-Wunused-dummy-argument] [ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:28:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:28:25: & LEVR,pgr,PRSL,PRSLRD0,ral_ts,errmsg,errflg) 1 Warning: Unused dummy argument ‘pgr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:82:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:82:34: real(kind=kind_phys) tx1(im) 1 Warning: Unused variable ‘tx1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:80:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f:80:67: real(kind=kind_phys) DTAUX, DTAUY, wrk1, rtrd1, rfactrd, wrk2 1 Warning: Unused variable ‘wrk2’ declared at (1) [-Wunused-variable] [ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90:18:72: +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90:18:72: subroutine sfc_diag_post_run (im, lsm, lsm_noahmp, dry, lssav, dtf, con_eps, con_epsm1, pgr,& 1 Warning: Unused dummy argument ‘dtf’ at (1) [-Wunused-dummy-argument] -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f:63:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f:63:44: subroutine sfc_diff_run (im,rvrdm1,eps,epsm1,grav, & !intent(in) 1 Warning: Unused dummy argument ‘eps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f:63:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f:63:50: subroutine sfc_diff_run (im,rvrdm1,eps,epsm1,grav, & !intent(in) 1 Warning: Unused dummy argument ‘epsm1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:45: & prsl1,prslki,prsik1,prslk1, & !intent(in) 1 Warning: Unused dummy argument ‘prsik1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:31: & prsl1,prslki,prsik1,prslk1, & !intent(in) 1 Warning: Unused dummy argument ‘prsl1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f:65:52: & prsl1,prslki,prsik1,prslk1, & !intent(in) 1 Warning: Unused dummy argument ‘prslk1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diff.f:64:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f:64:28: & ps,t1,q1,z1,wind, & !intent(in) 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] [ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o [ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:3075:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:3075:7: jx=min(xj,nxtlcl-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:3076:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:3076:7: jy=min(yj,nytlcl-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:2871:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:2871:7: jx=min(xj,nxrkap-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:2614:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:2614:7: jx=min(xj,nxpkap-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:2267:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:2267:7: jx=min(xj,nxma-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:2268:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:2268:7: jy=min(yj,nyma-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:1984:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:1984:9: jx=min(xj,nxthe-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:1985:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:1985:9: jy=min(yj,nythe-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:1649:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:1649:7: jx=min(xj,nxtdp-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:1359:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:1359:7: jx=min(xj,nxtdpi-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:1072:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:1072:7: jx=min(xj,nxtdpl-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:831:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:831:7: jx=min(xj,nxpvs-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:618:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:618:7: jx=min(xj,nxpvsi-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:405:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:405:7: jx=min(xj,nxpvsl-1._krealfp) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:3269:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:3269:61: real(krealfp) tr,pvdew,tlcl,ta,pvlcl,el,dpvlcl,terr,terrp 1 Warning: Unused variable ‘terrp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/funcphys.f90:2130:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90:2130:43: real(krealfp) p,tr,pv,pd,el,expo,expmax 1 @@ -12495,975 +12493,975 @@ Warning: Unused variable ‘expmax’ declared at (1) [-Wunused-variable] [ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o [ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o [ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:1518:6: +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:1518:6: & qWT1D,qSHEAR1D,qBUOY1D,qDISS1D, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:6079:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:233:59: + + subroutine init_oro_gws(nwaves, nazdir, nstoch, effac, & + 1 +Warning: Unused dummy argument ‘effac’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:234:39: + + lonr, kxw, cdmbgwd ) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:305:39: + + lonr, kxw, cgwf) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:375:70: + + subroutine init_fjet_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:375:65: + + subroutine init_fjet_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) + 1 +Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:429:69: + + subroutine init_okw_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:429:64: + + subroutine init_okw_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) + 1 +Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:85: + + subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘do_physb’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:36: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:33: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘iazi’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:19: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘inc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:39: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:23: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:27: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘jl’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:42: + + integer :: inc, jk, jl, iazi, i, j, k + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:90: + + subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:43: + + subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:35: + + subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:566:84: + + subroutine initsolv_wmsdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘do_physb’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:583:24: + + integer :: inc, jk, jl, iazi + 1 +Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:583:28: + + integer :: inc, jk, jl, iazi + 1 +Warning: Unused variable ‘jl’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:566:89: + + subroutine initsolv_wmsdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) + 1 +Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:64:48: + + subroutine init_global_gwdis(levs, zkm, pmb, kvg, ktg, krad, kion) + 1 +Warning: Unused dummy argument ‘pmb’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:6079:21: real :: diff,exn,t,th,qs,qcold 1 Warning: Unused variable ‘th’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5306:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5306:60: REAL :: sigq,xl,tlk,qsat_tl,rsl,cpm,a,qmq,mf_cf,Q1,diffqt,& 1 Warning: Unused variable ‘diffqt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5171:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5171:29: & kts,kte,dt,zw,dz,p, & 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5258:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5258:46: REAL,DIMENSION(KTS:KTE,1:NUP) :: ENT,ENTf 1 Warning: Unused variable ‘entf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5259:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5259:45: INTEGER,DIMENSION(KTS:KTE,1:NUP) :: ENTi 1 Warning: Unused variable ‘enti’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5265:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5265:31: Wn2,Wn,EntEXP,EntW,BCOEFF,THVkm1,THVk,Pk 1 Warning: Unused variable ‘entw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5300:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5300:14: REAL :: ERF 1 Warning: Unused variable ‘erf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5197:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5197:23: & F_QC,F_QI, & 1 Warning: Unused dummy argument ‘f_qc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5197:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5197:28: & F_QC,F_QI, & 1 Warning: Unused dummy argument ‘f_qi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5198:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5198:22: F_QNC,F_QNI, & 1 Warning: Unused dummy argument ‘f_qnc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5198:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5198:28: F_QNC,F_QNI, & 1 Warning: Unused dummy argument ‘f_qni’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5199:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5199:34: & F_QNWFA,F_QNIFA, & 1 Warning: Unused dummy argument ‘f_qnifa’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5199:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5199:26: & F_QNWFA,F_QNIFA, & 1 Warning: Unused dummy argument ‘f_qnwfa’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:40: & ust,flt,flq,flqv,flqc, & 1 Warning: Unused dummy argument ‘flqc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:35: & ust,flt,flq,flqv,flqc, & 1 Warning: Unused dummy argument ‘flqv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5180:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5180:28: & pblh,kpbl,DX,landsea,ts, & 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5245:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5245:45: s_awqke, s_aw2 1 Warning: Unused variable ‘s_aw2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5204:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5204:25: &spp_pbl,rstoch_col) 1 Warning: Unused dummy argument ‘spp_pbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5179:22: & ust,flt,flq,flqv,flqc, & 1 Warning: Unused dummy argument ‘ust’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5265:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5265:16: Wn2,Wn,EntEXP,EntW,BCOEFF,THVkm1,THVk,Pk 1 Warning: Unused variable ‘wn2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5287:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5287:47: REAL :: cn,c,l,n,an2,hux,maxwidth,wspd_pbl,cloud_base,width_flx 1 Warning: Unused variable ‘wspd_pbl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5042:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5042:16: INTEGER :: I,J,K,kthv,ktke,kzi,kzi2 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5042:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:5042:18: INTEGER :: I,J,K,kthv,ktke,kzi,kzi2 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4933:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4933:32: &,RESTART,ALLOWED_TO_READ,LEVEL & 1 Warning: Unused dummy argument ‘allowed_to_read’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:12: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:20: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4934:28: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4931:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4931:12: &,QKE,TKE_PBL,EXCH_H & 1 Warning: Unused dummy argument ‘qke’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3854:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3854:14: &ust,ch,hfx,qfx,rmol,wspd, & 1 Warning: Unused dummy argument ‘ch’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:52: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘dqc1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3983:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3983:64: REAL, DIMENSION(KTS:KTE) :: qWT1,qSHEAR1,qBUOY1,qDISS1,dqke1,diss_heat 1 Warning: Unused variable ‘dqke1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:45: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘dqv1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:38: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘dth1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:58: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘du1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4015:64: REAL, DIMENSION(KTS:KTE) :: dth1mf,dqv1mf,dqc1mf,du1mf,dv1mf 1 Warning: Unused variable ‘dv1mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:16: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:12: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:24: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:20: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:32: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3888:28: &,IDS,IDE,JDS,JDE,KDS,KDE & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3853:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3853:21: &xland,ts,qsfc,qcg,ps, & 1 Warning: Unused dummy argument ‘qsfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4006:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4006:43: REAL, DIMENSION(KTS:KTE) :: thl,thvl,tl,sqv,sqc,sqi,sqw,& 1 Warning: Unused variable ‘tl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4035:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:4035:53: REAL :: bfxpbl,dthvx,tmp1,temps,templ,zl1,wstar3_2 1 Warning: Unused variable ‘wstar3_2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3849:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:3849:22: &delt,dz,dx,znt, & 1 Warning: Unused dummy argument ‘znt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:233:59: - - subroutine init_oro_gws(nwaves, nazdir, nstoch, effac, & - 1 -Warning: Unused dummy argument ‘effac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:234:39: - - lonr, kxw, cdmbgwd ) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:305:39: - - lonr, kxw, cgwf) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2839:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2839:20: &bl_mynn_edmf, & 1 Warning: Unused dummy argument ‘bl_mynn_edmf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2835:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2835:19: &cldfra_bl1d, & 1 Warning: Unused dummy argument ‘cldfra_bl1d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:19: &tsq,qsq,cov, & 1 Warning: Unused dummy argument ‘cov’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:46: REAL, DIMENSION(kts:kte) :: dtz,vt,vq,dfhc,dfmc !Kh for clouds (Pr < 2) 1 Warning: Unused variable ‘dfhc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:51: REAL, DIMENSION(kts:kte) :: dtz,vt,vq,dfhc,dfmc !Kh for clouds (Pr < 2) 1 Warning: Unused variable ‘dfmc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2825:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2825:19: &dfm,dfh,dfq, & 1 Warning: Unused dummy argument ‘dfq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:22: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘gfluxm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:29: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘gfluxp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2815:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2815:29: &levflag,grav_settling, & 1 Warning: Unused dummy argument ‘grav_settling’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2891:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2891:26: REAL :: grav_settling2,vdfg1 !Katata-fogdes 1 Warning: Unused variable ‘grav_settling2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2893:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2893:19: INTEGER :: k,kk 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2836:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2836:33: &ztop_shallow,ktop_shallow, & 1 Warning: Unused dummy argument ‘ktop_shallow’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2815:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2815:15: &levflag,grav_settling, & 1 Warning: Unused dummy argument ‘levflag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:55: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘maxcf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:42: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘maxdfh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:61: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘maxkh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:49: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘mindfh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2886:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2886:44: REAL, DIMENSION(kts:kte) :: zfac,plumeKh 1 Warning: Unused variable ‘plumekh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2821:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2821:38: &ust,flt,flq,flqv,flqc,wspd,qcg, & 1 Warning: Unused dummy argument ‘qcg’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:15: &tsq,qsq,cov, & 1 Warning: Unused dummy argument ‘qsq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:15: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘rhs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:375:70: - - subroutine init_fjet_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:375:65: - - subroutine init_fjet_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) - 1 -Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2817:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2817:17: &u,v,th,tk,qv,qc,qi,qnc,qni, & 1 Warning: Unused dummy argument ‘tk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2823:11: &tsq,qsq,cov, & 1 Warning: Unused dummy argument ‘tsq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2828:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2828:13: &vdfg1,diss_heat, & 1 Warning: Unused dummy argument ‘vdfg1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:41: REAL, DIMENSION(kts:kte) :: dtz,vt,vq,dfhc,dfmc !Kh for clouds (Pr < 2) 1 Warning: Unused variable ‘vq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2883:38: REAL, DIMENSION(kts:kte) :: dtz,vt,vq,dfhc,dfmc !Kh for clouds (Pr < 2) 1 Warning: Unused variable ‘vt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2886:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2886:36: REAL, DIMENSION(kts:kte) :: zfac,plumeKh 1 Warning: Unused variable ‘zfac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2836:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2836:20: &ztop_shallow,ktop_shallow, & 1 Warning: Unused dummy argument ‘ztop_shallow’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2890:64: REAL :: rhs,gfluxm,gfluxp,dztop,maxdfh,mindfh,maxcf,maxKh,zw 1 Warning: Unused variable ‘zw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:429:69: - - subroutine init_okw_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:429:64: - - subroutine init_okw_gws(nwaves, nazdir, nstoch, effac, lonr, kxw) - 1 -Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:85: - - subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘do_physb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:36: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:33: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘iazi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:19: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘inc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:39: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:23: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:27: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘jl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:495:42: - - integer :: inc, jk, jl, iazi, i, j, k - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:90: - - subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:43: - - subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:481:35: - - subroutine initsolv_lsatdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:566:84: - - subroutine initsolv_wmsdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘do_physb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:583:24: - - integer :: inc, jk, jl, iazi - 1 -Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:583:28: - - integer :: inc, jk, jl, iazi - 1 -Warning: Unused variable ‘jl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:566:89: - - subroutine initsolv_wmsdis(me, master, nwaves, nazdir, nstoch, effac, do_physb, kxw) - 1 -Warning: Unused dummy argument ‘kxw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90:64:48: - - subroutine init_global_gwdis(levs, zkm, pmb, kvg, ktg, krad, kion) - 1 -Warning: Unused dummy argument ‘pmb’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2394:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2394:47: REAL :: qsl,esat,qsat,tlk,qsat_tl,dqsl,cld0,q1k,eq1,qll,& 1 Warning: Unused variable ‘cld0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2397:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2397:16: INTEGER :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2397:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2397:18: INTEGER :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:45: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘phi_dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2406:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2406:77: REAL::zagl,cld9,damp,edown,RHcrit,RHmean,RHsum,RHnum,Hshcu,PBLH2,ql_limit 1 Warning: Unused variable ‘ql_limit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2394:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2394:25: REAL :: qsl,esat,qsat,tlk,qsat_tl,dqsl,cld0,q1k,eq1,qll,& 1 Warning: Unused variable ‘qsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:29: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘rh_00l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2409:37: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘rh_00o’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2370:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2370:37: & Vt, Vq, th, sgm, rmo, & 1 Warning: Unused dummy argument ‘rmo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2396:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:2396:22: &ls_min,ls,wt,cld_factor,fac_damp 1 Warning: Unused variable ‘wt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:1520:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:1520:34: & Psig_bl,Psig_shcu,cldfra_bl1D,bl_mynn_mixlength,& 1 Warning: Unused dummy argument ‘psig_shcu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:768:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:768:54: & edmf_w1,edmf_a1,edmf_qc1,bl_mynn_edmf) 1 Warning: Unused dummy argument ‘bl_mynn_edmf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:768:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:768:41: & edmf_w1,edmf_a1,edmf_qc1,bl_mynn_edmf) 1 Warning: Unused dummy argument ‘edmf_qc1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:37: & el_stab,el_unstab,el_mf,el_stab_mf,elb_mf,PBLH_PLUS_ENT,el_les 1 Warning: Unused variable ‘el_mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:21: & el_stab,el_unstab,el_mf,el_stab_mf,elb_mf,PBLH_PLUS_ENT,el_les 1 Warning: Unused variable ‘el_stab’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:822:48: & el_stab,el_unstab,el_mf,el_stab_mf,elb_mf,PBLH_PLUS_ENT,el_les 1 Warning: Unused variable ‘el_stab_mf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:52: REAL :: wt,wt2,zi,zi2,h1,h2,hs,elBLmin0,elBLavg0,cldavg 1 Warning: Unused variable ‘elblavg0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:43: REAL :: wt,wt2,zi,zi2,h1,h2,hs,elBLmin0,elBLavg0,cldavg 1 Warning: Unused variable ‘elblmin0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:34: REAL :: wt,wt2,zi,zi2,h1,h2,hs,elBLmin0,elBLavg0,cldavg 1 Warning: Unused variable ‘hs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:820:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:820:16: INTEGER :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:820:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:820:18: INTEGER :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:792:18: REAL :: wt,wt2,zi,zi2,h1,h2,hs,elBLmin0,elBLavg0,cldavg 1 Warning: Unused variable ‘wt2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:633:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:633:22: & ql, vt, vq, & 1 Warning: Unused dummy argument ‘ql’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:453:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:453:38: & spp_pbl,rstoch_col) 1 Warning: Unused dummy argument ‘rstoch_col’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:453:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90:453:27: & spp_pbl,rstoch_col) 1 Warning: Unused dummy argument ‘spp_pbl’ at (1) [-Wunused-dummy-argument] [ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_comm.inc:203:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_comm.inc:203:0: function mpp_global_field_init_comm(domain,l_addr,isize_g,jsize_g,isize_l, & Warning: ‘mpp_global_field_init_comm’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_domains_comm.inc:446:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_domains_comm.inc:446:0: subroutine mpp_global_field_free_comm(domain,l_addr,ksize,l_addr2,flags) Warning: ‘mpp_global_field_free_comm’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_do_update_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_do_update_ad.h:23:0: subroutine MPP_DO_UPDATE_AD_3D_( f_addrs, domain, update, d_type, ke, flags) Warning: ‘mpp_do_update_ad_i8_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_do_update_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_do_update_ad.h:23:0: subroutine MPP_DO_UPDATE_AD_3D_( f_addrs, domain, update, d_type, ke, flags) Warning: ‘mpp_do_update_ad_i4_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_do_redistribute.h:19:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_do_redistribute.h:19:0: subroutine MPP_DO_REDISTRIBUTE_3D_( f_in, f_out, d_comm, d_type ) Warning: ‘mpp_do_redistribute_l8_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_do_redistribute.h:19:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_do_redistribute.h:19:0: subroutine MPP_DO_REDISTRIBUTE_3D_( f_in, f_out, d_comm, d_type ) Warning: ‘mpp_do_redistribute_l4_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_do_get_boundary_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_do_get_boundary_ad.h:23:0: subroutine MPP_DO_GET_BOUNDARY_AD_3D_( f_addrs, domain, bound, b_addrs, bsize, ke, d_type) Warning: ‘mpp_do_get_boundary_ad_r8_3d’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_r8_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_r8_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_i8_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_i8_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:23:0: subroutine MPP_GLOBAL_FIELD_2D_AD_( domain, local, global, flags, position,tile_count, default_data) Warning: ‘mpp_global_field2d_l8_2d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_l8_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_l8_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_i4_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_i4_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:23:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:23:0: subroutine MPP_GLOBAL_FIELD_2D_AD_( domain, local, global, flags, position,tile_count, default_data) Warning: ‘mpp_global_field2d_l4_2d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:63:0: subroutine MPP_GLOBAL_FIELD_4D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_l4_4d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_global_field_ad.h:81:0: subroutine MPP_GLOBAL_FIELD_5D_AD_( domain, local, global, flags, position,tile_count, default_data ) Warning: ‘mpp_global_field2d_l4_5d_ad’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:998:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:998:13: ltd = dltd 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1000:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1000:13: ltm = dltm 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1010:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1010:13: ihalp= halp 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1012:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:1012:13: iyy = ymin 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:726:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:726:13: jdoe = ador + (svt6 * cyear) / (year - tyear) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:875:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:875:37: integer :: istsun(IM), i, it, j, lat 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:875:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:875:42: integer :: istsun(IM), i, it, j, lat 1 Warning: Unused variable ‘lat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:827:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:827:45: & ( xlon,sinlat,coslat,solhr, IM, me, & ! --- inputs 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:333:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f:333:24: & ( jdate,kyear,deltsw,deltim,lsol_chg, me, & ! --- inputs 1 Warning: Unused dummy argument ‘kyear’ at (1) [-Wunused-dummy-argument] [ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f:734:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f:734:35: & asnow, argh, hrgh, fsno, fsno0, fsno1 1 Warning: Unused variable ‘fsno’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f:675:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f:675:59: & ( xlon,xlat,slmsk,snowf,sncovr,zorlf,tsknf,tairf,hprif, & ! --- inputs: 1 Warning: Unused dummy argument ‘tairf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f:408:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f:408:21: integer :: i, k, kk, iflag 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f:320:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f:320:62: & ( slmsk,snowf,sncovr,snoalb,zorlf,coszf,tsknf,tairf,hprif, & ! --- inputs: 1 Warning: Unused dummy argument ‘tairf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f:182:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f:182:21: integer :: i, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_surface.f:182:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f:182:24: integer :: i, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] [ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F:442:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F:442:62: real(kind=kind_phys) :: aup, dtime_max, dv1q, dv2q, dv3q, 1 Warning: Unused variable ‘dv3q’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F:440:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F:440:24: integer :: i, indx, it, k, kk, km1, kp1, n 1 Warning: Unused variable ‘indx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F:410:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F:410:31: & cnvflg, kb, kmax, kbcon, ktcon, fscav, 1 Warning: Unused dummy argument ‘kbcon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:32: & dtovdz, dz, factor, ptem, ptem1, qamax, tem, tem1 1 Warning: Unused variable ‘ptem’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:39: & dtovdz, dz, factor, ptem, ptem1, qamax, tem, tem1 1 Warning: Unused variable ‘ptem1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F:443:46: & dtovdz, dz, factor, ptem, ptem1, qamax, tem, tem1 1 Warning: Unused variable ‘qamax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F:41:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F:41:24: integer :: i, indx, it, k, kk, km1, kp1, n 1 Warning: Unused variable ‘indx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfaerosols.F:43:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F:43:46: & dtovdz, dz, factor, ptem, ptem1, qamax, tem, tem1 1 Warning: Unused variable ‘qamax’ declared at (1) [-Wunused-variable] [ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:284:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:284:14: rinc4=rinc 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:59: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i,ii 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:27: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i,ii 1 Warning: Unused variable ‘iday’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:253:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:253:38: SUBROUTINE aerinterpol(me,master,npts,IDATE,FHOUR,jindx1,jindx2, & 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:253:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:253:31: SUBROUTINE aerinterpol(me,master,npts,IDATE,FHOUR,jindx1,jindx2, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:259:45: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i,ii 1 Warning: Unused variable ‘nc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:267:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:267:51: real(kind=kind_phys) DDY(npts), ddx(npts),ttt 1 Warning: Unused variable ‘ttt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:186:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:186:44: iindx1,iindx2,ddx,me,master) 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:186:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:186:37: iindx1,iindx2,ddx,me,master) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:29:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:29:41: integer :: i, j, k, n, ii, ijk, imon, klev 1 Warning: Unused variable ‘ijk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aerinterp.F90:29:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90:29:32: integer :: i, j, k, n, ii, ijk, imon, klev 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] [ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:161:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:161:16: rinc4 = rinc 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:130:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:130:31: subroutine h2ointerpol(me,npts,idate,fhour,jindx1,jindx2,h2oplout,ddy) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:94:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:94:10: use h2o_def, only: jh2o => latsh2o, h2o_lat, h2o_time 1 Warning: Unused module variable ‘h2o_time’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:102:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90:102:21: integer i,j,lat 1 Warning: Unused variable ‘lat’ declared at (1) [-Wunused-variable] [ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90:160:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90:160:14: rinc4=rinc 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:59: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:27: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i 1 Warning: Unused variable ‘iday’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90:128:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90:128:30: SUBROUTINE ciinterpol(me,npts,IDATE,FHOUR,jindx1,jindx2,ddy, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90:134:45: integer i1,i2, iday,j,j1,j2,l,npts,nc,n1,n2,lev,k,i 1 Warning: Unused variable ‘nc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90:142:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90:142:51: real(kind=kind_phys) DDY(npts), ddx(npts),ttt 1 Warning: Unused variable ‘ttt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:18: integer :: i, n, k, ncid, varid,j,it 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:39: integer :: i, n, k, ncid, varid,j,it 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90:26:21: integer :: i, n, k, ncid, varid,j,it 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] [ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90:164:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90:164:14: rinc4=rinc 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90:141:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90:141:30: integer iday,j,j1,j2,l,npts,nc,n1,n2 1 Warning: Unused variable ‘iday’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90:136:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90:136:30: SUBROUTINE ozinterpol(me,npts,IDATE,FHOUR,jindx1,jindx2,ozplout,ddy) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozinterp.f90:108:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90:108:21: integer i,j,lat 1 @@ -13471,548 +13469,548 @@ Warning: Unused variable ‘lat’ declared at (1) [-Wunused-variable] [ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o [ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o [ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90:69:61: - - itf,ktf,its,ite, kts,kte,ipr,tropics) ! dimesnional variables - 1 -Warning: Unused dummy argument ‘tropics’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1873:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1873:7: REAL*8 FUNCTION erf(x) 1 Warning: ‘erf’ declared at (1) may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1555:2: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1555:2: 20 do 30 i=1,maxit_par 1 Warning: Label 20 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:625:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:625:4: 2033 return 1 Warning: Label 2033 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3993:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3993:19: dH1smooth = a_1 + 2.0*a_2*X + 3.0*a_3*X*X 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1840:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1840:9: m=(n+1)/2d0 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3525:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3525:17: real :: EPS = 0.622 1 Warning: Unused variable ‘eps’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3514:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3514:28: & CIHENC_dust, ESW, ESI, SS_i, n_in_soot_ultra, H_frac_soot, 1 Warning: Unused variable ‘esi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3514:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3514:23: & CIHENC_dust, ESW, ESI, SS_i, n_in_soot_ultra, H_frac_soot, 1 Warning: Unused variable ‘esw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:32: real :: mu, S_i_0, RH_crit, S_i_w_warm, S_i_w_cold, S_i_w, 1 Warning: Unused variable ‘rh_crit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:63: real :: mu, S_i_0, RH_crit, S_i_w_warm, S_i_w_cold, S_i_w, 1 Warning: Unused variable ‘s_i_w’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:56: real :: mu, S_i_0, RH_crit, S_i_w_warm, S_i_w_cold, S_i_w, 1 Warning: Unused variable ‘s_i_w_cold’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3521:44: real :: mu, S_i_0, RH_crit, S_i_w_warm, S_i_w_cold, S_i_w, 1 Warning: Unused variable ‘s_i_w_warm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:59: real*8 :: Nd, Nd_unc, Nd_coa, Nbc, ahet, frac, dfrac, Naux,dNaux, 1 Warning: Unused variable ‘dfrac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:52: real*8 :: Nd, Nd_unc, Nd_coa, Nbc, ahet, frac, dfrac, Naux,dNaux, 1 Warning: Unused variable ‘frac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:63: real*8, dimension(3) :: sig_array, the_array, frac_array 1 Warning: Unused variable ‘frac_array’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3384:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3384:31: integer :: index, kindex, nbindust_ice 1 Warning: Unused variable ‘kindex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:35: real*8 :: Nd, Nd_unc, Nd_coa, Nbc, ahet, frac, dfrac, Naux,dNaux, 1 Warning: Unused variable ‘nd_coa’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3378:27: real*8 :: Nd, Nd_unc, Nd_coa, Nbc, ahet, frac, dfrac, Naux,dNaux, 1 Warning: Unused variable ‘nd_unc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:40: real*8, dimension(3) :: sig_array, the_array, frac_array 1 Warning: Unused variable ‘sig_array’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3382:51: real*8, dimension(3) :: sig_array, the_array, frac_array 1 Warning: Unused variable ‘the_array’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:30: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘dfrac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:12: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘dndep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:19: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘dndhf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:59: & dNdaux, dNorg, Norg, Ndustaux, frac, aux2, Dx2, fdep, Ndep, Ndhf, 1 Warning: Unused variable ‘fdep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3083:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3083:31: integer :: index, kindex, mode,nbindust_ice 1 Warning: Unused variable ‘kindex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3083:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3083:37: integer :: index, kindex, mode,nbindust_ice 1 Warning: Unused variable ‘mode’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:38: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘ncdep_’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3074:46: & dNdep, dNdhf, si, dfrac, Ncdep_, Ncdhf_ , fglassy, Nglassy, 1 Warning: Unused variable ‘ncdhf_’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:65: & dNdaux, dNorg, Norg, Ndustaux, frac, aux2, Dx2, fdep, Ndep, Ndhf, 1 Warning: Unused variable ‘ndep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:3073:71: & dNdaux, dNorg, Norg, Ndustaux, frac, aux2, Dx2, fdep, Ndep, Ndhf, 1 Warning: Unused variable ‘ndhf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2989:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2989:23: real*8 :: A_, a0, a1, a2, a3, d, AUX 1 Warning: Unused variable ‘a0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:54: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘acc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2787:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2787:29: & P_ice, T_ice,act_param,ndust_ice,vpresw_ice,vpresi_ice, 1 Warning: Unused dummy argument ‘act_param’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2797:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2797:20: real*8 :: AUX, AUX1, AUX2, SW, fice, mice, Tc, hdust, hbc, b0, 1 Warning: Unused variable ‘aux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:49: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘dact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:30: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘den_m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:36: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘eact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2800:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2800:30: & ngo, mw_molec,dhs_ice,denwat_ice,denice_ice,vpresw_ice, 1 Warning: Unused variable ‘mw_molec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:58: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘n1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2800:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2800:20: & ngo, mw_molec,dhs_ice,denwat_ice,denice_ice,vpresw_ice, 1 Warning: Unused variable ‘ngo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:68: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘rgo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:63: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘siw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:43: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘toact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:19: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘tr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2799:23: & Tr, vw, den_m, Eact, Toact, Dact, acc, n1, Siw, rgo, 1 Warning: Unused variable ‘vw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2612:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2612:22: real*8 shom_ice,NHET_,np_ice,norg_ice,sigorg_ice, 1 Warning: Unused variable ‘shom_ice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2324:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2324:16: & DSTAR, DS, NSTAR, NHOM, FC, PHIDO, AUXNC, SIZECORR, DSH, NHET_, 1 Warning: Unused variable ‘ds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2302:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2302:70: & nin_ice,alfa_ice,beta_ice,shom_ice, koft_ice, dliq_ice,miuv_ice, 1 Warning: Unused dummy argument ‘miuv_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2303:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2303:17: & sigmav_ice,g1_ice, g2_ice,gdoin_ice, z_ice,vmax_ice, 1 Warning: Unused dummy argument ‘sigmav_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2303:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2303:58: & sigmav_ice,g1_ice, g2_ice,gdoin_ice, z_ice,vmax_ice, 1 Warning: Unused dummy argument ‘vmax_ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2179:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:2179:24: real*8 wpar_icex,denice_ice,ddry_ice,np_ice, 1 Warning: Unused variable ‘wpar_icex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1619:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1619:20: integer ::j,i,k,nmodes 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1619:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1619:22: integer ::j,i,k,nmodes 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1501:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1501:34: &y2,x3,y3, sign,smax, ent_par, ndroplet, nrdpl,bet1_par, 1 Warning: Unused variable ‘ent_par’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1415:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1415:18: & tparc,pparc,temp_par, pres_par,aka_par, dv_par, psat_par, 1 Warning: Unused variable ‘pparc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1415:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1415:12: & tparc,pparc,temp_par, pres_par,aka_par, dv_par, psat_par, 1 Warning: Unused variable ‘tparc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1412:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1412:22: real*8 :: tpart, nact, nacti,wparc,smax,ntot, tx1 1 Warning: Unused variable ‘tpart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1343:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1343:26: integer :: nmodes,i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1343:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1343:28: integer :: nmodes,i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1290:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1290:22: integer :: j, I,nmodes 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1291:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1291:48: real*8 :: dlgsg, dlgsp, orism5, ndl, nds, super, ccn_at_s 1 Warning: Unused variable ‘nds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1218:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1218:11: & PACT, auxx, aux,temp_par, pres_par 1 Warning: Unused variable ‘pact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1208:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1208:52: & dpg_par,kappa_par,sig_par,temp_par, pres_par) 1 Warning: Unused dummy argument ‘pres_par’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1207:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1207:39: subroutine arg_activ (wparc,sigw,nact,smax,nmodes,tp_par, & 1 Warning: Unused dummy argument ‘sigw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1040:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1040:52: real(r8) :: rho_gw, k_gw, h_gw, c2_gw, dummyW, maxkh, Wbreak 1 Warning: Unused variable ‘dummyw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:22: & fcn, KH, FRLAND, ZPBL, Z, maxkhpbl, wparc_ls, wparc_gw, 1 Warning: Unused dummy argument ‘frland’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1040:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1040:59: real(r8) :: rho_gw, k_gw, h_gw, c2_gw, dummyW, maxkh, Wbreak 1 Warning: Unused variable ‘maxkh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:31: & fcn, KH, FRLAND, ZPBL, Z, maxkhpbl, wparc_ls, wparc_gw, 1 Warning: Unused dummy argument ‘z’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1028:28: & fcn, KH, FRLAND, ZPBL, Z, maxkhpbl, wparc_ls, wparc_gw, 1 Warning: Unused dummy argument ‘zpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:938:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:938:17: real:: aux, densSO4, densORG, k_SO4, k_ORG, k_SS, tot_mass, dens, 1 Warning: Unused variable ‘aux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:938:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:938:55: real:: aux, densSO4, densORG, k_SO4, k_ORG, k_SS, tot_mass, dens, 1 Warning: Unused variable ‘k_ss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:941:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:941:23: integer :: i,k,l,im,lm 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:831:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:831:17: real:: aux, densSO4, densORG, k_SO4, k_ORG, k_SS, tot_mass, dens, 1 Warning: Unused variable ‘aux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:831:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:831:55: real:: aux, densSO4, densORG, k_SO4, k_ORG, k_SS, tot_mass, dens, 1 Warning: Unused variable ‘k_ss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:834:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:834:25: integer :: i,j,k,l 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:218:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:218:48: real*8 :: nact, wparc, tparc,pparc, accom,sigw, smax, antot, & 1 Warning: Unused variable ‘accom’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:219:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:219:25: & ccn_at_s, sigwparc 1 Warning: Unused variable ‘ccn_at_s’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:186:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:186:56: & wparc_ls, Aer_Props, npre_in, dpre_in, ccn_diagr8, Ndropr8, & 1 Warning: Unused dummy argument ‘ccn_diagr8’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:32: & nhom, dorg, dbc, kappa, INimm, dINimm, aux 1 Warning: Unused variable ‘dbc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:27: & nhom, dorg, dbc, kappa, INimm, dINimm, aux 1 Warning: Unused variable ‘dorg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:215:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:215:25: integer :: k, n, I, J, naux 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:189:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:189:62: & fdust_dhfr8, nlimr8, use_average_v, CCN_param, IN_param, fd_dust,& 1 Warning: Unused dummy argument ‘in_param’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:215:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:215:28: integer :: k, n, I, J, naux 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:39: & nhom, dorg, dbc, kappa, INimm, dINimm, aux 1 Warning: Unused variable ‘kappa’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:224:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:224:68: real*8 :: nhet, nice, smaxice, nlim, air_den, frac, norg, nbc, & 1 Warning: Unused variable ‘nbc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:186:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:186:65: & wparc_ls, Aer_Props, npre_in, dpre_in, ccn_diagr8, Ndropr8, & 1 Warning: Unused dummy argument ‘ndropr8’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:225:21: & nhom, dorg, dbc, kappa, INimm, dINimm, aux 1 Warning: Unused variable ‘nhom’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:224:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:224:63: real*8 :: nhet, nice, smaxice, nlim, air_den, frac, norg, nbc, & 1 Warning: Unused variable ‘norg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1287:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90:69:61: + + itf,ktf,its,ite, kts,kte,ipr,tropics) ! dimesnional variables + 1 +Warning: Unused dummy argument ‘tropics’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1287:0: subroutine ccn_at_super (super,ccn_at_s,nmodes, & Warning: ‘ccn_at_super’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1828:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F:1828:0: subroutine gauleg (x,w,n) Warning: ‘gauleg’ defined but not used [-Wunused-function] [ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1274:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1274:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1277:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1277:9: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1241:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1241:13: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1244:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1244:13: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1204:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1204:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1207:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1207:9: it = ap1 - 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1175:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1175:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1148:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1148:9: it = ap1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1289:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:1289:22: subroutine qs_table (n) 1 Warning: Unused dummy argument ‘n’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:229:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:229:67: qs, qg, hs, peln, delz, delp, pt, pkz, q_con, akap, cappa, area, dtdt, & 1 Warning: Unused dummy argument ‘akap’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:231:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:231:25: nthreads, errmsg, errflg) 1 Warning: Unused dummy argument ‘nthreads’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:228:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:228:71: ng, hydrostatic, fast_mp_consv, te0_2d, te0, ngas, qvi, qv, ql, qi, qr, & 1 Warning: Unused dummy argument ‘qvi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:71: subroutine fv_sat_adj_init(do_sat_adj, kmp, nwat, ngas, rilist, cpilist, & 1 Warning: Unused dummy argument ‘cpilist’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:42: subroutine fv_sat_adj_init(do_sat_adj, kmp, nwat, ngas, rilist, cpilist, & 1 Warning: Unused dummy argument ‘kmp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:122:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:122:34: mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpirank’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:122:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:122:43: mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpiroot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:48: subroutine fv_sat_adj_init(do_sat_adj, kmp, nwat, ngas, rilist, cpilist, & 1 Warning: Unused dummy argument ‘nwat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90:121:62: subroutine fv_sat_adj_init(do_sat_adj, kmp, nwat, ngas, rilist, cpilist, & 1 @@ -14020,3104 +14018,3104 @@ Warning: Unused dummy argument ‘rilist’ at (1) [-Wunused-dummy-argument] [ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o [ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o [ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:79: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘dry’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:68: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘fice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:74: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘hice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:84: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:55: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘tisfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:29:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:29:48: prsik_1, prslk_1, tsfc, phil, con_g, & 1 Warning: Unused dummy argument ‘tsfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:62: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘tsfco’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:30:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:30:74: sigmaf, soiltyp, vegtype, slopetyp, work3, tsurf, zlvl, do_sppt, dtdtr, & 1 Warning: Unused dummy argument ‘tsurf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:89: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:35:89: dtsfc_cice, dqsfc_cice, tisfc, tsfco, fice, hice, dry, icy, wet, & 1 Warning: Unused dummy argument ‘wet’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:235:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:231:77: subroutine GFS_surface_generic_post_run (im, cplflx, cplwav, lssav, icy, wet, dtf, ep1d, gflx, tgrs_1, qgrs_1, ugrs_1, vgrs_1,& 1 Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:237:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90:233:55: adjvisbmu, adjvisdfu,t2m, q2m, u10m, v10m, tsfc, tsfc_ocn, pgr, xcosz, evbs, evcw, trans, sbsno, snowc, snohf, & 1 Warning: Unused dummy argument ‘tsfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F:215:4: +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F:215:4: 9000 format('GESTBL: FATAL ERROR ********************************* & 1 Warning: Label 9000 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F:166:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F:166:19: itype = -ttrice 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F:1504:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F:1504:37: real(r8) omeps, hltalt, hlatsb, hlatvp, desdt, gam 1 Warning: Unused variable ‘hlatsb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F:1504:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F:1504:45: real(r8) omeps, hltalt, hlatsb, hlatvp, desdt, gam 1 Warning: Unused variable ‘hlatvp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/wv_saturation.F:696:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F:696:19: real(r8) dum 1 Warning: Unused variable ‘dum’ declared at (1) [-Wunused-variable] [ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o [ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:513:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:513:54: integer :: nn 1 Warning: Unused variable ‘nn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:288:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:288:46: real(kind=kind_phys),dimension(9) :: f_sum 1 Warning: Unused variable ‘f_sum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:287:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:287:47: real(kind=kind_phys),dimension(9) :: zgamma 1 Warning: Unused variable ‘zgamma’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:246:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:246:31: real(kind=kind_phys) :: fxp 1 Warning: Unused variable ‘fxp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:307:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:307:0: elemental subroutine sw_fairall_simple_v1(f_sol_0,z,df_sol_z) Warning: ‘sw_fairall_simple_v1’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:338:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:338:0: elemental subroutine sw_wick_v1(f_sol_0,z,df_sol_z) Warning: ‘sw_wick_v1’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:370:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90:370:0: elemental subroutine sw_soloviev_3exp_v1(f_sol_0,z,df_sol_z) Warning: ‘sw_soloviev_3exp_v1’ defined but not used [-Wunused-function] -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:4849:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:4849:47: subroutine cldprop_create (Cldprop, IM, Model) 1 Warning: Unused dummy argument ‘model’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2874:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2874:45: integer :: bl_mynn_tkebudget = 0 1 Warning: Unused variable ‘bl_mynn_tkebudget’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2828:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2828:35: logical :: do_awdd = .false. !< AW scale-aware option in cs convection 1 Warning: Unused variable ‘do_awdd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2752:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2752:37: logical :: do_cldliq = .true. 1 Warning: Unused variable ‘do_cldliq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2820:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2820:34: logical :: do_gwd = .false. !< flag for running gravity wave drag 1 Warning: Unused variable ‘do_gwd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2656:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2656:21: logical :: exists 1 Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2829:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2829:36: logical :: flx_form = .false. !< AW scale-aware option in cs convection 1 Warning: Unused variable ‘flx_form’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2715:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:2715:40: logical :: norad_precip = .false. !< radiation precip flag for Ferrier/Moorthi 1 Warning: Unused variable ‘norad_precip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:3018:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90:3018:25: integer :: skeb_npass = 11 1 Warning: Unused variable ‘skeb_npass’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:589:4: +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:592:4: 356 continue 1 Warning: Label 356 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:294:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:29: pa_rf, tau_rf, cdmbgwd, xlat, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘cdmbgwd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:310:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘ch_okwp’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:300:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:303:61: dcheat, precip, cld_klevs, zmtb, scheat, dlength, cldf, & 1 Warning: Unused dummy argument ‘cldf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:300:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:303:55: dcheat, precip, cld_klevs, zmtb, scheat, dlength, cldf, & 1 Warning: Unused dummy argument ‘dlength’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:312:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:315:9: use ugwp_conv_init, only : & 1 Warning: Unused module variable ‘eff_con’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:314:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:317:9: use ugwp_fjet_init, only : & 1 Warning: Unused module variable ‘eff_fj’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:310:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘eff_okw’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:299:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:302:22: eps_tot, ekdis, trig_okw, trig_fgf, & 1 Warning: Unused dummy argument ‘ekdis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:370:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:373:19: integer :: i, j, k, istype, ido 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:296:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:299:26: delp, orostat, kpbl, & 1 Warning: Unused dummy argument ‘kpbl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:293:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:296:45: (im, levs, dtp, kdt, me, lprnt, lonr, & 1 Warning: Unused dummy argument ‘lonr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:310:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘nazokw’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:312:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:315:9: use ugwp_conv_init, only : & 1 Warning: Unused module variable ‘nstcon’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:314:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:317:9: use ugwp_fjet_init, only : & 1 Warning: Unused module variable ‘nstfj’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:310:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘nstokw’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:294:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:12: pa_rf, tau_rf, cdmbgwd, xlat, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘pa_rf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:310:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘spf_okwp’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:294:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:20: pa_rf, tau_rf, cdmbgwd, xlat, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘tau_rf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:301:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:304:45: taus_sso, taus_ogw, tauf_ogw, tauf_ngw, & 1 Warning: Unused dummy argument ‘tauf_ngw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:310:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘xaz_okwp’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:294:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:297:36: pa_rf, tau_rf, cdmbgwd, xlat, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:310:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:313:9: use ugwp_okw_init, only : & 1 Warning: Unused module variable ‘yaz_okwp’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:137:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:139:21: logical :: exists 1 Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:110:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:112:20: fn_nml, lonr, latr, levs, ak, bk, pref, dtp, cdmvgwd, cgwf, & 1 Warning: Unused dummy argument ‘fn_nml’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:136:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:138:18: integer :: ios 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:110:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:112:32: fn_nml, lonr, latr, levs, ak, bk, pref, dtp, cdmvgwd, cgwf, & 1 Warning: Unused dummy argument ‘latr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:109:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90:111:53: subroutine cires_ugwp_mod_init (me, master, nlunit, input_nml_file, logunit, & 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2044:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2044:27: item = CN0r0*sqrt(sqrt(RQR)) ! Moorthi 07/31/08 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2976:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2976:31: & rho, cpath, rc, totcnd, tc 1 Warning: Unused variable ‘rc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2628:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2628:59: &, recwat, rerain, resnow, lprnt, ipr) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2628:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2628:54: &, recwat, rerain, resnow, lprnt, ipr) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2644:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2644:20: &, snofac, tem 1 Warning: Unused variable ‘snofac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2644:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:2644:25: &, snofac, tem 1 Warning: Unused variable ‘tem’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1300:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1300:26: &, tfactor, denom, gammas, diffus, therm_cond & 1 Warning: Unused variable ‘denom’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1294:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1294:42: &, dum2, fws, denomi, dwv & 1 Warning: Unused variable ‘dwv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:15: &, i, j, k, l, ntimes, item 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:18: &, i, j, k, l, ntimes, item 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1289:21: &, i, j, k, l, ntimes, item 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1125:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:1125:69: & THICK_col, WC_col, LM, RHC_col, XNCW, FLGmin, PRINT_diag, psfc) 1 Warning: Unused dummy argument ‘psfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:979:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f:979:22: real mdiam, mass 1 Warning: Unused variable ‘mass’ declared at (1) [-Wunused-variable] [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4788:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4788:48: real (kind=kind_io4), parameter :: PINT = 0.01 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:17: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:25: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:34: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:44: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:54: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4830:64: & 0.992555, 0.9642, 0.90556, 0.816375, 0.703815, 0.576585, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:16: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:26: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:36: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:46: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4831:56: & 0.44445, 0.324385, 0.226815, 0.149165, 0.089375, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:17: & 0.045865, 0.017485, 0.00348, 0, 0, 0, 0, 0, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:27: & 0.045865, 0.017485, 0.00348, 0, 0, 0, 0, 0, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4832:36: & 0.045865, 0.017485, 0.00348, 0, 0, 0, 0, 0, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:21: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:33: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:45: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:57: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4822:68: & 0, 0.0062694, 0.02377049, 0.05011813, 0.08278809, 0.1186361, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:18: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:29: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:40: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:51: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4823:61: & 0.1540329, 0.1836373, 0.2043698, 0.2167788, 0.221193, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:17: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:28: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:39: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:50: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4824:61: & 0.217729, 0.2062951, 0.1865887, 0.1615213, 0.1372958, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:18: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:30: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:42: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:54: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4825:66: & 0.1167039, 0.09920014, 0.08432171, 0.06656809, 0.04765031, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:19: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:30: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:42: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:54: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4826:67: & 0.03382346, 0.0237648, 0.01435208, 0.00659734, 0.002826232, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:20: & 0.001118959, 0.0004086494, 0.0001368611, 3.750308e-05/ 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:34: & 0.001118959, 0.0004086494, 0.0001368611, 3.750308e-05/ 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:48: & 0.001118959, 0.0004086494, 0.0001368611, 3.750308e-05/ 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4827:62: & 0.001118959, 0.0004086494, 0.0001368611, 3.750308e-05/ 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:22: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:34: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:46: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:58: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4812:70: & 9.98547E-01,9.94147E-01,9.86350E-01,9.74300E-01,9.56950E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:22: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:34: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:46: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:58: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4813:70: & 9.33150E-01,9.01750E-01,8.61500E-01,8.11000E-01,7.50600E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:22: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:34: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:46: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:58: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4814:70: & 6.82900E-01,6.10850E-01,5.37050E-01,4.63900E-01,3.93650E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:22: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:34: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:46: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:58: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4815:70: & 3.28275E-01,2.69500E-01,2.18295E-01,1.74820E-01,1.38840E-01, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:22: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:34: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:46: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:58: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4816:70: & 1.09790E-01,8.66900E-02,6.84150E-02,5.39800E-02,4.25750E-02, & 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:22: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:34: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:46: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:58: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4817:70: & 3.35700E-02,2.39900E-02,1.36775E-02,5.01750E-03,5.30000E-04 / 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4451:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4451:23: iendwv_grt(i) = 10000. / wavelength(i) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5412:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5412:21: integer :: i, indx, ii 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5412:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5412:27: integer :: i, indx, ii 1 Warning: Unused variable ‘indx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5413:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5413:24: character :: tp*2 1 Warning: Unused variable ‘tp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5101:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5101:40: & ( alon,alat,prslk,rhlay,dz,hz,NSWLWBD, & ! --- inputs: 1 Warning: Unused dummy argument ‘hz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5103:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:5103:27: & IMAX,NLAY,NLP1, ivflip, lsswr,lslwr, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4378:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4378:53: real (kind=kind_io8), Dimension( NP2 ) :: Angle, Cos_Angle, & 1 Warning: Unused variable ‘angle’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:66: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘g1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:54: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘n_fac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4377:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4377:27: INTEGER :: NW, NS, nH, n_bin 1 Warning: Unused variable ‘nh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:57: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘pi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:63: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘s1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:4385:60: & sigma(nAero), wave,n_fac,PI,t1,s1,g1 1 Warning: Unused variable ‘t1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3734:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3734:48: integer :: i, mb, ib, ii, iw, iw1, iw2, ik, ibs, ibe 1 Warning: Unused variable ‘ik’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:40: & ( NWVTOT,solfwv,soltot,NWVTIR,eirfwv, & ! --- inputs: 1 Warning: Unused dummy argument ‘nwvtir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:19: & ( NWVTOT,solfwv,soltot,NWVTIR,eirfwv, & ! --- inputs: 1 Warning: Unused dummy argument ‘nwvtot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3651:33: & ( NWVTOT,solfwv,soltot,NWVTIR,eirfwv, & ! --- inputs: 1 Warning: Unused dummy argument ‘soltot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:37: real (kind=kind_phys) :: cm, hd, hdi, sig0u, sig0l, ratio, tt0, & 1 Warning: Unused variable ‘hd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:42: real (kind=kind_phys) :: cm, hd, hdi, sig0u, sig0l, ratio, tt0, & 1 Warning: Unused variable ‘hdi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3361:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3361:49: integer :: ih1, ih2, kk, idom, icmp, ib, ii, ic, ic1 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:56: real (kind=kind_phys) :: cm, hd, hdi, sig0u, sig0l, ratio, tt0, & 1 Warning: Unused variable ‘sig0l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3356:49: real (kind=kind_phys) :: cm, hd, hdi, sig0u, sig0l, ratio, tt0, & 1 Warning: Unused variable ‘sig0u’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:22: & ( prsi,prsl,prslk,tvly,rhlay,dz,hz,tracer, & ! --- inputs: 1 Warning: Unused dummy argument ‘prsl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:28: & ( prsi,prsl,prslk,tvly,rhlay,dz,hz,tracer, & ! --- inputs: 1 Warning: Unused dummy argument ‘prslk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:52: & ( prsi,prsl,prslk,tvly,rhlay,dz,hz,tracer, & ! --- inputs: 1 Warning: Unused dummy argument ‘tracer’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:2887:33: & ( prsi,prsl,prslk,tvly,rhlay,dz,hz,tracer, & ! --- inputs: 1 Warning: Unused dummy argument ‘tvly’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:61: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe 1 Warning: Unused variable ‘ik’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:24: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1112:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1112:31: & ( solfwv, eirfwv, me & ! --- inputs 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1000:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1000:39: integer :: nb, nw, nw1, nw2, nmax, nmin 1 Warning: Unused variable ‘nmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1000:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1000:45: integer :: nb, nw, nw1, nw2, nmax, nmin 1 Warning: Unused variable ‘nmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:998:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:998:37: real (kind=kind_phys) :: soltot, tmp1, tmp2, tmp3 1 Warning: Unused variable ‘soltot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:685:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:685:17: & ( NLAY, me ) ! --- inputs 1 Warning: Unused dummy argument ‘nlay’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3650:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:3650:0: subroutine gocart_init & Warning: ‘gocart_init’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1444:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1444:0: if (ib == ibs) then Warning: ‘ibs’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe note: ‘ibs’ was declared here -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1449:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1449:0: if (ib == ibe) then Warning: ‘ibe’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe note: ‘ibe’ was declared here -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1538:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1538:0: if (ib == ibs) then Warning: ‘ibs’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe note: ‘ibs’ was declared here -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1543:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1543:0: if (ib == ibe) then Warning: ‘ibe’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f:1285:0: integer :: i, j, k, m, mb, ib, ii, id, iw, iw1, iw2, ik, ibs, ibe note: ‘ibe’ was declared here [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_gases.f:1138:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f:1138:17: j1 = tem1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_gases.f:606:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f:606:31: integer :: i, id, j, l, iyr, imo, iyr1, iyr2, jyr, idyr 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_gases.f:298:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f:298:38: logical :: file_exist, lextpl 1 Warning: Unused variable ‘lextpl’ declared at (1) [-Wunused-variable] [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:738:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:738:5: 1007 format(A,F2.0,A,f6.2,A,f7.3,A,f7.2) 1 Warning: Label 1007 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:737:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:737:5: 1006 format(A,F7.3,A,f9.4,A,f9.5,A,f9.4) 1 Warning: Label 1006 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1139:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1139:5: 1000 format(A,F6.1, A,f6.1, A,f5.1, A,f7.1) 1 Warning: Label 1000 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2085:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2085:47: REAL :: qsl,esat,qsat,tlk,qsat_tl,dqsl,cld0,q1k,eq1,qll,& 1 Warning: Unused variable ‘cld0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:42: REAL :: theta1, theta2, ht1, ht2 1 Warning: Unused variable ‘ht1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:47: REAL :: theta1, theta2, ht1, ht2 1 Warning: Unused variable ‘ht2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2087:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2087:16: INTEGER :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2087:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2087:18: INTEGER :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:45: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘phi_dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2085:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2085:25: REAL :: qsl,esat,qsat,tlk,qsat_tl,dqsl,cld0,q1k,eq1,qll,& 1 Warning: Unused variable ‘qsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:29: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘rh_00l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2099:37: REAL :: RH_00L, RH_00O, phi_dz, lfac 1 Warning: Unused variable ‘rh_00o’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:29: REAL :: theta1, theta2, ht1, ht2 1 Warning: Unused variable ‘theta1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2104:37: REAL :: theta1, theta2, ht1, ht2 1 Warning: Unused variable ‘theta2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2086:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:2086:77: &q2p,pt,rac,qt,t,xl,rsl,cpm,cdhdz,Fng,qww,alpha,beta,bb,ls_min,ls,wt 1 Warning: Unused variable ‘wt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1749:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1749:31: SUBROUTINE Andreas_2002(Z_0,bvisc,ustar,Zt,Zq) 1 Warning: Unused dummy argument ‘z_0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1711:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1711:70: SUBROUTINE Yang_2008(Z_0,Zt,Zq,ustar,tstar,qst,Ren,visc,landsea) 1 Warning: Unused dummy argument ‘landsea’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1711:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1711:57: SUBROUTINE Yang_2008(Z_0,Zt,Zq,ustar,tstar,qst,Ren,visc,landsea) 1 Warning: Unused dummy argument ‘ren’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1664:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1664:48: SUBROUTINE fairall_etal_2014(Zt,Zq,Ren,ustar,visc,rstoch,spp_pbl) 1 Warning: Unused dummy argument ‘ustar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1664:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1664:53: SUBROUTINE fairall_etal_2014(Zt,Zq,Ren,ustar,visc,rstoch,spp_pbl) 1 Warning: Unused dummy argument ‘visc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1626:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1626:48: SUBROUTINE fairall_etal_2003(Zt,Zq,Ren,ustar,visc) 1 Warning: Unused dummy argument ‘ustar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1626:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1626:53: SUBROUTINE fairall_etal_2003(Zt,Zq,Ren,ustar,visc) 1 Warning: Unused dummy argument ‘visc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1595:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1595:17: REAL :: Rq 1 Warning: Unused variable ‘rq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1507:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1507:43: SUBROUTINE Taylor_Yelland_2001(Z_0,ustar,wsp10) 1 Warning: Unused dummy argument ‘ustar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1374:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:1374:54: SUBROUTINE zilitinkevich_1995(Z_0,Zt,Zq,restar,ustar,KARMAN,& 1 Warning: Unused dummy argument ‘ustar’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:617:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:617:30: REAL :: DTHVDZ,DTHVM,VCONV,RZOL,RZOL2,RZOL10,ZOL2,ZOL10 1 Warning: Unused variable ‘dthvm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:618:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:618:27: REAL :: DTG,DTTHX,DTHDZ,PSIT10,PSIQ,PSIQ2,PSIQ10 1 Warning: Unused variable ‘dtthx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:28: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘ide’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:24: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘ids’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:501:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:501:30: itimestep, & 1 Warning: Unused dummy argument ‘itimestep’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:37: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘jde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:33: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘jds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:37: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘jme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:33: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘jms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:37: its,ite, jts,jte, kts,kte & 1 Warning: Unused dummy argument ‘jte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:33: its,ite, jts,jte, kts,kte & 1 Warning: Unused dummy argument ‘jts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:23: INTEGER :: N,I,K,L,NZOL,NK,NZOL2,NZOL10, ITER, yesno 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:46: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘kde’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:506:42: ids,ide, jds,jde, kds,kde, & 1 Warning: Unused dummy argument ‘kds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:46: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘kme’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:507:42: ims,ime, jms,jme, kms,kme, & 1 Warning: Unused dummy argument ‘kms’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:46: its,ite, jts,jte, kts,kte & 1 Warning: Unused dummy argument ‘kte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:508:42: its,ite, jts,jte, kts,kte & 1 Warning: Unused dummy argument ‘kts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:25: INTEGER :: N,I,K,L,NZOL,NK,NZOL2,NZOL10, ITER, yesno 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:19: INTEGER :: N,I,K,L,NZOL,NK,NZOL2,NZOL10, ITER, yesno 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:613:33: INTEGER :: N,I,K,L,NZOL,NK,NZOL2,NZOL10, ITER, yesno 1 Warning: Unused variable ‘nk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:493:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:493:33: CP,G,ROVCP,R,XLV,PSFCPA,CHS,CHS2,CQS2, & 1 Warning: Unused dummy argument ‘r’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:617:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:617:36: REAL :: DTHVDZ,DTHVM,VCONV,RZOL,RZOL2,RZOL10,ZOL2,ZOL10 1 Warning: Unused variable ‘vconv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:500:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:500:38: KARMAN,ch,vt1,vq1,qc1d,qcg, & 1 Warning: Unused dummy argument ‘vq1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:500:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:500:34: KARMAN,ch,vt1,vq1,qc1d,qcg, & 1 Warning: Unused dummy argument ‘vt1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:315:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:315:39: BulkRi,qstar,resist,logres 1 Warning: Unused variable ‘bulkri’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:109:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90:109:48: SUBROUTINE mynn_sf_init_driver(allowed_to_read) 1 Warning: Unused dummy argument ‘allowed_to_read’ at (1) [-Wunused-dummy-argument] [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:230:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:230:4: 610 format(1x,' k pr dkt dku ',i5,3f8.2,' l2 ri t2', 1 Warning: Label 610 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:229:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:229:4: 609 format(1x,' k pr dkt dku ',i5,3f8.2) 1 Warning: Label 609 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:228:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:228:4: 608 format(1x,i5,9f8.2) 1 Warning: Label 608 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:226:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:226:4: 607 format(1x,' kpbl hpbl fm fh hgamt', 1 Warning: Label 607 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:225:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:225:4: 606 format(1x,i5,6f8.2) 1 Warning: Label 606 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:223:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:223:4: 605 format(1x,' k zl spd2 thekv the1v' 1 Warning: Label 605 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:222:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:222:4: 604 format(1x,' sfc',9x,f9.1,18x,f9.1) 1 Warning: Label 604 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:221:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:221:4: 603 format(1x,i5,8f9.1) 1 Warning: Label 603 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:218:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:218:4: 602 format(1x,' k',' z',' t',' th', 1 Warning: Label 602 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:217:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:217:4: 601 format(1x,' moninp lat lon step hour ',3i6,f6.1) 1 Warning: Label 601 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:161:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:161:30: & dq1, dsdz2, dsdzq, dsdzt, 1 Warning: Unused variable ‘dq1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:162:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:162:32: & dsdzu, dsdzv, 1 Warning: Unused variable ‘dsdzu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:162:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:162:41: & dsdzu, dsdzv, 1 Warning: Unused variable ‘dsdzv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:163:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:163:49: & dsig, dt2, dthe1, dtodsd, 1 Warning: Unused variable ‘dthe1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:66:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:66:46: & kinver,xkzm_m,xkzm_h,xkzm_s,lprnt,ipr, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:20: integer i,iprt,is,iun,k,kk,km1,kmpbl,latd,lond 1 Warning: Unused variable ‘iprt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:47: integer i,iprt,is,iun,k,kk,km1,kmpbl,latd,lond 1 Warning: Unused variable ‘latd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:117:52: integer i,iprt,is,iun,k,kk,km1,kmpbl,latd,lond 1 Warning: Unused variable ‘lond’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:66:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:66:42: & kinver,xkzm_m,xkzm_h,xkzm_s,lprnt,ipr, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:171:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:171:31: & rone, rzero, sfcfrac, 1 Warning: Unused variable ‘rone’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:171:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:171:41: & rone, rzero, sfcfrac, 1 Warning: Unused variable ‘rzero’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:179:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:179:31: & xkzm, xkzmu, 1 Warning: Unused variable ‘xkzm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninedmf.f:179:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f:179:41: & xkzm, xkzmu, 1 Warning: Unused variable ‘xkzmu’ declared at (1) [-Wunused-variable] [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv.f:173:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f:173:25: & ( im, km, grav, cp, hvap, rd, eps, epsm1, rvrdm1, ps, & ! --- inputs: 1 Warning: Unused dummy argument ‘grav’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv.f:178:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f:178:28: & lheatstrg, isot, ivegsrc, & 1 Warning: Unused dummy argument ‘isot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv.f:173:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f:173:63: & ( im, km, grav, cp, hvap, rd, eps, epsm1, rvrdm1, ps, & ! --- inputs: 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f:238:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f:238:68: real(kind=kind_phys) qlko_ktcon(im), dellal(im,km), tvo(im,km), 1 Warning: Unused variable ‘tvo’ declared at (1) [-Wunused-variable] [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfshalcnv.f:95:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfshalcnv.f:95:30: & c0l, d0, 1 Warning: Unused variable ‘c0l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/samfshalcnv.f:89:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfshalcnv.f:89:30: integer i,j,indx, k, kk, km1, n 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_diag.f:47:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag.f:47:18: integer :: k,i 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] [ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f:466:23: +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f:462:23: & lprnt, ipr, 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f:466:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f:462:18: & lprnt, ipr, 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f:50:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f:50:27: & cplflx, cplchm, flag_cice, islmsk_cice, & 1 Warning: Unused dummy argument ‘cplchm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f:43:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f:43:67: & ( im, km, sbc, hvap, tgice, cp, eps, epsm1, rvrdm1, grav, & ! --- inputs: 1 Warning: Unused dummy argument ‘grav’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f:46:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f:46:42: & cm, ch, prsl1, prslki, prsik1, prslk1, islimsk, wind, & 1 Warning: Unused dummy argument ‘prsik1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_sice.f:46:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f:46:50: & cm, ch, prsl1, prslki, prsik1, prslk1, islimsk, wind, & 1 Warning: Unused dummy argument ‘prslk1’ at (1) [-Wunused-dummy-argument] -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o [ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o [ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F:61:18: +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F:61:18: & grav,rd,cp,rv,hvap,hfus,fv,eps,epsm1, & 1 Warning: Unused dummy argument ‘rd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F:198:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F:198:31: & zfac, zfmin, vk, spdk2, 1 Warning: Unused variable ‘zfac’ declared at (1) [-Wunused-variable] -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2138:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2138:7: & ntclamt 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2838:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2838:29: integer :: i, k, id, nf, n 1 Warning: Unused variable ‘nf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2724:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2724:52: & xlat,xlon,slmsk,dz,delp, IX, NLAY, NLP1, cldtot, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2723:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2723:22: & ( plyr,plvl,tlyr,tvly,ccnd,ncnd, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2724:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2724:22: & xlat,xlon,slmsk,dz,delp, IX, NLAY, NLP1, cldtot, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2342:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2342:27: & IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2341:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2341:18: & ntrac,ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:22: & ( plyr,plvl,tlyr,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:32: & ( plyr,plvl,tlyr,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘qlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2340:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2340:28: & xlat,xlon,slmsk,dz,delp, & 1 Warning: Unused dummy argument ‘slmsk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2452:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2452:58: & cwp, cip, crp, csp, rew, rei, res, rer, tem2d, clwf 1 Warning: Unused variable ‘tem2d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2457:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2457:29: & tem1, tem2, tem3 1 Warning: Unused variable ‘tem3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2339:27: & ( plyr,plvl,tlyr,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘tlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2340:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2340:22: & xlat,xlon,slmsk,dz,delp, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:43: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:37: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:49: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2056:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2056:27: & IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2055:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2055:18: & ntrac,ntcw,ntiw,ntrw,ntsw,ntgl,ntclamt, & 1 Warning: Unused dummy argument ‘ntrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:57: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘onemrh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:22: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:37: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘qlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:42: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘qstl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2053:47: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘rhly’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2162:64: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘value’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2054:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:2054:22: & xlat,xlon,slmsk, dz, delp, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:43: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:37: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:61: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘cnvc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1715:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1715:27: & IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:57: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘onemrh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:22: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:37: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘qlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:42: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘qstl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1713:47: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘rhly’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1819:64: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘value’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1714:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1714:22: & xlat,xlon,slmsk,cldtot, dz, delp, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:43: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:37: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘clwmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1318:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1318:30: & deltaq,sup,kdt,me, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1317:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1317:27: & ix, nlay, nlp1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:57: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘onemrh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1315:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1315:22: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw,cnvw,cnvc, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1430:64: real (kind=kind_phys) :: clwmin, clwm, clwt, onemrh, value, & 1 Warning: Unused variable ‘value’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1316:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:1316:22: & xlat,xlon,slmsk, dz, delp, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:869:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:869:27: & IX, NLAY, NLP1, lmfshal, lmfdeep2, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:868:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:868:28: & xlat,xlon,slmsk,dz,delp, f_ice,f_rain,r_rime,flgmin, & 1 Warning: Unused dummy argument ‘slmsk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:868:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:868:22: & xlat,xlon,slmsk,dz,delp, f_ice,f_rain,r_rime,flgmin, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:435:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:435:52: & xlat,xlon,slmsk,dz,delp, IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:434:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:434:22: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:434:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:434:37: & ( plyr,plvl,tlyr,tvly,qlyr,qstl,rhly,clw, & ! --- inputs: 1 Warning: Unused dummy argument ‘qlyr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:435:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:435:22: & xlat,xlon,slmsk,dz,delp, IX, NLAY, NLP1, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:323:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f:323:27: integer :: k, kl, ier 1 Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] [ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:3524:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:3524:20: itgas = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:3556:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:3556:23: ittot = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:3098:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:3098:20: itgas = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:3136:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:3136:23: ittot = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:2540:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:2540:20: itgas = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:2572:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:2572:23: ittot = tblint*tblind + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:3337:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:3337:36: & fracs,secdif, nlay,nlp1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:2062:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:2062:23: & nlay, nlp1, & 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:1494:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:1494:54: & ( cfrac,cliqp,reliq,cicep,reice,cdat1,cdat2,cdat3,cdat4, & ! --- inputs 1 Warning: Unused dummy argument ‘cdat2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radlw_main.f:393:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f:393:36: & npts, nlay, nlp1, lprnt, cld_cf, lslwr, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] [ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:3411:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:3411:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:3457:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:3457:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:3467:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:3467:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:3623:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:3623:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:3669:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:3669:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:3679:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:3679:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:2634:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:2634:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:2680:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:2680:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:2690:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:2690:22: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:2859:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:2859:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:2905:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:2905:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:2915:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:2915:26: itind = ftind*NTBMX + 0.5 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:46: integer :: ibd, j, jb, js, k, klow, khgh, klim, ks, njb, ns 1 Warning: Unused variable ‘khgh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:52: integer :: ibd, j, jb, js, k, klow, khgh, klim, ks, njb, ns 1 Warning: Unused variable ‘klim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:4111:40: integer :: ibd, j, jb, js, k, klow, khgh, klim, ks, njb, ns 1 Warning: Unused variable ‘klow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:3136:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:3136:20: & cf1,cf0,taug,taur,tauae,ssaae,asyae,taucw,ssacw,asycw, & 1 Warning: Unused dummy argument ‘cf0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:2223:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:2223:18: integer :: i, k, jp1 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:2165:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:2165:42: & ( pavel,tavel,h2ovmr, nlay,nlp1, & ! --- inputs 1 Warning: Unused dummy argument ‘nlp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:63: & gasvmr_cfc11,gasvmr_cfc12,gasvmr_cfc22,gasvmr_ccl4, & ! --- inputs 1 Warning: Unused dummy argument ‘gasvmr_ccl4’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:25: & gasvmr_cfc11,gasvmr_cfc12,gasvmr_cfc22,gasvmr_ccl4, & ! --- inputs 1 Warning: Unused dummy argument ‘gasvmr_cfc11’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:38: & gasvmr_cfc11,gasvmr_cfc12,gasvmr_cfc22,gasvmr_ccl4, & ! --- inputs 1 Warning: Unused dummy argument ‘gasvmr_cfc12’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:466:51: & gasvmr_cfc11,gasvmr_cfc12,gasvmr_cfc22,gasvmr_ccl4, & ! --- inputs 1 Warning: Unused dummy argument ‘gasvmr_cfc22’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:465:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:465:65: & gasvmr_co2,gasvmr_n2o,gasvmr_ch4,gasvmr_o2,gasvmr_co, & 1 Warning: Unused dummy argument ‘gasvmr_co’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:464:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:464:22: & ( plyr,plvl,tlyr,tlvl,qlyr,olyr, & 1 Warning: Unused dummy argument ‘plvl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/radsw_main.f:464:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f:464:32: & ( plyr,plvl,tlyr,tlvl,qlyr,olyr, & 1 Warning: Unused dummy argument ‘tlvl’ at (1) [-Wunused-dummy-argument] [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:817:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:817:78: subroutine cool_skin(ustar_a,f_nsol,f_sol_0,evap,sss,alpha,beta,rho_w,rho_a,ts,q_ts,hl_ts,grav,le,deltat_c,z_c,c_0,c_d) 1 Warning: Unused dummy argument ‘ts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:768:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:768:24: subroutine cal_tztr(kdt,xt,c_0,c_d,w_0,w_d,zc,zw,z,tztr) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:708:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:708:56: subroutine app_sfs(kdt,xt,xs,xu,xv,alpha,beta,grav,d_1p,xz) 1 Warning: Unused dummy argument ‘d_1p’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:708:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:708:23: subroutine app_sfs(kdt,xt,xs,xu,xv,alpha,beta,grav,d_1p,xz) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:734:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:734:14: integer :: n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:676:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:676:24: subroutine cal_ttop(kdt,timestep,q_warm,rho,dz,xt,xz,ttop) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:644:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:644:21: subroutine cal_w(kdt,xz,xt,xzts,xtts,w_0,w_d) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:487:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:487:37: alpha,beta,alon,sinlat,soltim,grav,le,xt,xs,xu,xv,xz,xzts,xtts) 1 Warning: Unused dummy argument ‘alon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:486:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:486:25: subroutine dtm_onset(kdt,timestep,rich,tox,toy,i0,q,sss,sep,q_ts,hl_ts,rho, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:487:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:487:51: alpha,beta,alon,sinlat,soltim,grav,le,xt,xs,xu,xv,xz,xzts,xtts) 1 Warning: Unused dummy argument ‘soltim’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:404:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:404:24: subroutine convdepth(kdt,timestep,i0,q,sss,sep,rho,alpha,beta,xt,xs,xz,d_conv) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:404:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:404:42: subroutine convdepth(kdt,timestep,i0,q,sss,sep,rho,alpha,beta,xt,xs,xz,d_conv) 1 Warning: Unused dummy argument ‘sss’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:383:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:383:34: subroutine dtm_1p_mta(dta,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:383:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:383:42: subroutine dtm_1p_mta(dta,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:366:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:366:30: subroutine dtm_1p_mda(xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:366:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:366:38: subroutine dtm_1p_mda(xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:352:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:352:30: subroutine dtm_1p_mwa(xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:352:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:352:38: subroutine dtm_1p_mwa(xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:332:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:332:36: subroutine dtm_1p_tla(dz,te,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:332:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:332:44: subroutine dtm_1p_tla(dz,te,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:314:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:314:37: subroutine dtm_1p_fca(d_conv,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xtts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:314:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:314:45: subroutine dtm_1p_fca(d_conv,xt,xtts,xz,xzts) 1 Warning: Unused dummy argument ‘xzts’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:28: beta,alon,sinlat,soltim,grav,le,d_conv, & 1 Warning: Unused dummy argument ‘alon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:57: beta,alon,sinlat,soltim,grav,le,d_conv, & 1 Warning: Unused dummy argument ‘d_conv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:91:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:91:22: subroutine eulerm(kdt,timestep,rich,tox,toy,i0,q,sss,sep,q_ts,hl_ts,rho,alpha,& 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:92:42: beta,alon,sinlat,soltim,grav,le,d_conv, & 1 Warning: Unused dummy argument ‘soltim’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:306:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90:306:0: xz = max(xz_mda,xz_fca,xz_tla,xz_mwa) Warning: ‘xz_mwa’ may be used uninitialized in this function [-Wmaybe-uninitialized] [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2104:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2104:37: & FQAI, dNil, FQA 1 Warning: Unused variable ‘fqai’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2103:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2103:68: real , dimension(im,lm) :: fQi,dQil, DQmax, QLTOT, QITOT, FQAL, 1 Warning: Unused variable ‘fqal’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2103:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2103:36: real , dimension(im,lm) :: fQi,dQil, DQmax, QLTOT, QITOT, FQAL, 1 Warning: Unused variable ‘fqi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2024:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2024:46: & QAi , SC_ICE , CF , AF , PF, pdfflag) 1 Warning: Unused dummy argument ‘cf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:22: & QL, DQSx, sigmaqt1, sigmaqt2, qsnx, esl, esi,pl100 1 Warning: Unused variable ‘dqsx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:53: & QL, DQSx, sigmaqt1, sigmaqt2, qsnx, esl, esi,pl100 1 Warning: Unused variable ‘esl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2031:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2031:61: real :: qt, QCx, QSn, tmpARR, CFALL, QVx, CFio, QA, QAx, QC, QI, & 1 Warning: Unused variable ‘qax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2031:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2031:69: real :: qt, QCx, QSn, tmpARR, CFALL, QVx, CFio, QA, QAx, QC, QI, & 1 Warning: Unused variable ‘qi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:16: & QL, DQSx, sigmaqt1, sigmaqt2, qsnx, esl, esi,pl100 1 Warning: Unused variable ‘ql’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:2032:48: & QL, DQSx, sigmaqt1, sigmaqt2, qsnx, esl, esi,pl100 1 Warning: Unused variable ‘qsnx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1910:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1910:31: & DENAIR, DENICE, AUX, DCF, QTOT, LHCORR, QL, DQI, DQL, QVINC, 1 Warning: Unused variable ‘dcf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:62: & QSLIQ, CFALL, new_QI, new_QL, QSICE, fQI_0, QS_0, DQS_0, FQA, 1 Warning: Unused variable ‘dqs_0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:50: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘dqsl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:23: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘esn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:43: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘hlatsb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:50: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘hlatvp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:27: & QSLIQ, CFALL, new_QI, new_QL, QSICE, fQI_0, QS_0, DQS_0, FQA, 1 Warning: Unused variable ‘new_qi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:35: & QSLIQ, CFALL, new_QI, new_QL, QSICE, fQI_0, QS_0, DQS_0, FQA, 1 Warning: Unused variable ‘new_ql’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1902:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1902:33: & QLLS , QLCN , CF , AF , NL , NI , DQALL , FQI ) 1 Warning: Unused dummy argument ‘nl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:34: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘qc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:26: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘qcm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:38: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘qs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1911:55: & QSLIQ, CFALL, new_QI, new_QL, QSICE, fQI_0, QS_0, DQS_0, FQA, 1 Warning: Unused variable ‘qs_0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1909:44: real :: DC, TEFF,QCm,DEP, QC, QS, RHCR, DQSL, DQSI, QI, TC, DIFF, 1 Warning: Unused variable ‘rhcr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:63: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘tterm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1913:36: real esl,esi, esn,desdt,weight,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘weight’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:32: real :: RAIN_DAY,LAMBDA,A,B,SLOPR,DIAM1 1 Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:34: real :: RAIN_DAY,LAMBDA,A,B,SLOPR,DIAM1 1 Warning: Unused variable ‘b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1720:30: real :: RAIN_DAY,LAMBDA,A,B,SLOPR,DIAM1 1 Warning: Unused variable ‘lambda’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1356:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1356:29: real :: PFi,PFl,QS,dQS,ENVFRAC 1 Warning: Unused variable ‘dqs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1379:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1379:15: real esl,esi, esn,desdt,weight,tc,hlatsb,hlatvp,hltalt,tterm, 1 Warning: Unused variable ‘esl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1322:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1322:34: & ENVFC,DDRFC, AF, CF, PCBL,i ) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:33: integer :: NS, NSMX, itr,L 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:20: integer :: NS, NSMX, itr,L 1 Warning: Unused variable ‘ns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1374:26: integer :: NS, NSMX, itr,L 1 Warning: Unused variable ‘nsmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1318:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1318:16: & QCl , QCi , TE , QV , mass , imass , PL , dZE , QDDF3 , AA , BB ,& 1 Warning: Unused dummy argument ‘qci’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1372:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1372:31: real :: TAU_FRZ, TAU_MLT, QSICE, DQSI 1 Warning: Unused variable ‘tau_mlt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:56: & TE, QV, DCF, DMF, QLA, QIA, CF, AF, QS, & 1 Warning: Unused dummy argument ‘cf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:38: subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & 1 Warning: Unused dummy argument ‘iceparam’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:54: subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & 1 Warning: Unused dummy argument ‘mass’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:65: subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & 1 Warning: Unused dummy argument ‘pl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1246:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1246:30: real :: TEND,QVx,QCA,fQi 1 Warning: Unused variable ‘qca’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:52: & TE, QV, DCF, DMF, QLA, QIA, CF, AF, QS, & 1 Warning: Unused dummy argument ‘qia’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1238:47: & TE, QV, DCF, DMF, QLA, QIA, CF, AF, QS, & 1 Warning: Unused dummy argument ‘qla’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:31: real :: QT, QMX, QMN, DQ, QVtop, sigmaqt1, sigmaqt2, qsnx 1 Warning: Unused variable ‘dq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:43: real :: QX, QSLIQ, QSICE, DQx, pl100, tmpARR 1 Warning: Unused variable ‘dqx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:811:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:811:29: subroutine hystpdf( DT, ALPHA, PDFSHAPE, qc_min, PL, QV, QCl, QAl& 1 Warning: Unused dummy argument ‘dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:27: real :: QT, QMX, QMN, DQ, QVtop, sigmaqt1, sigmaqt2, qsnx 1 Warning: Unused variable ‘qmn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:22: real :: QT, QMX, QMN, DQ, QVtop, sigmaqt1, sigmaqt2, qsnx 1 Warning: Unused variable ‘qmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:826:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:826:33: real :: QSx, DQSx, QS, DQs 1 Warning: Unused variable ‘qs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:31: real :: QX, QSLIQ, QSICE, DQx, pl100, tmpARR 1 Warning: Unused variable ‘qsice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:24: real :: QX, QSLIQ, QSICE, DQx, pl100, tmpARR 1 Warning: Unused variable ‘qsliq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:827:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:827:23: &, TEp, QSp, CFp, QVp, QCp 1 Warning: Unused variable ‘qsp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:822:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:822:23: real :: QCO, QVO, CFO, QAO, TAU 1 Warning: Unused variable ‘qvo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:823:38: real :: QT, QMX, QMN, DQ, QVtop, sigmaqt1, sigmaqt2, qsnx 1 Warning: Unused variable ‘qvtop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:835:17: real :: QX, QSLIQ, QSICE, DQx, pl100, tmpARR 1 Warning: Unused variable ‘qx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:822:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:822:38: real :: QCO, QVO, CFO, QAO, TAU 1 Warning: Unused variable ‘tau’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:723:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:723:33: real :: CFO, pl100, QT, DQ, QSx, QCx, QC, QA & 1 Warning: Unused variable ‘dq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:724:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:724:43: &, QX, QSLIQ, QSICE, CFALL, DQx, FQA, tem 1 Warning: Unused variable ‘dqx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:31: subroutine pdf_spread (K, LM, PP, ALPHA, ALPHT_DIAG, FRLAND, rhc) 1 Warning: Unused dummy argument ‘k’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:35: subroutine pdf_spread (K, LM, PP, ALPHA, ALPHT_DIAG, FRLAND, rhc) 1 Warning: Unused dummy argument ‘lm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:122:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:122:46: &, lprnt, ipr, rhc, pdfflag, qc_min ) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:188:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:188:23: integer :: I , J , K , L 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:188:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:188:31: integer :: I , J , K , L 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:122:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:122:41: &, lprnt, ipr, rhc, pdfflag, qc_min ) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:117:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:117:50: &, PHYSPARAMS, SCLMFDFR & 1 Warning: Unused dummy argument ‘sclmfdfr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:193:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:193:29: &, dti, tx1, tend, fqi 1 Warning: Unused variable ‘tend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:192:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:192:35: real :: MASS, iMASS, TOTFRC, TEMP, ALPHA 1 Warning: Unused variable ‘totfrc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5085:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:0: + + subroutine pdf_spread (K, LM, PP, ALPHA, ALPHT_DIAG, FRLAND, rhc) + +Warning: ‘pdf_spread’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:0: + + subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & + +Warning: ‘cnvsrc’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1317:0: + + subroutine PRECIP3( K,LM , DT , FRLAND , RHCR3 , QPl , QPi , & + +Warning: ‘precip3’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1773:0: + + subroutine MICRO_AA_BB_3(TEMP,PR,Q_SAT,AA,BB) + +Warning: ‘micro_aa_bb_3’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1797:0: + + function LDRADIUS3(PL,TE,QCL,NN) RESULT(RADIUS) + +Warning: ‘ldradius3’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1816:0: + + function ICE_FRACTION (TEMP) RESULT(ICEFRCT) + +Warning: ‘ice_fraction’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F:1901:0: + + subroutine Bergeron_iter ( DTIME , PL , TE , QV , QILS , QICN , + +Warning: ‘bergeron_iter’ defined but not used [-Wunused-function] +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5085:7: function derf(x) 1 Warning: ‘derf’ declared at (1) may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5268:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5268:7: FUNCTION GAMMA(X) 1 Warning: ‘gamma’ declared at (1) may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:165:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:165:32: &, cons16, cons17, cons18, cons19, cons20 1 Warning: Unused PRIVATE module variable ‘cons16’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:165:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:165:40: &, cons16, cons17, cons18, cons19, cons20 1 Warning: Unused PRIVATE module variable ‘cons17’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:147:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:147:29: real(r8), private:: Ecc 1 Warning: Unused PRIVATE module variable ‘ecc’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5234:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:5234:21: REAL(r8) :: TC, mui, lx 1 Warning: Unused variable ‘tc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:28: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘ak’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:712:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:712:52: &, arg, alpha 1 Warning: Unused variable ‘alpha’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:32: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘aprpr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:712:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:712:45: &, arg, alpha 1 Warning: Unused variable ‘arg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:19: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘bbi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:972:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:972:59: real(r8) :: beta6, xs, nssoot, nsdust, taux, psc, Bh, vaux, aux, 1 Warning: Unused variable ‘bh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:39: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘bprpr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:54: real(r8), dimension(pcols) :: icwc, calpha, cbeta, cbetah 1 Warning: Unused variable ‘calpha’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:61: real(r8), dimension(pcols) :: icwc, calpha, cbeta, cbetah 1 Warning: Unused variable ‘cbeta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:69: real(r8), dimension(pcols) :: icwc, calpha, cbeta, cbetah 1 Warning: Unused variable ‘cbetah’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:24: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘cci’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:56: &, cgamma, cgamah, rcgama 1 Warning: Unused variable ‘cgamah’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:48: &, cgamma, cgamah, rcgama 1 Warning: Unused variable ‘cgamma’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:45: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘cice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:47: &, cmec1, cmec2, cmec3, cmec4 1 Warning: Unused variable ‘cmec1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:54: &, cmec1, cmec2, cmec3, cmec4 1 Warning: Unused variable ‘cmec2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:61: &, cmec1, cmec2, cmec3, cmec4 1 Warning: Unused variable ‘cmec3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:705:68: &, cmec1, cmec2, cmec3, cmec4 1 Warning: Unused variable ‘cmec4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:57: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘crate’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:831:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:831:32: real(r8) :: csigma(pcols) 1 Warning: Unused variable ‘csigma’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:510:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:510:24: & qn, qtend, cwtend, qc, qi, nc, ni,fprcp,qrn,qsnw,nrn,nsnw, & 1 Warning: Unused dummy argument ‘cwtend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:25: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘deles’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:19: real(r8) dmc,ssmc,dstrn 1 Warning: Unused variable ‘dmc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:30: real(r8) dmc,ssmc,dstrn 1 Warning: Unused variable ‘dstrn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:801:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:801:36: real(r8) :: dumnr(pcols,pver) 1 Warning: Unused variable ‘dumnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:799:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:799:36: real(r8) :: dumns(pcols,pver) 1 Warning: Unused variable ‘dumns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:800:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:800:35: real(r8) :: dumr(pcols,pver) 1 Warning: Unused variable ‘dumr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:798:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:798:35: real(r8) :: dums(pcols,pver) 1 Warning: Unused variable ‘dums’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:859:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:859:28: real(r8) :: es(pcols) 1 Warning: Unused variable ‘es’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:812:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:812:33: real(r8) :: faloutnr(pver) 1 Warning: Unused variable ‘faloutnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:818:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:818:33: real(r8) :: faloutns(pver) 1 Warning: Unused variable ‘faloutns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:811:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:811:32: real(r8) :: faloutr(pver) 1 Warning: Unused variable ‘faloutr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:817:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:817:32: real(r8) :: falouts(pver) 1 Warning: Unused variable ‘falouts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:820:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:820:27: real(r8) :: faltndnr 1 Warning: Unused variable ‘faltndnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:826:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:826:27: real(r8) :: faltndns 1 Warning: Unused variable ‘faltndns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:819:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:819:26: real(r8) :: faltndr 1 Warning: Unused variable ‘faltndr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:825:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:825:26: real(r8) :: faltnds 1 Warning: Unused variable ‘faltnds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:48: & npccnin, rndst,nacon, rhdfda, rhu00, fice, tlat, qvlat, qctend, & 1 Warning: Unused dummy argument ‘fice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:804:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:804:28: real(r8) :: fnr(pver) 1 Warning: Unused variable ‘fnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:810:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:810:28: real(r8) :: fns(pver) 1 Warning: Unused variable ‘fns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:803:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:803:27: real(r8) :: fr(pver) 1 Warning: Unused variable ‘fr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:809:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:809:27: real(r8) :: fs(pver) 1 Warning: Unused variable ‘fs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:35: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘iciwc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:703:46: real(r8), dimension(pcols) :: icwc, calpha, cbeta, cbetah 1 Warning: Unused variable ‘icwc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:17: integer ii,kk, m, ind_aux, km, kp 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:20: integer ii,kk, m, ind_aux, km, kp 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:40: integer ii,kk, m, ind_aux, km, kp 1 Warning: Unused variable ‘kp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:921:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:921:29: integer i,k,nstep,n, l 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:508:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:508:37: subroutine mmicro_pcond ( lchnk, ncol, deltatin, tn, ttend, & 1 Warning: Unused dummy argument ‘lchnk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:700:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:700:59: &, cwml, cwmi, lcldn, lcldo 1 Warning: Unused variable ‘lcldn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:700:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:700:66: &, cwml, cwmi, lcldn, lcldo 1 Warning: Unused variable ‘lcldo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:30: & nbincontactdust, lprint, xlat, xlon, rhc) 1 Warning: Unused dummy argument ‘lprint’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:922:23: integer ii,kk, m, ind_aux, km, kp 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:726:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:726:28: real(r8) :: n0c(pver) 1 Warning: Unused variable ‘n0c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:741:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:741:24: real(r8) :: nacnt 1 Warning: Unused variable ‘nacnt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:701:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:701:55: &, nctend_mixnuc, npccn 1 Warning: Unused variable ‘nctend_mixnuc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:26: & icecldf, cldo, pint, rpdel, zm, rate1ord_cw2pr_st, naai, & 1 Warning: Unused dummy argument ‘pint’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:972:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:972:55: real(r8) :: beta6, xs, nssoot, nsdust, taux, psc, Bh, vaux, aux, 1 Warning: Unused variable ‘psc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:711:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:711:69: real(r8) :: qtmp, dum, dum1, dum2, qcld 1 Warning: Unused variable ‘qcld’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:50: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘qi0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:64: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘qidep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:856:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:856:34: real(r8) :: qsp(pcols,pver) 1 Warning: Unused variable ‘qsp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:857:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:857:36: real(r8) :: qsphy(pcols,pver) 1 Warning: Unused variable ‘qsphy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:510:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:510:16: & qn, qtend, cwtend, qc, qi, nc, ni,fprcp,qrn,qsnw,nrn,nsnw, & 1 Warning: Unused dummy argument ‘qtend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:704:64: &, cgamma, cgamah, rcgama 1 Warning: Unused variable ‘rcgama’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:47: & nbincontactdust, lprint, xlat, xlon, rhc) 1 Warning: Unused dummy argument ‘rhc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:35: & npccnin, rndst,nacon, rhdfda, rhu00, fice, tlat, qvlat, qctend, & 1 Warning: Unused dummy argument ‘rhdfda’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:513:42: & npccnin, rndst,nacon, rhdfda, rhu00, fice, tlat, qvlat, qctend, & 1 Warning: Unused dummy argument ‘rhu00’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:33: & icecldf, cldo, pint, rpdel, zm, rate1ord_cw2pr_st, naai, & 1 Warning: Unused dummy argument ‘rpdel’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:933:40: real(r8) bbi, cci, ak, iciwc, rvi, riter 1 Warning: Unused variable ‘rvi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:929:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:929:66: real(r8), dimension(nbincontactdust) :: ndfaer, nslip, slip 1 Warning: Unused variable ‘slip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:964:24: real(r8) dmc,ssmc,dstrn 1 Warning: Unused variable ‘ssmc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:936:18: real(r8) Tk, deles, Aprpr, Bprpr, Cice, qi0, Crate, qidep 1 Warning: Unused variable ‘tk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:855:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:855:34: real(r8) :: tsp(pcols,pver) 1 Warning: Unused variable ‘tsp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:508:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:508:64: subroutine mmicro_pcond ( lchnk, ncol, deltatin, tn, ttend, & 1 Warning: Unused dummy argument ‘ttend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:36: & nbincontactdust, lprint, xlat, xlon, rhc) 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:525:42: & nbincontactdust, lprint, xlat, xlon, rhc) 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:512:37: & icecldf, cldo, pint, rpdel, zm, rate1ord_cw2pr_st, naai, & 1 Warning: Unused dummy argument ‘zm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:584:0: - - subroutine pdf_spread (K, LM, PP, ALPHA, ALPHT_DIAG, FRLAND, rhc) - -Warning: ‘pdf_spread’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1237:0: - - subroutine cnvsrc( DT, ICEPARAM, SCLMFDFR, MASS, iMASS, PL, & - -Warning: ‘cnvsrc’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1317:0: - - subroutine PRECIP3( K,LM , DT , FRLAND , RHCR3 , QPl , QPi , & - -Warning: ‘precip3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1773:0: - - subroutine MICRO_AA_BB_3(TEMP,PR,Q_SAT,AA,BB) - -Warning: ‘micro_aa_bb_3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1797:0: - - function LDRADIUS3(PL,TE,QCL,NN) RESULT(RADIUS) - -Warning: ‘ldradius3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1816:0: - - function ICE_FRACTION (TEMP) RESULT(ICEFRCT) - -Warning: ‘ice_fraction’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldmacro.F:1901:0: - - subroutine Bergeron_iter ( DTIME , PL , TE , QV , QILS , QICN , - -Warning: ‘bergeron_iter’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:28: real(r8) surften, arg, derf 1 Warning: Unused variable ‘arg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:34: real(r8) surften, arg, derf 1 Warning: Unused variable ‘derf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:211:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:211:39: character(len=16) :: eddy_scheme = ' ' 1 Warning: Unused variable ‘eddy_scheme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:212:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:212:48: logical :: history_microphysics 1 Warning: Unused variable ‘history_microphysics’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:28: integer k, l, m, iaer 1 Warning: Unused variable ‘iaer’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:16: integer k, l, m, iaer 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:19: integer k, l, m, iaer 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:208:22: integer k, l, m, iaer 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F:209:23: real(r8) surften, arg, derf 1 Warning: Unused variable ‘surften’ declared at (1) [-Wunused-variable] [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:775:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:775:21: real(r8) :: faltndc 1 Warning: Unused variable ‘faltndc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:777:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:777:21: real(r8) :: faltndi 1 Warning: Unused variable ‘faltndi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:776:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:776:22: real(r8) :: faltndnc 1 Warning: Unused variable ‘faltndnc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:778:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:778:22: real(r8) :: faltndni 1 Warning: Unused variable ‘faltndni’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:783:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:783:22: real(r8) :: faltndnr 1 Warning: Unused variable ‘faltndnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:785:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:785:22: real(r8) :: faltndns 1 Warning: Unused variable ‘faltndns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:780:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:780:23: real(r8) :: faltndqce 1 Warning: Unused variable ‘faltndqce’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:779:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:779:23: real(r8) :: faltndqie 1 Warning: Unused variable ‘faltndqie’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:782:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:782:21: real(r8) :: faltndr 1 Warning: Unused variable ‘faltndr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:784:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:784:21: real(r8) :: faltnds 1 Warning: Unused variable ‘faltnds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:33: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:739:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:739:26: real(r8) :: mi0l(mgncol) 1 Warning: Unused variable ‘mi0l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:826:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:826:32: real(r8) :: irad, ifrac, tsfac 1 Warning: Unused variable ‘tsfac’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:20: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90:396:26: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:996:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:996:21: real(r8) :: faltndc 1 Warning: Unused variable ‘faltndc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1011:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1011:21: real(r8) :: faltndg 1 Warning: Unused variable ‘faltndg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:998:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:998:21: real(r8) :: faltndi 1 Warning: Unused variable ‘faltndi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:997:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:997:22: real(r8) :: faltndnc 1 Warning: Unused variable ‘faltndnc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1012:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1012:22: real(r8) :: faltndng 1 Warning: Unused variable ‘faltndng’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:999:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:999:22: real(r8) :: faltndni 1 Warning: Unused variable ‘faltndni’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1004:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1004:22: real(r8) :: faltndnr 1 Warning: Unused variable ‘faltndnr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1006:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1006:22: real(r8) :: faltndns 1 Warning: Unused variable ‘faltndns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1001:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1001:23: real(r8) :: faltndqce 1 Warning: Unused variable ‘faltndqce’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1000:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1000:23: real(r8) :: faltndqie 1 Warning: Unused variable ‘faltndqie’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1003:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1003:21: real(r8) :: faltndr 1 Warning: Unused variable ‘faltndr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1005:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:1005:21: real(r8) :: faltnds 1 Warning: Unused variable ‘faltnds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:33: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:955:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:955:26: real(r8) :: mi0l(mgncol) 1 Warning: Unused variable ‘mi0l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:20: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90:497:26: prer_evap, xlat, xlon, lprnt, iccn, aero_in, nlball) 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:157:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:82: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘con_fvirt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:157:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:47: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘con_pi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:157:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:25: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘dtdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:157:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:13: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘dudt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:157:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:198:19: dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, & 1 Warning: Unused dummy argument ‘dvdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:152:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:193:43: do_tofd, ldiag_ugwp, cdmbgwd, xlat, xlat_d, sinlat, coslat, area, & 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:67:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:66:19: real :: dxsg 1 Warning: Unused variable ‘dxsg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:66:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:65:21: logical :: exists 1 Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:65:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:64:18: integer :: ios 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:68:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90:67:16: integer :: k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:86:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:86:65: subroutine GFS_suite_interstitial_1_run (im, levs, ntrac, dtf, dtp, slmsk, area, dxmin, dxinv, pgr, & 1 Warning: Unused dummy argument ‘dtf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:86:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:86:70: subroutine GFS_suite_interstitial_1_run (im, levs, ntrac, dtf, dtp, slmsk, area, dxmin, dxinv, pgr, & 1 Warning: Unused dummy argument ‘dtp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:159:85: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:159:85: subroutine GFS_suite_interstitial_2_run (im, levs, lssav, ldiag3d, lsidea, cplflx, flag_cice, shal_cnv, old_monin, mstrat, & 1 Warning: Unused dummy argument ‘cplflx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:462:95: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90:462:95: subroutine GFS_suite_interstitial_3_run (im, levs, nn, cscnv, satmedmf, trans_trac, do_shoc, ltaerosol, ntrac, ntcw, & 1 Warning: Unused dummy argument ‘do_shoc’ at (1) [-Wunused-dummy-argument] [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:18:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:18:42: cldsa, mtopa, mbota, clouds1, cldtaulw, cldtausw, & 1 Warning: Unused dummy argument ‘clouds1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:17:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:17:22: Coupling, scmpsw, im, lm, ltp, kt, kb, kd, raddt, aerodp, & 1 Warning: Unused dummy argument ‘coupling’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:58:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:58:28: integer :: i, j, k, k1, itop, ibtc 1 Warning: Unused variable ‘k1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:17:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90:17:38: Coupling, scmpsw, im, lm, ltp, kt, kb, kd, raddt, aerodp, & 1 @@ -17128,222 +17126,222 @@ Warning: Unused dummy argument ‘lm’ at (1) [-Wunused-dummy-argument] [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o [ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:391:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:391:18: iseed = mod(con_100*sqrt(Model%fhour*con_hr),1.0d9) + Model%seed0 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:326:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:326:77: subroutine GFS_phys_time_vary_run (Data, Model, nthrds, first_time_step, errmsg, errflg) 1 Warning: Unused dummy argument ‘first_time_step’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:348:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:348:47: real(kind=kind_phys) :: sec_zero, rsnow 1 Warning: Unused variable ‘rsnow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:347:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90:347:72: integer :: i, j, k, iseed, iskip, ix, nb, nblks, kdt_rad, vegtyp 1 Warning: Unused variable ‘vegtyp’ declared at (1) [-Wunused-variable] [ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90:25:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90:25:13: use physparam, only: ipsd0, ipsdlim, iaerflg 1 Warning: Unused module variable ‘iaerflg’ which has been explicitly imported at (1) [-Wunused-variable] [ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o [ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:31: & ( im, hvap, cp, hfus, jcal, eps, epsm1, rvrdm1, rd, rhw0, & 1 Warning: Unused dummy argument ‘hfus’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:167:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:167:9: use date_def, only: idate 1 Warning: Unused module variable ‘idate’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:39:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:39:35: & nstf_name5, lprnt, ipr, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:248:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:248:23: integer :: iw3jdn 1 Warning: Unused variable ‘iw3jdn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:37: & ( im, hvap, cp, hfus, jcal, eps, epsm1, rvrdm1, rd, rhw0, & 1 Warning: Unused dummy argument ‘jcal’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:220:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:220:18: integer :: k,i 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:39:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:39:30: & nstf_name5, lprnt, ipr, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:34:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:34:15: & pi, sbc, ps, u1, v1, t1, q1, tref, cm, ch, & 1 Warning: Unused dummy argument ‘pi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:35:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:35:34: & prsl1, prslki, prsik1, prslk1, wet, xlon, sinlat, & 1 Warning: Unused dummy argument ‘prsik1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:35:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:35:42: & prsl1, prslki, prsik1, prslk1, wet, xlon, sinlat, & 1 Warning: Unused dummy argument ‘prslk1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:33:67: & ( im, hvap, cp, hfus, jcal, eps, epsm1, rvrdm1, rd, rhw0, & 1 Warning: Unused dummy argument ‘rhw0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:232:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:232:36: & xzts_old, ifd_old, tref_old, tskin_old, dt_cool_old,z_c_old 1 Warning: Unused variable ‘tref_old’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:37:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:37:70: & sfcemis, dlwflx, sfcnsw, rain, timestep, kdt, solhr,xcosz, & 1 Warning: Unused dummy argument ‘xcosz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:33: & ( im, rlapse, wet, icy, oro, oro_uf, nstf_name1, & 1 Warning: Unused dummy argument ‘icy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:38: & ( im, rlapse, wet, icy, oro, oro_uf, nstf_name1, & 1 Warning: Unused dummy argument ‘oro’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:46: & ( im, rlapse, wet, icy, oro, oro_uf, nstf_name1, & 1 Warning: Unused dummy argument ‘oro_uf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:780:23: & ( im, rlapse, wet, icy, oro, oro_uf, nstf_name1, & 1 Warning: Unused dummy argument ‘rlapse’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_nst.f:782:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f:782:22: & tsurf_ocn, tsfc_ocn, dtzm, errmsg, errflg & 1 Warning: Unused dummy argument ‘tsurf_ocn’ at (1) [-Wunused-dummy-argument] [ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:740:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:740:72: elseif(Model%imp_physics == 8 .or. Model%imp_physics == 6) then ! Thompson / WSM6 cloud micrphysics scheme 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:57: rhly, tvly,qstl, vvel, clw, ciw, prslk1, tem2da, & 1 Warning: Unused variable ‘ciw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:22:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:22:22: Tbd, Cldprop, Coupling, & 1 Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:52: rhly, tvly,qstl, vvel, clw, ciw, prslk1, tem2da, & 1 Warning: Unused variable ‘clw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:141:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:141:70: real(kind=kind_phys), dimension(size(Grid%xlon,1)) :: cvt1, cvb1, tem1d, tskn 1 Warning: Unused variable ‘cvb1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:141:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:141:64: real(kind=kind_phys), dimension(size(Grid%xlon,1)) :: cvt1, cvb1, tem1d, tskn 1 Warning: Unused variable ‘cvt1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:139:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:139:42: real(kind=kind_phys) :: es, qs, delt, tem0d 1 Warning: Unused variable ‘delt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:45: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘gcice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:52: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘grain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:59: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘grime’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:73: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘htlw0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:38: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘htlwc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:66: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘htsw0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:144:31: htswc, htlwc, gcice, grain, grime, htsw0, htlw0, & 1 Warning: Unused variable ‘htswc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:56: integer :: i, j, k, k1, k2, lsk, lv, n, itop, ibtc, LP1, lla, llb, lya, lyb 1 Warning: Unused variable ‘ibtc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:50: integer :: i, j, k, k1, k2, lsk, lv, n, itop, ibtc, LP1, lla, llb, lya, lyb 1 Warning: Unused variable ‘itop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:137:41: integer :: i, j, k, k1, k2, lsk, lv, n, itop, ibtc, LP1, lla, llb, lya, lyb 1 Warning: Unused variable ‘lv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90:145:47: rhly, tvly,qstl, vvel, clw, ciw, prslk1, tem2da, & 1 Warning: Unused variable ‘vvel’ declared at (1) [-Wunused-variable] [ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90:48:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90:48:25: num_p3d, npdf3d, ntoz, iovr_sw, iovr_lw, isubc_sw, isubc_lw, & 1 Warning: Unused dummy argument ‘npdf3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90:47:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90:47:70: si, levr, ictm, isol, ico2, iaer, ialb, iems, ntcw, num_p2d, & 1 @@ -17353,808 +17351,808 @@ Warning: Unused dummy argument ‘num_p2d’ at (1) [-Wunused-dummy-argument] [ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o [ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o [ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -mpif.h:561:54: - -Warning: Unused variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-variable] -mpif.h:561:54: - -Warning: Unused variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/drifters/drifters_comm.F90:114:0: - - subroutine drifters_comm_set_data_bounds(self, xmin, ymin, xmax, ymax) - -Warning: ‘drifters_comm_set_data_bounds’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/drifters/drifters_comm.F90:127:0: - - subroutine drifters_comm_set_comp_bounds(self, xmin, ymin, xmax, ymax) - -Warning: ‘drifters_comm_set_comp_bounds’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_write.inc:983:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_write.inc:983:27: rval_i = rval 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_write.inc:993:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_write.inc:993:27: rval_i = rval 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_read.inc:791:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_read.inc:791:65: bounds_name = mpp_file(unit)%Axis(j)%Att(i)%catt 1 Warning: CHARACTER expression will be truncated in assignment (128/1280) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_read.inc:1049:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_read.inc:1049:51: mpp_file(unit)%Var(nv)%pack=mpp_file(unit)%Var(nv)%Att(j)%fatt(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_read.inc:1054:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_read.inc:1054:75: checksum_char = mpp_file(unit)%Var(nv)%Att(j)%catt 1 Warning: CHARACTER expression will be truncated in assignment (64/1280) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_io.F90:1048:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_io.F90:1048:61: integer :: mpp_io_stack_size=0, mpp_io_stack_hwm=0 1 Warning: Unused PRIVATE module variable ‘mpp_io_stack_hwm’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_unstructured_write.inc:503:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_unstructured_write.inc:503:55: integer(INT_KIND) :: compute_size ! NULL() 1 Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_write.inc:624:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_write.inc:624:22: integer :: istat 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_write.inc:612:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_write.inc:612:78: subroutine mpp_write_meta_axis_unlimited(unit, axis, name, data, unlimited, units, longname) 1 Warning: Unused dummy argument ‘unlimited’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_write.inc:553:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_write.inc:553:29: logical :: domain_exist 1 Warning: Unused variable ‘domain_exist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_write.inc:554:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_write.inc:554:42: type(domain2d), pointer :: io_domain => NULL() 1 Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_read.inc:320:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_read.inc:320:48: integer :: error, i, j, istat, check_exist 1 Warning: Unused variable ‘check_exist’ declared at (1) [-Wunused-variable] -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:145:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_read_2Ddecomp.h:145:25: integer :: i, error, is, ie, js, je, isg, ieg, jsg, jeg 1 Warning: Unused variable ‘error’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:219:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:219:51: integer :: comm 1 Warning: Unused variable ‘comm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:225:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:225:52: integer ::f_size, f_stat 1 Warning: Unused variable ‘f_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:225:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:225:60: integer ::f_size, f_stat 1 Warning: Unused variable ‘f_stat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:227:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:227:53: character(len=128) :: f_test 1 Warning: Unused variable ‘f_test’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:221:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:221:55: integer,dimension(:), allocatable :: glist(:) 1 Warning: Unused variable ‘glist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:220:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:220:59: integer :: info, ierror 1 Warning: Unused variable ‘ierror’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:220:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:220:51: integer :: info, ierror 1 Warning: Unused variable ‘info’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:222:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:222:50: integer ::lena, lenb 1 Warning: Unused variable ‘lena’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:222:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:222:56: integer ::lena, lenb 1 Warning: Unused variable ‘lenb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_connect.inc:218:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_connect.inc:218:51: integer*8 :: lenp 1 Warning: Unused variable ‘lenp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_misc.inc:221:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_misc.inc:221:27: integer :: unit,istat 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_misc.inc:51:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_misc.inc:51:45: logical :: opened 1 Warning: Unused variable ‘opened’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_misc.inc:49:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_misc.inc:49:47: integer :: unit_nml, io_status, iunit 1 Warning: Unused variable ‘unit_nml’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/include/mpp_io_util.inc:519:43: +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_io_util.inc:519:43: subroutine mpp_get_iospec( unit, iospec ) 1 Warning: Unused dummy argument ‘iospec’ at (1) [-Wunused-dummy-argument] -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +mpif.h:561:54: + +Warning: Unused variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-variable] +mpif.h:561:54: + +Warning: Unused variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/drifters/drifters_comm.F90:114:0: + + subroutine drifters_comm_set_data_bounds(self, xmin, ymin, xmax, ymax) + +Warning: ‘drifters_comm_set_data_bounds’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/drifters/drifters_comm.F90:127:0: + + subroutine drifters_comm_set_comp_bounds(self, xmin, ymin, xmax, ymax) + +Warning: ‘drifters_comm_set_comp_bounds’ defined but not used [-Wunused-function] +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1800:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1800:35: integer, parameter :: crtrh=0.70 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘INTEGER(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3954:19: - integer :: k, i, l - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:22: + ( IM , IJSDIM, KMAX , & !DD dimensions + 1 +Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3862:26: - integer :: k, i, l - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:28: + ( IM , IJSDIM, KMAX , NTR , & !DD dimensions + 1 +Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3807:26: - integer :: k, i, l - 1 -Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:614:25: + ( IM , IJSDIM, KMAX , NTR , & !DD dimensions + 1 +Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3757:26: - integer :: k, i - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:614:22: + ( IM , IJSDIM, KMAX , NTR , & !DD dimensions + 1 +Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3655:31: - integer :: k, i - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:590:22: + INTEGER I, K, LT, TP, CTP + 1 +Warning: Unused variable ‘tp’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:46: - integer :: i - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:552:22: + WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & + 1 +Warning: Unused variable ‘ddhmx’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:39: - integer :: i - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:47:57: + WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & + 1 +Warning: Unused variable ‘ddwmx’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3091:30: - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:84:36: + sigmad, do_aw , do_awdd, flx_form, & !DDsigma input + 1 +Warning: Unused dummy argument ‘do_aw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:30: - integer :: impi, iomp, ierr, n - 1 -Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:47:86: + WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & + 1 +Warning: Unused variable ‘hmx’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3190:21: - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘interstitial’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:61: + integer ij, i, k, kp1, n + 1 +Warning: Unused variable ‘ij’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3081:19: - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:90: - - subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & - 1 -Warning: Unused dummy argument ‘coupling’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:76: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:47: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:70: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘radtend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:80: - - subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & - 1 -Warning: Unused dummy argument ‘sfcprop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:61: - - subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & - 1 -Warning: Unused dummy argument ‘statein’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:71: - - subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & - 1 -Warning: Unused dummy argument ‘stateout’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:52: - - Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & - 1 -Warning: Unused dummy argument ‘tbd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3954:19: - - ( IM , IJSDIM, KMAX , & !DD dimensions - 1 -Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3862:26: - - ( IM , IJSDIM, KMAX , NTR , & !DD dimensions - 1 -Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3807:26: - - ( IM , IJSDIM, KMAX , NTR , & !DD dimensions - 1 -Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3757:26: - - ( IM , IJSDIM, KMAX , NTR , & !DD dimensions - 1 -Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3655:31: - - INTEGER I, K, LT, TP, CTP - 1 -Warning: Unused variable ‘tp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:46: - - WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & - 1 -Warning: Unused variable ‘ddhmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:39: - - WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & - 1 -Warning: Unused variable ‘ddwmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3091:30: - - sigmad, do_aw , do_awdd, flx_form, & !DDsigma input - 1 -Warning: Unused dummy argument ‘do_aw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:30: - - WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & - 1 -Warning: Unused variable ‘hmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3190:21: - - integer ij, i, k, kp1, n - 1 -Warning: Unused variable ‘ij’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3081:19: - - ( IM , IJSDIM, KMAX , NTR , ntrq, & !DD dimensions - 1 -Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:22: + ( IM , IJSDIM, KMAX , NTR , ntrq, & !DD dimensions + 1 +Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3183:22: WMX, HMX, DDWMX, DDHMX, dp_above, dp_below, fsigma, & 1 Warning: Unused variable ‘wmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3010:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3010:19: ( IM , IJSDIM, KMAX , & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2923:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2923:41: GTQLCI, GTQICI, GTM2CI, GTM3CI, wrk, wrk1 1 Warning: Unused variable ‘gtm2ci’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2923:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2923:49: GTQLCI, GTQICI, GTM2CI, GTM3CI, wrk, wrk1 1 Warning: Unused variable ‘gtm3ci’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2886:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2886:19: ( IM , IJSDIM, KMAX , NTR, ntrq, & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2920:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2920:47: REAL(r8) SBH0, SBQ0, SBL0, SBI0, SBC0, SBS0, & 1 Warning: Unused variable ‘sbc0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2921:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2921:47: SBH1, SBQ1, SBL1, SBI1, SBC1, SBS1, FX1, & 1 Warning: Unused variable ‘sbc1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2920:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2920:54: REAL(r8) SBH0, SBQ0, SBL0, SBI0, SBC0, SBS0, & 1 Warning: Unused variable ‘sbs0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2921:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2921:54: SBH1, SBQ1, SBL1, SBI1, SBC1, SBS1, FX1, & 1 Warning: Unused variable ‘sbs1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2853:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2853:32: integer I, K, CTP, kk,n 1 Warning: Unused variable ‘kk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2750:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2750:26: ( IM , IJSDIM, KMAX , & !DD dimensions 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2033:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2033:28: KB , CTP , ISTS , IENS, & ! input 1 Warning: Unused dummy argument ‘ctp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2035:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2035:51: gclm, gcim , gctrm , lprnt, ipr ) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2035:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2035:46: gclm, gcim , gctrm , lprnt, ipr ) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2152:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2152:21: REAL(r8) :: PB = 1.0_r8 1 Warning: Unused variable ‘pb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2174:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2174:20: REAL(r8) T ! temperature 1 Warning: Unused variable ‘t’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2132:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2132:56: PRECR, GTPRIZ, DELZL, GCCT, DCT, WCVX, PRCZH, wrk 1 Warning: Unused variable ‘wcvx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2172:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2172:20: REAL(r8) Z ! altitude 1 Warning: Unused variable ‘z’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2173:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:2173:21: REAL(r8) ZH ! scale height 1 Warning: Unused variable ‘zh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1793:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:25: + + integer :: k, i, l + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:22: + + integer :: k, i, l + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:640:28: + + integer :: k, i, l + 1 +Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:614:25: + + integer :: k, i + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:614:22: + + integer :: k, i + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:590:22: + + integer :: i + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:552:22: + + integer :: i + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:47:57: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:84:36: + + integer :: impi, iomp, ierr, n + 1 +Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:47:86: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘interstitial’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:61: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘cldprop’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:90: + + subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & + 1 +Warning: Unused dummy argument ‘coupling’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:76: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:47: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:70: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘radtend’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:80: + + subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & + 1 +Warning: Unused dummy argument ‘sfcprop’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:61: + + subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & + 1 +Warning: Unused dummy argument ‘statein’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:754:71: + + subroutine GFS_interstitialtoscreen_run (Model, Statein, Stateout, Sfcprop, Coupling, & + 1 +Warning: Unused dummy argument ‘stateout’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90:755:52: + + Grid, Tbd, Cldprop, Radtend, Diag, Interstitial, & + 1 +Warning: Unused dummy argument ‘tbd’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1793:28: lprnt, ipr, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1793:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:1793:22: lprnt, ipr, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:861:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:861:40: REAL(r8) DELZ, BUOY, DELWC, DELER 1 Warning: Unused variable ‘deler’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:861:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:861:20: REAL(r8) DELZ, BUOY, DELWC, DELER 1 Warning: Unused variable ‘delz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:22: REAL(r8) GDCLDX, GDMU2X, GDMU3X 1 Warning: Unused variable ‘gdcldx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:30: REAL(r8) GDCLDX, GDMU2X, GDMU3X 1 Warning: Unused variable ‘gdmu2x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:868:38: REAL(r8) GDCLDX, GDMU2X, GDMU3X 1 Warning: Unused variable ‘gdmu3x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:943:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:943:53: INTEGER :: KBMX, I, K, CTP, ierr, n, kp1, km1, kk, kbi, l, l1 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:728:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:728:59: DELTA , DELTI , ISTS , IENS, mype,& ! input 1 Warning: Unused dummy argument ‘mype’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:294:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:294:48: otspt , lat , kdt , & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:294:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:294:38: otspt , lat , kdt , & 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3547:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3547:0: SUBROUTINE CUMCLD & !! cloudiness Warning: ‘cumcld’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3806:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3806:0: SUBROUTINE CUMSBR & !! Tracer Subsidence Warning: ‘cumsbr’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3953:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:3953:0: SUBROUTINE CUMFXR1 & ! Tracer mass fixer Warning: ‘cumfxr1’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv.F90:4038:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90:4038:0: SUBROUTINE CUMCHK & ! check range of output values Warning: ‘cumchk’ defined but not used [-Wunused-function] [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:31:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:31:55: gt0, gq0, save_t, save_q, prsi, cldfrac, subcldfrac, & 1 Warning: Unused dummy argument ‘cldfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:29:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:29:58: subroutine cs_conv_aw_adj_run(im, levs, do_cscnv, do_aw, do_shoc, & 1 Warning: Unused dummy argument ‘do_aw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:29:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:29:51: subroutine cs_conv_aw_adj_run(im, levs, do_cscnv, do_aw, do_shoc, & 1 Warning: Unused dummy argument ‘do_cscnv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:30:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:30:27: ntrac, ncld, ntcw, ntclamt, nncl, con_g, sigmafrac, & 1 Warning: Unused dummy argument ‘ncld’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:30:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90:30:42: ntrac, ncld, ntcw, ntclamt, nncl, con_g, sigmafrac, & 1 Warning: Unused dummy argument ‘ntclamt’ at (1) [-Wunused-dummy-argument] [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:88:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:88:38: integer, parameter :: ichoice=0 ! 0 2 5 13 8 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:90:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:90:40: integer, parameter :: ichoicem=13 ! 0 2 5 13 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:91:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:91:40: integer, parameter :: ichoice_s=3 ! 0 1 2 3 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:427:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:427:3: 123 format(1x,i2,1x,2(1x,f8.0),1x,2(1x,f8.3),3(1x,e13.5)) 1 Warning: Label 123 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:875:4: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:875:4: 100 continue 1 Warning: Label 100 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:150:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:150:79: real(kind=kind_phys), dimension (im) :: tau_ecmwf,edt,edtm,edtd,ter11,aa0,xlandi 1 Warning: Unused variable ‘aa0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:71: real(kind=kind_phys) :: clwtot,clwtot1,excess,tcrit,tscl_kf,dp,dq,sub_spread,subcenter 1 Warning: Unused variable ‘dq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:37: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘dsubclw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:55: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘dsubclwm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:46: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘dsubclws’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:33: real(kind=kind_phys) :: dts,fpi,fp 1 Warning: Unused variable ‘dts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:51: real(kind=kind_phys) :: clwtot,clwtot1,excess,tcrit,tscl_kf,dp,dq,sub_spread,subcenter 1 Warning: Unused variable ‘excess’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:40: real(kind=kind_phys) :: dts,fpi,fp 1 Warning: Unused variable ‘fp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:93:37: real(kind=kind_phys) :: dts,fpi,fp 1 Warning: Unused variable ‘fpi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:151:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:151:68: real(kind=kind_phys), dimension (im) :: pret,prets,pretm,hexec 1 Warning: Unused variable ‘hexec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:19: integer :: ibegc,iendc,jbegc,jendc,kstop 1 Warning: Unused variable ‘ibegc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:19: integer :: ibegh,iendh,jbegh,jendh 1 Warning: Unused variable ‘ibegh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:176:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:176:26: integer :: i,j,k,icldck,ipr,jpr,jpr_deep,ipr_deep 1 Warning: Unused variable ‘icldck’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:25: integer :: ibegc,iendc,jbegc,jendc,kstop 1 Warning: Unused variable ‘iendc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:25: integer :: ibegh,iendh,jbegh,jendh 1 Warning: Unused variable ‘iendh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:177:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:177:29: integer :: itf,jtf,ktf,iss,jss,nbegin,nend 1 Warning: Unused variable ‘iss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:33: integer :: iens,ibeg,iend,jbeg,jend,n 1 Warning: Unused variable ‘jbeg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:31: integer :: ibegc,iendc,jbegc,jendc,kstop 1 Warning: Unused variable ‘jbegc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:31: integer :: ibegh,iendh,jbegh,jendh 1 Warning: Unused variable ‘jbegh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:38: integer :: iens,ibeg,iend,jbeg,jend,n 1 Warning: Unused variable ‘jend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:160:37: integer :: ibegc,iendc,jbegc,jendc,kstop 1 Warning: Unused variable ‘jendc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:159:37: integer :: ibegh,iendh,jbegh,jendh 1 Warning: Unused variable ‘jendh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:177:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:177:33: integer :: itf,jtf,ktf,iss,jss,nbegin,nend 1 Warning: Unused variable ‘jss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:40: integer, dimension(im) :: k22_shallow,kbcon_shallow,ktop_shallow 1 Warning: Unused variable ‘k22_shallow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:54: integer, dimension(im) :: k22_shallow,kbcon_shallow,ktop_shallow 1 Warning: Unused variable ‘kbcon_shallow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:140:67: integer, dimension(im) :: k22_shallow,kbcon_shallow,ktop_shallow 1 Warning: Unused variable ‘ktop_shallow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:158:40: integer :: iens,ibeg,iend,jbeg,jend,n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:52: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pahfs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:41: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘paph’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:71: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pgeoh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:144:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:144:64: real(kind=kind_phys), dimension (im,km) :: dhdt,zu,zus,zd,phf,zum,zdm,outum,outvm 1 Warning: Unused variable ‘phf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:143:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:143:65: real(kind=kind_phys), dimension (im,km) :: outt,outq,outqc,phh,subm,cupclw,cupclws 1 Warning: Unused variable ‘phh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:36: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pqen’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:58: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pqhfl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:31: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘pten’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:88: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:88: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘rkbcon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:94: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:180:94: real(kind=kind_phys) :: dsubclw,dsubclws,dsubclwm,dtime_max,ztm,ztq,hfm,qfm,rkbcon,rktop 1 Warning: Unused variable ‘rktop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:82: real(kind=kind_phys) :: clwtot,clwtot1,excess,tcrit,tscl_kf,dp,dq,sub_spread,subcenter 1 Warning: Unused variable ‘sub_spread’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:146:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:146:70: real(kind=kind_phys), dimension (im,km) :: outtm,outqm,outqcm,submm,cupclwm 1 Warning: Unused variable ‘submm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:179:65: real(kind=kind_phys) :: clwtot,clwtot1,excess,tcrit,tscl_kf,dp,dq,sub_spread,subcenter 1 Warning: Unused variable ‘tscl_kf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:172:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:172:52: real(kind=kind_phys), dimension (im) :: ccn,z1,psur,cuten,cutens,cutenm 1 Warning: Unused variable ‘z1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:148:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:148:58: real(kind=kind_phys), dimension (im,km) :: hco,hcdo,zdo,zdd,hcom,hcdom,zdom 1 Warning: Unused variable ‘zdo’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:148:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:148:78: real(kind=kind_phys), dimension (im,km) :: hco,hcdo,zdo,zdd,hcom,hcdom,zdom 1 Warning: Unused variable ‘zdom’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:65: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 Warning: Unused variable ‘zkhvfl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90:162:46: real(kind=kind_phys) :: pten,pqen,paph,zrho,pahfs,pqhfl,zkhvfl,pgeoh 1 @@ -18162,522 +18160,522 @@ Warning: Unused variable ‘zrho’ declared at (1) [-Wunused-variable] [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o [ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o [ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1544:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1544:27: zcbase(jl) = paph(jl,ik) + zdp 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1765:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1765:27: zcbase(jl) = paph(jl,ik) + zdp 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3625:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3625:37: & (klon, klev, klevm1, kk, pten,& 1 Warning: Unused dummy argument ‘klevm1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3665:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3665:37: integer jl,kk,klev,klon,klevp1,klevm1 1 Warning: Unused variable ‘klevp1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3626:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3626:35: & pqen, pqsen, puen, pven, pverv,& 1 Warning: Unused dummy argument ‘puen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3629:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3629:34: & pqu, plu, puu, pvu, pmfus,& 1 Warning: Unused dummy argument ‘puu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3626:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3626:44: & pqen, pqsen, puen, pven, pverv,& 1 Warning: Unused dummy argument ‘pven’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3629:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3629:43: & pqu, plu, puu, pvu, pmfus,& 1 Warning: Unused dummy argument ‘pvu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3533:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3533:19: integer isum,kcall,kk 1 Warning: Unused variable ‘isum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3532:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3532:20: integer jl,jk 1 Warning: Unused variable ‘jk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3343:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3343:65: logical , dimension(:,:) , allocatable :: llcumask , llcumbas 1 Warning: Unused variable ‘llcumbas’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3338:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3338:28: real(kind=kind_phys) zzp , zmfa , zerate , zposi 1 Warning: Unused variable ‘zzp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3219:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3219:57: subroutine cududvn(klon,klev,ktopm2,ktype,kcbot,kctop,ldcum, & 1 Warning: Unused dummy argument ‘kctop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3239:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3239:39: real(kind=kind_phys) zzp, zdtdt 1 Warning: Unused variable ‘zdtdt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3220:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3220:25: ztmst,paph,puen,pven,pmfu,pmfd,puu,pud,pvu,pvd,ptenu, & 1 Warning: Unused dummy argument ‘ztmst’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3158:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3158:20: integer jk , ik , jl 1 Warning: Unused variable ‘ik’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3135:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3135:46: subroutine cudtdqn(klon,klev,ktopm2,kctop,kdtop,ldcum, & 1 Warning: Unused dummy argument ‘kctop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3135:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3135:52: subroutine cudtdqn(klon,klev,ktopm2,kctop,kdtop,ldcum, & 1 Warning: Unused dummy argument ‘kdtop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:27: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘lddraf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:49: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘pgeo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:44: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘pgeoh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:55: pqenh,pqsen,plglac,plude,pmfu,pmfd,pmfus,pmfds, & 1 Warning: Unused dummy argument ‘pmfd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:50: pqenh,pqsen,plglac,plude,pmfu,pmfd,pmfus,pmfds, & 1 Warning: Unused dummy argument ‘pmfu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:65: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘pqen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:26: pqenh,pqsen,plglac,plude,pmfu,pmfd,pmfus,pmfds, & 1 Warning: Unused dummy argument ‘pqenh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3137:32: pqenh,pqsen,plglac,plude,pmfu,pmfd,pmfus,pmfds, & 1 Warning: Unused dummy argument ‘pqsen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:60: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘ptenh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3136:33: lddraf,ztmst,paph,pgeoh,pgeo,pten,ptenh,pqen, & 1 Warning: Unused dummy argument ‘ztmst’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3159:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:3159:39: real(kind=kind_phys) zalv , zzp 1 Warning: Unused variable ‘zzp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:26: integer is,ik,icall,ike,ikb 1 Warning: Unused variable ‘icall’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:30: integer is,ik,icall,ike,ikb 1 Warning: Unused variable ‘ike’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2919:17: integer is,ik,icall,ike,ikb 1 Warning: Unused variable ‘is’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2679:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2679:30: integer is,ik,icall,ike, itopde(klon) 1 Warning: Unused variable ‘ike’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2676:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2676:19: logical llo1 1 Warning: Unused variable ‘llo1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2587:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2587:34: & , ptd, pqd, pud, pvd, pmfu & 1 Warning: Unused dummy argument ‘pud’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2585:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2585:35: & , ptenh, pqenh, puen, pven & 1 Warning: Unused dummy argument ‘puen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2587:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2587:44: & , ptd, pqd, pud, pvd, pmfu & 1 Warning: Unused dummy argument ‘pvd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2585:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2585:45: & , ptenh, pqenh, puen, pven & 1 Warning: Unused dummy argument ‘pven’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2681:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2681:69: real(kind=kind_phys) zmfdsk,zmfdqk,zbuo,zrain,zbuoyz,zmfduk,zmfdvk 1 Warning: Unused variable ‘zmfduk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2681:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2681:76: real(kind=kind_phys) zmfdsk,zmfdqk,zbuo,zrain,zbuoyz,zmfduk,zmfdvk 1 Warning: Unused variable ‘zmfdvk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2356:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2356:35: & kcbot, kctop, lndj, ldcum, & 1 Warning: Unused dummy argument ‘lndj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2359:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2359:54: & pgeoh, paph, ptu, pqu, plu,& 1 Warning: Unused dummy argument ‘plu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2361:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2361:34: & ptd, pqd, pud, pvd, & 1 Warning: Unused dummy argument ‘pud’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2357:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2357:35: & ptenh, pqenh, puen, pven, & 1 Warning: Unused dummy argument ‘puen’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2360:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2360:14: & puu, pvu, pmfub, prfl, & 1 Warning: Unused dummy argument ‘puu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2361:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2361:44: & ptd, pqd, pud, pvd, & 1 Warning: Unused dummy argument ‘pvd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2357:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2357:45: & ptenh, pqenh, puen, pven, & 1 Warning: Unused dummy argument ‘pven’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2360:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:2360:24: & puu, pvu, pmfub, prfl, & 1 Warning: Unused dummy argument ‘pvu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:47: real(kind=kind_phys) atop1,atop2,abot 1 Warning: Unused variable ‘abot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:36: real(kind=kind_phys) atop1,atop2,abot 1 Warning: Unused variable ‘atop1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1979:42: real(kind=kind_phys) atop1,atop2,abot 1 Warning: Unused variable ‘atop2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:56: real(kind=kind_phys) zrnew,zz,zdmfeu,zdmfdu,dp 1 Warning: Unused variable ‘dp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1956:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1956:49: real(kind=kind_phys) eta(klon),dz(klon) 1 Warning: Unused variable ‘dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1956:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1956:40: real(kind=kind_phys) eta(klon),dz(klon) 1 Warning: Unused variable ‘eta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1970:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1970:23: integer ikb,icum,itopm2,ik,icall,is,kcum,jlm,jll 1 Warning: Unused variable ‘icum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1970:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1970:30: integer ikb,icum,itopm2,ik,icall,is,kcum,jlm,jll 1 Warning: Unused variable ‘itopm2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1858:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1858:45: & kcbot, kctop, kctop0, kcum, ztmst,& 1 Warning: Unused dummy argument ‘kcum’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:37: & pqte, pverv, klwmin, ldcum, phcbase,& 1 Warning: Unused dummy argument ‘klwmin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1963:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1963:19: logical llo2,llo3, llo1(klon) 1 Warning: Unused variable ‘llo2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:58: & pqte, pverv, klwmin, ldcum, phcbase,& 1 Warning: Unused dummy argument ‘phcbase’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1859:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1859:17: & pqsenh, plglac, lndj, wup, wbase, kdpl, pmfude_rate) 1 Warning: Unused dummy argument ‘pqsenh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1854:15: & pqte, pverv, klwmin, ldcum, phcbase,& 1 Warning: Unused dummy argument ‘pqte’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:53: real(kind=kind_phys) zrnew,zz,zdmfeu,zdmfdu,dp 1 Warning: Unused variable ‘zdmfdu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:46: real(kind=kind_phys) zrnew,zz,zdmfeu,zdmfdu,dp 1 Warning: Unused variable ‘zdmfeu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1947:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1947:26: & zmfuu(klon), zmfuv(klon),& 1 Warning: Unused variable ‘zmfuu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1947:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1947:50: & zmfuu(klon), zmfuv(klon),& 1 Warning: Unused variable ‘zmfuv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1953:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1953:72: real(kind=kind_phys) wbase(klon), zodetr(klon,klev) 1 Warning: Unused variable ‘zodetr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1948:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1948:27: & zpbase(klon), zqold(klon) 1 Warning: Unused variable ‘zpbase’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1977:39: real(kind=kind_phys) zrnew,zz,zdmfeu,zdmfdu,dp 1 Warning: Unused variable ‘zz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1399:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1399:44: real(kind=kind_phys) fscale,crirh1,pp 1 Warning: Unused variable ‘crirh1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1320:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1320:25: & pten, lndj, cutu, cuqu, culab,& 1 Warning: Unused dummy argument ‘lndj’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1393:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1393:47: real(kind=kind_phys) plude(klon,klev) 1 Warning: Unused variable ‘plude’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1399:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1399:47: real(kind=kind_phys) fscale,crirh1,pp 1 Warning: Unused variable ‘pp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1318:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1318:37: & ptenh, pqenh, pqsenh, pgeoh, paph,& 1 Warning: Unused dummy argument ‘pqsenh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1398:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1398:39: real(kind=kind_phys) zz,zdken,zdq 1 Warning: Unused variable ‘zdken’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1405:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1405:80: real(kind=kind_phys) zqsu,zcor,zdp,zesdp,zalfaw,zfacw,zfaci,zfac,zdsdp,zdqsdt,zdtdp 1 Warning: Unused variable ‘zdsdp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1398:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1398:33: real(kind=kind_phys) zz,zdken,zdq 1 Warning: Unused variable ‘zz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:37: & pmfdq, pdmfup, pdmfdp, pdpmel, plu,& 1 Warning: Unused dummy argument ‘pdmfdp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:27: & pmfdq, pdmfup, pdmfdp, pdpmel, plu,& 1 Warning: Unused dummy argument ‘pdmfup’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:47: & pmfdq, pdmfup, pdmfdp, pdpmel, plu,& 1 Warning: Unused dummy argument ‘pdpmel’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1197:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1197:16: & plude, klab) 1 Warning: Unused dummy argument ‘plude’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:25: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1196:16: & pmfdq, pdmfup, pdmfdp, pdpmel, plu,& 1 Warning: Unused dummy argument ‘pmfdq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:46: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfds’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:15: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfu’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:56: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfuq’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:1195:36: & pmfu, pmfd, pmfus, pmfds, pmfuq,& 1 Warning: Unused dummy argument ‘pmfus’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:37: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zalfaw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:42: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zalv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:63: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zc4les’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:56: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zc5ldcp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:471:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:471:66: real(kind=kind_phys) wup(klon), zdqcv(klon) 1 Warning: Unused variable ‘zdqcv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:74: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zgam’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:84: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zhhat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:69: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zhsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:479:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:479:43: real(kind=kind_phys) zmfuvb(klon),zsum12(klon),zsum22(klon) 1 Warning: Unused variable ‘zmfuvb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:48: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zqalv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:491:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:491:41: real(kind=kind_phys) zpbmpt,zro,zdz,zdp,zeps,zfac,wspeed 1 Warning: Unused variable ‘zro’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:465:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:465:41: real(kind=kind_phys) zsfl(klon), zdpmel(klon,klev),& 1 Warning: Unused variable ‘zsfl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:490:78: real(kind=kind_phys) zalfaw,zalv,zqalv,zc5ldcp,zc4les,zhsat,zgam,zzz,zhhat 1 Warning: Unused variable ‘zzz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:197:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:197:15: integer i,j,k,k1,n,km1 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:196:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:196:51: real(kind=kind_phys) ztmst,fliq,fice,ztc,zalf,tt 1 Warning: Unused variable ‘zalf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:196:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:196:46: real(kind=kind_phys) ztmst,fliq,fice,ztc,zalf,tt 1 Warning: Unused variable ‘ztc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:198:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90:198:32: real(kind=kind_phys) ztpp1 1 @@ -18685,1682 +18683,1682 @@ Warning: Unused variable ‘ztpp1’ declared at (1) [-Wunused-variable] [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:41: & THETA,SIGMA,GAMMA,ELVMAX, & 1 Warning: Unused dummy argument ‘elvmax’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:34: & THETA,SIGMA,GAMMA,ELVMAX, & 1 Warning: Unused dummy argument ‘gamma’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:209:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:209:27: & lprnt, ipr, rdxzb, dx, gwd_opt, errmsg, errflg ) 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:197:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:197:22: & IM,IX,KM,dvdt,dudt,dtdt,U1,V1,T1,Q1,KPBL, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:198:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:198:57: & PRSI,DEL,PRSL,PRSLK,PHII,PHIL,DELTIM,KDT, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:209:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:209:22: & lprnt, ipr, rdxzb, dx, gwd_opt, errmsg, errflg ) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:198:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:198:41: & PRSI,DEL,PRSL,PRSLK,PHII,PHIL,DELTIM,KDT, & 1 Warning: Unused dummy argument ‘phii’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:208:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:208:30: & g, cp, rd, rv, fv, pi, imx, cdmbgwd, me, master, & 1 Warning: Unused dummy argument ‘rv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:28: & THETA,SIGMA,GAMMA,ELVMAX, & 1 Warning: Unused dummy argument ‘sigma’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90:201:22: & THETA,SIGMA,GAMMA,ELVMAX, & 1 Warning: Unused dummy argument ‘theta’ at (1) [-Wunused-dummy-argument] [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1875:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1875:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1888:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1888:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1889:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1889:11: real p ! pressure (Pa) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1900:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1900:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1920:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1920:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1921:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1921:11: real p ! pressure (Pa) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1931:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1931:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1943:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1943:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1944:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1944:11: real p ! pressure (Pa) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1950:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1950:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1971:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1971:11: real t ! temperature (K) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1972:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1972:11: real p ! pressure (Pa) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1164:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1164:27: integer i, j, k, kb, ks, zend 1 Warning: Unused variable ‘ks’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1164:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1164:33: integer i, j, k, kb, ks, zend 1 Warning: Unused variable ‘zend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:858:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:858:44: integer i, j, k, kk, kl, ku, kb, kc, kli, kui 1 Warning: Unused variable ‘kli’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:858:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:858:49: integer i, j, k, kk, kl, ku, kb, kc, kli, kui 1 Warning: Unused variable ‘kui’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:857:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:857:33: real wrk, wrk1, wrk2, wrk3 1 Warning: Unused variable ‘wrk3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:824:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:824:34: real rdzw, wrku, wrkv, wrkw 1 Warning: Unused variable ‘wrkw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:652:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:652:66: buoy_sgs,ratio,a_prod_sh,a_prod_bu,a_diss,a_prod_bu_debug, buoy_sgs_debug, & 1 Warning: Unused variable ‘a_prod_bu_debug’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:42: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘bbb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:18: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘betdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:652:82: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:652:82: buoy_sgs,ratio,a_prod_sh,a_prod_bu,a_diss,a_prod_bu_debug, buoy_sgs_debug, & 1 Warning: Unused variable ‘buoy_sgs_debug’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:64: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘dqsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:29: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘lstarn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:37: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘lstarp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:47: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘omn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:52: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘omp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:651:58: real grd,betdz,Cee,lstarn, lstarp, bbb, omn, omp,qsatt,dqsat, smix, & 1 Warning: Unused variable ‘qsatt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:399:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:399:16: basetemp2, beta1, beta2, qs1, qs2, & 1 Warning: Unused variable ‘basetemp2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:395:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:395:68: thl_first, qw_first, w_first, Tl1_1, Tl1_2, betatest, pval, pkap, & 1 Warning: Unused variable ‘betatest’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:80: thec, thlsec, qwsec, qwthlsec, wqwsec, wthlsec, thestd,dum, & 1 Warning: Unused variable ‘dum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:37: wthv_sec, lprnt, ipr, ncpl, ncpi, & 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:200:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:200:56: subroutine shoc_work (ix, nx, ny, nzm, nz, dtn, me, lat, & 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:32: wthv_sec, lprnt, ipr, ncpl, ncpi, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:200:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:200:51: subroutine shoc_work (ix, nx, ny, nzm, nz, dtn, me, lat, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:49: wthv_sec, lprnt, ipr, ncpl, ncpi, & 1 Warning: Unused dummy argument ‘ncpi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:205:43: wthv_sec, lprnt, ipr, ncpl, ncpi, & 1 Warning: Unused dummy argument ‘ncpl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:398:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:398:80: cqt1, cthl1, cqt2, cthl2, qn1, qn2, qi1, qi2, omn1, omn2, & 1 Warning: Unused variable ‘omn1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:398:86: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:398:86: cqt1, cthl1, cqt2, cthl2, qn1, qn2, qi1, qi2, omn1, omn2, & 1 Warning: Unused variable ‘omn2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:394:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:394:25: r_qwthl_1, r_wqw_1, r_wthl_1, testvar, s1, s2, std_s1, std_s2, C1, C2, & 1 Warning: Unused variable ‘r_wqw_1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:394:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:394:37: r_qwthl_1, r_wqw_1, r_wthl_1, testvar, s1, s2, std_s1, std_s2, C1, C2, & 1 Warning: Unused variable ‘r_wthl_1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:15: sqrtstd1, sqrtstd2, tsign, tvar, sqrtw2t, wqls, wqis, & 1 Warning: Unused variable ‘sqrtstd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:26: sqrtstd1, sqrtstd2, tsign, tvar, sqrtw2t, wqls, wqis, & 1 Warning: Unused variable ‘sqrtstd2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:390:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:390:67: real lstarn, depth, omn, betdz, bbb, term, qsatt, dqsat, & 1 Warning: Unused variable ‘term’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:11: thec, thlsec, qwsec, qwthlsec, wqwsec, wthlsec, thestd,dum, & 1 Warning: Unused variable ‘thec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:397:76: thec, thlsec, qwsec, qwthlsec, wqwsec, wthlsec, thestd,dum, & 1 Warning: Unused variable ‘thestd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:402:45: sqrtstd1, sqrtstd2, tsign, tvar, sqrtw2t, wqls, wqis, & 1 Warning: Unused variable ‘tvar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:27: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2ql’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:35: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2ql_1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:47: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2ql_2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:22: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2qw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:396:12: w2thl, w2qw,w2ql, w2ql_1, w2ql_2, & 1 Warning: Unused variable ‘w2thl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:393:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:393:46: qw2_2, ql1, ql2, w_ql1, w_ql2, & 1 Warning: Unused variable ‘w_ql1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:393:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:393:58: qw2_2, ql1, ql2, w_ql1, w_ql2, & 1 Warning: Unused variable ‘w_ql2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:27:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:27:41: subroutine shoc_run (ix, nx, nzm, do_shoc, shocaftcnv, mg3_as_mg2, imp_physics, imp_physics_gfdl, imp_physics_zhao_carr, & 1 Warning: Unused dummy argument ‘do_shoc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:31:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:31:14: skip_macro, clw_ice, clw_liquid, gq0_cloud_liquid, ncpl, ncpi, gt0, gq0_water_vapor, cld_sgs, tke, tkh, wthv_sec, & 1 Warning: Unused dummy argument ‘skip_macro’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1119:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90:1119:0: subroutine conv_scale() Warning: ‘conv_scale’ defined but not used [-Wunused-function] -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gscond.f:46:54: - - &, tp1, qp1, psp1, u, lprnt, ipr, errmsg, errflg) - 1 -Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gscond.f:46:49: - - &, tp1, qp1, psp1, u, lprnt, ipr, errmsg, errflg) - 1 -Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f:146:57: - - & grav,cp,rd,fv,pi,dlength,lprnt,ipr,fhour, & - 1 -Warning: Unused dummy argument ‘fhour’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f:258:34: - - integer i,ii,k,k1,kk,kb,ilev,npt,kcb,kcldm,npr - 1 -Warning: Unused variable ‘ilev’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f:258:42: - - integer i,ii,k,k1,kk,kb,ilev,npt,kcb,kcldm,npr - 1 -Warning: Unused variable ‘kcb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gwdc.f:144:39: - - subroutine gwdc_run (im,ix,km,lat,u1,v1,t1,q1,deltim, & - 1 -Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:1968:49: - - real :: stab, cfcrit, cf00, cfp1 - 1 -Warning: Unused variable ‘cf00’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:1968:35: - - real :: stab, cfcrit, cf00, cfp1 - 1 -Warning: Unused variable ‘stab’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:310:46: - - & dummyW , wparc_cgw, cfaux, dpre8, & - 1 -Warning: Unused variable ‘cfaux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:238:71: - - & TMAXLL, USURF,LTS_UP, LTS_LOW, MIN_EXP, fracover, c2_gw, est3 - 1 -Warning: Unused variable ‘est3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:309:49: - - & tm_gw, pm_gw, nm_gw, h_gw, rho_gw, khaux, qcaux, & - 1 -Warning: Unused variable ‘khaux’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:363:64: - - real(kind=kind_phys):: k_gw, maxkh, tausurf_gw, overscale, tx1, rh1_r8 - 1 -Warning: Unused variable ‘overscale’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:128:38: - - &, TAUGWX, TAUGWY & - 1 -Warning: Unused dummy argument ‘taugwx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:128:48: - - &, TAUGWX, TAUGWY & - 1 -Warning: Unused dummy argument ‘taugwy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:238:23: - - & TMAXLL, USURF,LTS_UP, LTS_LOW, MIN_EXP, fracover, c2_gw, est3 - 1 -Warning: Unused variable ‘usurf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:308:64: - - real(kind=kind_phys), dimension (LM) :: uwind_gw,vwind_gw, & - 1 -Warning: Unused variable ‘vwind_gw’ declared at (1) [-Wunused-variable] -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro.F90:1961:0: - - subroutine find_cldtop(ncol, pver, cf, kcldtop) - -Warning: ‘find_cldtop’ defined but not used [-Wunused-function] -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/memutils/memutils.F90:290:21: - - integer :: memuse !default integer OK? - 1 -Warning: Unused variable ‘memuse’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4440:42: +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4440:42: fileObj%p0di(k,j)%p = r0d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4445:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4445:42: fileObj%p1di(k,j)%p = r1d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4452:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4452:59: fileObj%p2di(k,j)%p(isc:iec,jsc:jec) = r2d(isc:iec,jsc:jec) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4460:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4460:61: fileObj%p3di(k,j)%p(isc:iec,jsc:jec,:) = r3d(isc:iec,jsc:jec,:) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4489:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4489:42: fileObj%p0di(k,j)%p = r0d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4494:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4494:42: fileObj%p1di(k,j)%p = r1d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4501:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4501:42: fileObj%p2di(k,j)%p = r2d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4509:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4509:42: fileObj%p3di(k,j)%p = r3d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4122:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4122:45: fileObj%p0di(k,j)%p = r0d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4127:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4127:45: fileObj%p1di(k,j)%p = r1d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4134:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4134:62: fileObj%p2di(k,j)%p(isc:iec,jsc:jec) = r2d(isc:iec,jsc:jec) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4142:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4142:64: fileObj%p3di(k,j)%p(isc:iec,jsc:jec,:) = r3d(isc:iec,jsc:jec,:) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4171:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4171:45: fileObj%p0di(k,j)%p = r0d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4176:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4176:45: fileObj%p1di(k,j)%p = r1d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4183:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4183:45: fileObj%p2di(k,j)%p = r2d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:4191:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:4191:45: fileObj%p3di(k,j)%p = r3d 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3415:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3415:28: restartname = fileObj%name 1 Warning: CHARACTER expression will be truncated in assignment (80/128) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2505:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2505:28: restartname = fileObj%name 1 Warning: CHARACTER expression will be truncated in assignment (80/128) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2352:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2352:28: data_default_r = TRANSFER(MPP_FILL_INT,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2353:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2353:55: if (present(data_default)) data_default_r = TRANSFER(data_default ,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2311:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2311:28: data_default_r = TRANSFER(MPP_FILL_INT,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2312:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2312:55: if (present(data_default)) data_default_r = TRANSFER(data_default ,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2270:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2270:28: data_default_r = TRANSFER(MPP_FILL_INT,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2271:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2271:55: if (present(data_default)) data_default_r = TRANSFER(data_default ,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2229:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2229:28: data_default_r = TRANSFER(MPP_FILL_INT,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2230:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2230:55: if (present(data_default)) data_default_r = TRANSFER(data_default ,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1986:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1986:28: data_default_r = TRANSFER(MPP_FILL_INT,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1987:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1987:55: if (present(data_default)) data_default_r = TRANSFER(data_default ,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1947:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1947:28: data_default_r = TRANSFER(MPP_FILL_INT,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1948:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1948:55: if (present(data_default)) data_default_r = TRANSFER(data_default ,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1903:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1903:28: data_default_r = TRANSFER(MPP_FILL_INT,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1904:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1904:55: if (present(data_default)) data_default_r = TRANSFER(data_default ,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1863:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1863:28: data_default_r = TRANSFER(MPP_FILL_INT,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1864:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1864:55: if (present(data_default)) data_default_r = TRANSFER(data_default ,data_default_r) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1000:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1000:26: default_data = TRANSFER(MPP_FILL_INT,default_data) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:985:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:985:26: default_data = TRANSFER(MPP_FILL_INT,default_data) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:969:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:969:26: default_data = TRANSFER(MPP_FILL_INT,default_data) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:952:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:952:26: default_data = TRANSFER(MPP_FILL_INT,default_data) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 < result size 8 [-Wsurprising] -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:8141:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gscond.f:46:54: + + &, tp1, qp1, psp1, u, lprnt, ipr, errmsg, errflg) + 1 +Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gscond.f:46:49: + + &, tp1, qp1, psp1, u, lprnt, ipr, errmsg, errflg) + 1 +Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/memutils/memutils.F90:290:21: + + integer :: memuse !default integer OK? + 1 +Warning: Unused variable ‘memuse’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:8141:80: subroutine get_field_id(unit, index_file, fieldname, index_field, is_no_domain, is_not_dim) 1 Warning: Unused dummy argument ‘is_no_domain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:6998:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:6998:14: integer :: m 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:72: - - qrn, qsnw, qgl, ncpr, ncps, ncgl, cld_frc_MG, qlcn, qicn, cf_upi, clw_water, clw_ice, clcn, errmsg, errflg ) - 1 -Warning: Unused dummy argument ‘cf_upi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:87: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:5613:27: - gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & - 1 -Warning: Unused dummy argument ‘cnvc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:93: - - gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & - 1 -Warning: Unused dummy argument ‘cnvw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:109: - - gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & - 1 -Warning: Unused dummy argument ‘gt0’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:64: - - qrn, qsnw, qgl, ncpr, ncps, ncgl, cld_frc_MG, qlcn, qicn, cf_upi, clw_water, clw_ice, clcn, errmsg, errflg ) - 1 -Warning: Unused dummy argument ‘qicn’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:58: - - qrn, qsnw, qgl, ncpr, ncps, ncgl, cld_frc_MG, qlcn, qicn, cf_upi, clw_water, clw_ice, clcn, errmsg, errflg ) - 1 -Warning: Unused dummy argument ‘qlcn’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:98: - - gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & - 1 -Warning: Unused dummy argument ‘tcr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:104: - - gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & - 1 -Warning: Unused dummy argument ‘tcrf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:54:33: - - real(kind=kind_phys) :: tem - 1 -Warning: Unused variable ‘tem’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:5613:27: - - integer :: i,lsize - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:5614:35: + integer :: i,lsize + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:5614:35: logical :: is_ioroot=.false. 1 Warning: Unused variable ‘is_ioroot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:5613:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:5613:33: integer :: i,lsize 1 Warning: Unused variable ‘lsize’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:5612:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:5612:35: integer, allocatable :: pelist(:) 1 Warning: Unused variable ‘pelist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:5564:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:5564:44: type(domain2d), pointer, save :: io_domain =>NULL() 1 Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:5521:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:5521:44: type(domain2d), pointer, save :: io_domain =>NULL() 1 Warning: Unused variable ‘io_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:5516:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:5516:50: integer :: unit, siz_in(4) 1 Warning: Unused variable ‘siz_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3671:32: +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3671:32: character(len=200) :: filepath ! The path (dir/file) to the file being opened. 1 Warning: Unused variable ‘filepath’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3684:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3684:47: integer :: ishift, jshift, i_add, j_add 1 Warning: Unused variable ‘ishift’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3684:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3684:55: integer :: ishift, jshift, i_add, j_add 1 Warning: Unused variable ‘jshift’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3678:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3678:45: integer :: j, n, l, k, unit 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3675:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3675:75: integer :: ndim, nvar, natt, ntime, tlev, siz 1 Warning: Unused variable ‘siz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3394:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3394:47: integer :: is, ie, js, je 1 Warning: Unused variable ‘ie’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3394:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3394:43: integer :: is, ie, js, je 1 Warning: Unused variable ‘is’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3394:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3394:55: integer :: is, ie, js, je 1 Warning: Unused variable ‘je’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3394:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3394:51: integer :: is, ie, js, je 1 Warning: Unused variable ‘js’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3007:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3007:54: character(len=256) :: checksum_char 1 Warning: Unused variable ‘checksum_char’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:3000:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:3000:47: type(domain2d) :: domain 1 Warning: Unused variable ‘domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2999:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2999:50: integer :: meta_size 1 Warning: Unused variable ‘meta_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2994:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2994:56: integer :: i, j, k, l, siz, ind_dom 1 Warning: Unused variable ‘siz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2979:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2979:44: integer :: var_sz, size_in_file ! The size in bytes of each variable and of the variables already in a file. 1 Warning: Unused variable ‘size_in_file’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2978:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2978:30: character(len=8) :: suffix ! A suffix (like _2) that is appended to the name of files after the first. 1 Warning: Unused variable ‘suffix’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2979:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2979:30: integer :: var_sz, size_in_file ! The size in bytes of each variable and of the variables already in a file. 1 Warning: Unused variable ‘var_sz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2899:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2899:54: character(len=256) :: checksum_char 1 Warning: Unused variable ‘checksum_char’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2896:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2896:42: integer :: i, j, k, l, num_var_axes, cpack, idx 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2896:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2896:77: integer :: i, j, k, l, num_var_axes, cpack, idx 1 Warning: Unused variable ‘idx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2896:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2896:48: integer :: i, j, k, l, num_var_axes, cpack, idx 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2896:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2896:51: integer :: i, j, k, l, num_var_axes, cpack, idx 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2597:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2597:54: character(len=256) :: checksum_char 1 Warning: Unused variable ‘checksum_char’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2598:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2598:55: logical :: domain_present, write_meta_data, write_field_data 1 Warning: Unused variable ‘domain_present’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:2591:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:2591:51: integer :: i, j, k, l, num_var_axes, cpack, idx, mpp_action 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1365:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1365:59: subroutine register_restart_axis_unlimited(fileObj,filename,fieldname,nelem,units,longname) 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1294:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1294:53: subroutine register_restart_axis_i1d(fileObj,filename,fieldname,data,compressed, & 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:1234:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:1234:53: subroutine register_restart_axis_r1d(fileObj,filename,fieldname,data,cartesian,units,longname,sense,min,calendar) 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:639:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:639:67: integer :: i, unit, io_status, logunit 1 Warning: Unused variable ‘logunit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:640:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:640:46: integer, allocatable, dimension(:) :: pelist 1 Warning: Unused variable ‘pelist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io.F90:639:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io.F90:639:47: integer :: i, unit, io_status, logunit 1 Warning: Unused variable ‘unit’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f:146:57: + + & grav,cp,rd,fv,pi,dlength,lprnt,ipr,fhour, & + 1 +Warning: Unused dummy argument ‘fhour’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f:258:34: + + integer i,ii,k,k1,kk,kb,ilev,npt,kcb,kcldm,npr + 1 +Warning: Unused variable ‘ilev’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f:258:42: + + integer i,ii,k,k1,kk,kb,ilev,npt,kcb,kcldm,npr + 1 +Warning: Unused variable ‘kcb’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f:144:39: + + subroutine gwdc_run (im,ix,km,lat,u1,v1,t1,q1,deltim, & + 1 +Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:1968:49: + + real :: stab, cfcrit, cf00, cfp1 + 1 +Warning: Unused variable ‘cf00’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:1968:35: + + real :: stab, cfcrit, cf00, cfp1 + 1 +Warning: Unused variable ‘stab’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:310:46: + + & dummyW , wparc_cgw, cfaux, dpre8, & + 1 +Warning: Unused variable ‘cfaux’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:238:71: + + & TMAXLL, USURF,LTS_UP, LTS_LOW, MIN_EXP, fracover, c2_gw, est3 + 1 +Warning: Unused variable ‘est3’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:309:49: + + & tm_gw, pm_gw, nm_gw, h_gw, rho_gw, khaux, qcaux, & + 1 +Warning: Unused variable ‘khaux’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:363:64: + + real(kind=kind_phys):: k_gw, maxkh, tausurf_gw, overscale, tx1, rh1_r8 + 1 +Warning: Unused variable ‘overscale’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:128:38: + + &, TAUGWX, TAUGWY & + 1 +Warning: Unused dummy argument ‘taugwx’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:128:48: + + &, TAUGWX, TAUGWY & + 1 +Warning: Unused dummy argument ‘taugwy’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:238:23: + + & TMAXLL, USURF,LTS_UP, LTS_LOW, MIN_EXP, fracover, c2_gw, est3 + 1 +Warning: Unused variable ‘usurf’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:308:64: + + real(kind=kind_phys), dimension (LM) :: uwind_gw,vwind_gw, & + 1 +Warning: Unused variable ‘vwind_gw’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90:1961:0: + + subroutine find_cldtop(ncol, pver, cf, kcldtop) + +Warning: ‘find_cldtop’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io_unstructured_read.inc:362:0: + + if (tlevel .le. 0) then + +Warning: ‘tlevel’ may be used uninitialized in this function [-Wmaybe-uninitialized] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms_io_unstructured_read.inc:50:0: + + if (tlevel .le. 0) then + +Warning: ‘tlevel’ may be used uninitialized in this function [-Wmaybe-uninitialized] +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:72: + + qrn, qsnw, qgl, ncpr, ncps, ncgl, cld_frc_MG, qlcn, qicn, cf_upi, clw_water, clw_ice, clcn, errmsg, errflg ) + 1 +Warning: Unused dummy argument ‘cf_upi’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:87: + + gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & + 1 +Warning: Unused dummy argument ‘cnvc’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:93: + + gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & + 1 +Warning: Unused dummy argument ‘cnvw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:109: + + gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & + 1 +Warning: Unused dummy argument ‘gt0’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:64: + + qrn, qsnw, qgl, ncpr, ncps, ncgl, cld_frc_MG, qlcn, qicn, cf_upi, clw_water, clw_ice, clcn, errmsg, errflg ) + 1 +Warning: Unused dummy argument ‘qicn’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:26:58: + + qrn, qsnw, qgl, ncpr, ncps, ncgl, cld_frc_MG, qlcn, qicn, cf_upi, clw_water, clw_ice, clcn, errmsg, errflg ) + 1 +Warning: Unused dummy argument ‘qlcn’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:98: + + gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & + 1 +Warning: Unused dummy argument ‘tcr’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:25:104: + + gq0_snow, gq0_graupel, gq0_rain_nc, gq0_snow_nc, gq0_graupel_nc, cld_shoc, cnvc, cnvw, tcr, tcrf, gt0, & + 1 +Warning: Unused dummy argument ‘tcrf’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90:54:33: + + real(kind=kind_phys) :: tem + 1 +Warning: Unused variable ‘tem’ declared at (1) [-Wunused-variable] [ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:132:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:132:16: elflx,mixht,ct 1 Warning: Unused variable ‘elflx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:25:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:25:10: & ix,im,levs,dt_phs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:43:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:43:17: & me, lprnt, errmsg, errflg ) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:32: & ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntgl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:17: & ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntiw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:22: & ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntrw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:27:27: & ntcw,ntiw,ntrw,ntsw,ntgl, & 1 Warning: Unused dummy argument ‘ntsw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:30:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:30:32: & prsik_1, prslk_1, prslki, tsfc, qsfc, & 1 Warning: Unused dummy argument ‘prslki’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:153:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:153:23: & ,rho,qfc1,gdx,xkzm_hx,xkzm_mx,tx1, tx2 1 Warning: Unused variable ‘qfc1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:153:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90:153:18: & ,rho,qfc1,gdx,xkzm_hx,xkzm_mx,tx1, tx2 1 Warning: Unused variable ‘rho’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io_unstructured_read.inc:362:0: - - if (tlevel .le. 0) then - -Warning: ‘tlevel’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms_io_unstructured_read.inc:50:0: - - if (tlevel .le. 0) then - -Warning: ‘tlevel’ may be used uninitialized in this function [-Wmaybe-uninitialized] [ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:40: & landfrac,lakefrac,oceanfrac,fice, & 1 Warning: Unused dummy argument ‘fice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:25:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:25:10: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:25: & landfrac,lakefrac,oceanfrac,fice, & 1 Warning: Unused dummy argument ‘lakefrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:16: & landfrac,lakefrac,oceanfrac,fice, & 1 Warning: Unused dummy argument ‘landfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:51:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:51:17: & me, lprnt, errmsg, errflg ) ! intent(inout) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:39:35: & landfrac,lakefrac,oceanfrac,fice, & 1 Warning: Unused dummy argument ‘oceanfrac’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:31:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:31:15: & prsik_1, prslk_1, tsfc, qsfc, & 1 Warning: Unused dummy argument ‘prsik_1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:31:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90:31:24: & prsik_1, prslk_1, tsfc, qsfc, & 1 Warning: Unused dummy argument ‘prslk_1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:244:61: +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:244:61: REAL(kind=kind_phys), DIMENSION( levs, nchem ) :: chem1 1 Warning: Unused variable ‘chem1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:242:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:242:57: real(kind=kind_phys), dimension(im,nchem) :: chem3d 1 Warning: Unused variable ‘chem3d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:56:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:56:34: & dqdt_ice_cloud, dqdt_ozone, & 1 Warning: Unused dummy argument ‘dqdt_ozone’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:24: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘ide’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:20: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘ids’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:25: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘ime’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:21: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘ims’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:25: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘ite’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:21: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘its’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:26:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:26:10: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:32: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘jde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:28: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘jds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:33: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘jme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:29: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘jms’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:33: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘jte’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:29: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘jts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:40: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘kde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:193:36: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘kds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:196:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:196:22: INTEGER :: kdvel, num_vert_mix 1 Warning: Unused variable ‘kdvel’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:41: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘kme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:194:37: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘kms’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:41: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘kte’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:195:37: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘kts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:196:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:196:36: INTEGER :: kdvel, num_vert_mix 1 Warning: Unused variable ‘num_vert_mix’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:234:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:234:22: & dz, w, p, rho, th, qv, tke_pbl, & 1 Warning: Unused variable ‘p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:245:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:245:67: REAL(kind=kind_phys), DIMENSION( levs+1, nchem ) :: s_awchem1 1 Warning: Unused variable ‘s_awchem1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:246:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:246:53: REAL(kind=kind_phys), DIMENSION( ndvel ) :: vd1 1 Warning: Unused variable ‘vd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:243:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90:243:55: real(kind=kind_phys), dimension(im,ndvel) :: vd3d 1 Warning: Unused variable ‘vd3d’ declared at (1) [-Wunused-variable] [ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:141:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:141:34: & Sh3D, EL_PBL, EXCH_H, & 1 Warning: Unused variable ‘exch_h’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:24: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘ide’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:20: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘ids’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:25: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘ime’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:21: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘ims’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:25: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘ite’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:21: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘its’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:23:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:23:10: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:32: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘jde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:28: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘jds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:33: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘jme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:29: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘jms’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:33: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘jte’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:29: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘jts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:40: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘kde’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:132:36: INTEGER :: IDS,IDE,JDS,JDE,KDS,KDE, & 1 Warning: Unused variable ‘kds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:41: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘kme’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:133:37: & IMS,IME,JMS,JME,KMS,KME, & 1 Warning: Unused variable ‘kms’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:41: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘kte’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90:134:37: & ITS,ITE,JTS,JTE,KTS,KTE 1 Warning: Unused variable ‘kts’ declared at (1) [-Wunused-variable] [ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o [ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90:24:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90:24:13: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90:67:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90:67:37: real :: Tc, iwc 1 Warning: Unused variable ‘iwc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90:34:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90:34:13: & ix,im,levs, & 1 Warning: Unused dummy argument ‘ix’ at (1) [-Wunused-dummy-argument] [ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o [ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f:90:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f:90:40: real(kind=kind_phys) dsdz2, dsdzq, dsdzt, dsig, dt2, rdt 1 Warning: Unused variable ‘dsdzq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:36: & lprnt,ipr,me, 1 Warning: Unused dummy argument ‘ipr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:32: & lprnt,ipr,me, 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f:34:39: & lprnt,ipr,me, 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f:35:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f:35:35: & grav, rd, cp, hvap, fv, 1 Warning: Unused dummy argument ‘rd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/moninshoc.f:33:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f:33:54: & kinver,xkzm_m,xkzm_h,xkzm_s,xkzminv, 1 Warning: Unused dummy argument ‘xkzm_s’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:37: mpicomm, mpirank, mpiroot, & 1 Warning: Unused dummy argument ‘mpicomm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:46: mpicomm, mpirank, mpiroot, & 1 Warning: Unused dummy argument ‘mpirank’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90:149:55: mpicomm, mpirank, mpiroot, & 1 Warning: Unused dummy argument ‘mpiroot’ at (1) [-Wunused-dummy-argument] [ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:47: +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:47: kdt, mpicomm, mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpicomm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:56: kdt, mpicomm, mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpirank’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90:70:65: kdt, mpicomm, mpirank, mpiroot, errmsg, errflg) 1 Warning: Unused dummy argument ‘mpiroot’ at (1) [-Wunused-dummy-argument] -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o [ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f:54:45: +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f:54:45: & prsl, prdout, oz_coeff, delp, ldiag3d, & 1 Warning: Unused dummy argument ‘ldiag3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f:55:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f:55:41: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f:55:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f:55:12: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘ozp1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f:55:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f:55:18: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘ozp2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f:55:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f:55:24: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘ozp3’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ozphys.f:55:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f:55:30: & ozp1, ozp2, ozp3, ozp4, con_g, me, errmsg, errflg) 1 Warning: Unused dummy argument ‘ozp4’ at (1) [-Wunused-dummy-argument] -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f:151:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f:151:64: &, crs1, crs2, cr, aa2, dtcp, c00, cmr 1 Warning: Unused variable ‘c00’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f:144:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f:144:37: real (kind=kind_phys) cclim(km) 1 Warning: Unused variable ‘cclim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f:50:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f:50:39: &, wk1,lprnt,jpr,errmsg,errflg) 1 Warning: Unused dummy argument ‘jpr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f:50:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f:50:35: &, wk1,lprnt,jpr,errmsg,errflg) 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/precpd.f:158:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f:158:50: &, rprs, erk, pps, sid, rid, amaxps 1 Warning: Unused variable ‘sid’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F:57:18: +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F:57:18: & grav,rd,cp,rv,hvap,hfus,fv,eps,epsm1, & 1 Warning: Unused dummy argument ‘rd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F:192:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F:192:31: & zfac, zfmin, vk, spdk2, 1 Warning: Unused variable ‘zfac’ declared at (1) [-Wunused-variable] [ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o [ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1031:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1031:59: isot, soiltyp, vegtype, fice, & ! in 1 Warning: Unused dummy argument ‘fice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1110:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1110:19: integer :: ii,jj 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1031:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1031:35: isot, soiltyp, vegtype, fice, & ! in 1 Warning: Unused dummy argument ‘isot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1110:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1110:22: integer :: ii,jj 1 Warning: Unused variable ‘jj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1104:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1104:41: i, j, k, l, num_soil_layers, ipr 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1037:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1037:50: wetness, me, master, errmsg, errflg) 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1037:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1037:42: wetness, me, master, errmsg, errflg) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1106:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:1106:57: real(kind=kind_phys), dimension(1:lsoil_ruc) :: zs2, dzs 1 Warning: Unused variable ‘zs2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:148:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:148:44: & smcwlt2, smcref2, do_mynnsfclay, & 1 Warning: Unused dummy argument ‘do_mynnsfclay’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:20: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘drip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:192:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:192:56: real (kind=kind_phys), dimension(lsoil_ruc) :: dzs 1 Warning: Unused variable ‘dzs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:25: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘ec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:31: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘edir’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:47: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘esnow’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:224:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:224:55: real (kind=kind_phys), dimension(lsoil_ruc) :: et 1 Warning: Unused variable ‘et’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:52: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘etp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:236:36: & dew, drip, ec, edir, ett, lh, esnow, etp, qfx, & 1 Warning: Unused variable ‘ett’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:151:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:151:31: & rainnc, rainc, ice, snow, graupel, & ! in 1 Warning: Unused dummy argument ‘ice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:264:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:264:18: integer :: l, k, i, j, fractional_seaice 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:267:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:267:29: logical :: rdlai2d, myj, frpcpn 1 Warning: Unused variable ‘myj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:218:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:218:49: real (kind=kind_phys), dimension(im) :: rch, rho, & 1 Warning: Unused variable ‘rch’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:143:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:143:42: & sfcemis, dlwflx, dswsfc, snet, delt, tg3, cm, ch, & 1 Warning: Unused dummy argument ‘snet’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:242:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:242:39: & sneqv, snoalb1d, snowh, snoh, tsnav, & 1 Warning: Unused variable ‘snoh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:243:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:243:32: & snomlt, sncovr, soilw, soilm, ssoil, soilt, tbot, & 1 Warning: Unused variable ‘soilw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:220:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:220:22: & tprcp_old, srflag_old, tskin_old, canopy_old, & 1 Warning: Unused variable ‘tprcp_old’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:244:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90:244:15: & xlai, swdn, z0, znt, rhosnfr, infiltr, & 1 Warning: Unused variable ‘xlai’ declared at (1) [-Wunused-variable] [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1191:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1191:72: real, parameter :: elcp = 2.4888e+3, lsubc = 2.501000e+6,cp = 1004.6 1 Warning: Line truncated at (1) [-Wline-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1087:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1087:29: parameters%nroot = nroot_table(vegtype) !number of soil layers with root present 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1188:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:1188:68: real :: a, delta, fnet,rad,rho,emissi,elcp1,lvs 1 Warning: Unused variable ‘elcp1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:237:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:237:48: real (kind=kind_phys) :: alb, albedo, beta, chx, cmx, cmc, & 1 Warning: Unused variable ‘beta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:16: & dew, drip, dqsdt2, ec, edir, ett, eta, esnow, etp, & 1 Warning: Unused variable ‘dew’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:22: & dew, drip, dqsdt2, ec, edir, ett, eta, esnow, etp, & 1 Warning: Unused variable ‘drip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:34: & dew, drip, dqsdt2, ec, edir, ett, eta, esnow, etp, & 1 Warning: Unused variable ‘ec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:218:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:218:48: real (kind=kind_phys), dimension(km) :: et,stsoil,smsoil, slsoil 1 Warning: Unused variable ‘et’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:238:45: & dew, drip, dqsdt2, ec, edir, ett, eta, esnow, etp, & 1 Warning: Unused variable ‘ett’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:17: & flx1, flx2, flx3, ffrozp, lwdn, pc, prcp, ptu, q2, & 1 Warning: Unused variable ‘flx1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:23: & flx1, flx2, flx3, ffrozp, lwdn, pc, prcp, ptu, q2, & 1 Warning: Unused variable ‘flx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:29: & flx1, flx2, flx3, ffrozp, lwdn, pc, prcp, ptu, q2, & 1 Warning: Unused variable ‘flx3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: use noahmp_tables, only : isice_table, co2_table, o2_table, & 1 Warning: Unused module variable ‘isurban_table’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:79:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:79:26: & ( im, km, itime, ps, u1, v1, t1, q1, soiltyp, vegtype, & 1 Warning: Unused dummy argument ‘itime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:198:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:198:57: integer, dimension(im) :: jsnowxy 1 Warning: Unused variable ‘jsnowxy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: use noahmp_tables, only : isice_table, co2_table, o2_table, & 1 Warning: Unused module variable ‘laim_table’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:275:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:275:53: integer :: i, k, ice, stype, vtype ,slope,nroot,couple 1 Warning: Unused variable ‘nroot’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:239:47: & flx1, flx2, flx3, ffrozp, lwdn, pc, prcp, ptu, q2, & 1 Warning: Unused variable ‘pc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:30: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:45: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rcq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:35: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rcs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:53: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rcsoil’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:40: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rct’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:240:60: & q2sat, solnet, rc, rcs, rct, rcq, rcsoil, rsmin, & 1 Warning: Unused variable ‘rsmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:20: & runoff1, runoff2, runoff3, sfcspd, sfcprs, sfctmp, & 1 Warning: Unused variable ‘runoff1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:29: & runoff1, runoff2, runoff3, sfcspd, sfcprs, sfctmp, & 1 Warning: Unused variable ‘runoff2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:241:38: & runoff1, runoff2, runoff3, sfcspd, sfcprs, sfctmp, & 1 Warning: Unused variable ‘runoff3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:115:9: use noahmp_tables, only : isice_table, co2_table, o2_table, & 1 Warning: Unused module variable ‘saim_table’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:242:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:242:26: & sfcems, sheat, shdfac, shdmin1d, shdmax1d, smcwlt, & 1 Warning: Unused variable ‘sheat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:243:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:243:19: & smcdry, smcref, smcmax, sneqv, snoalb1d, snowh, & 1 Warning: Unused variable ‘smcdry’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:27: & snomlt, sncovr, soilw, soilm, ssoil, tsea, th2, & 1 Warning: Unused variable ‘sncovr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:199:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:199:56: real (kind=kind_phys),dimension(im) :: snodep 1 Warning: Unused variable ‘snodep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:19: & snomlt, sncovr, soilw, soilm, ssoil, tsea, th2, & 1 Warning: Unused variable ‘snomlt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:41: & snomlt, sncovr, soilw, soilm, ssoil, tsea, th2, & 1 Warning: Unused variable ‘soilm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:244:34: & snomlt, sncovr, soilw, soilm, ssoil, tsea, th2, & 1 Warning: Unused variable ‘soilw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:218:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:218:55: real (kind=kind_phys), dimension(km) :: et,stsoil,smsoil, slsoil 1 Warning: Unused variable ‘stsoil’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:234:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:234:58: real(kind=kind_phys),dimension(im,-2:4) :: tsnso_old 1 Warning: Unused variable ‘tsnso_old’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:245:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f:245:17: & xlai, zlvl, swdn, tem, psfc,fdown,t2v,tbot 1 @@ -20368,4184 +20366,4184 @@ Warning: Unused variable ‘xlai’ declared at (1) [-Wunused-variable] [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:34: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘aden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:44: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘bden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:49: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘besh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:54: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘besm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:59: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘cden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1839:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1839:35: subroutine vdifq(lmh,dtdif,q2,el,z, & 1 Warning: Unused dummy argument ‘el’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:72: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘ell’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:78: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘eloq2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1874:84: real(kind=kind_phys) :: aden,akqs,bden,besh,besm,cden,cf,dtozs,ell,eloq2,eloq4 1 Warning: Unused variable ‘eloq4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:35: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘elqdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:39: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘esh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:43: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘esm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:53: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘ghl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:57: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘gml’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:61: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘q1l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:66: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘rden’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1875:70: real(kind=kind_phys) :: elqdz,esh,esm,esqhf,ghl,gml,q1l,rden,rdz 1 Warning: Unused variable ‘rdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1729:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1729:24: subroutine prodq2(lmh,dtturbl,ustar,s2,ri,q2,el,z,akm,akh, & 1 Warning: Unused dummy argument ‘lmh’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1581:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1581:58: real(kind=kind_phys) :: a,aden,b,bden,aubr,bubr,blmx,el0,eloq2x,ghl,s2l, & 1 Warning: Unused variable ‘blmx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1493:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:1493:47: s2,gh,ri,el,hpbl,lpbl,lmxl,ct, & 1 Warning: Unused dummy argument ‘lmxl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:177:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:177:60: real(kind=kind_phys) :: amf1,amf2,bmf2,amf3,bmf3,amf4,bmf4,sflux0,snlflux0 1 Warning: Unused variable ‘amf4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:177:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:177:65: real(kind=kind_phys) :: amf1,amf2,bmf2,amf3,bmf3,amf4,bmf4,sflux0,snlflux0 1 Warning: Unused variable ‘bmf4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:33:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:33:36: g,rd,cp,rv,ep1,ep2,xlv, & 1 Warning: Unused dummy argument ‘ep2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:185:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:185:77: real(kind=kind_phys), dimension(im) :: hol 1 Warning: Unused variable ‘hol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:164:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:164:22: integer :: n,i,k,l,ic 1 Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:164:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90:164:16: integer :: n,i,k,l,ic 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6713:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6713:19: jtem = (aphi - blto) * dlati + 1 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:3354:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:3354:22: kxs=sqrt(4*nx-2.5) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:3519:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:3519:20: kxs=sqrt(4*nx-2.5) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:7069:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:7069:19: fha4 = fha 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:7145:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:7145:15: fha4 = fha 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:8660:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:8660:5: 80 continue 1 Warning: Label 80 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:8472:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:8472:13: fha4=fha 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6867:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6867:5: 70 write(6,6000) 1 Warning: Label 70 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:5341:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:5341:55: & rla,rlo,len,mode,percrit,lgchek,me) 1 Warning: Unused dummy argument ‘lgchek’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:5341:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:5341:48: & rla,rlo,len,mode,percrit,lgchek,me) 1 Warning: Unused dummy argument ‘percrit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:41: subroutine merge(len,lsoil,iy,im,id,ih,fh,deltsfc, & 1 Warning: Unused dummy argument ‘id’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:44: subroutine merge(len,lsoil,iy,im,id,ih,fh,deltsfc, & 1 Warning: Unused dummy argument ‘ih’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:38: subroutine merge(len,lsoil,iy,im,id,ih,fh,deltsfc, & 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4629:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4629:43: & irtvet,irtsot,irtalf, landice, me) 1 Warning: Unused dummy argument ‘irtalf’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4627:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4627:29: & irttg3,irtscv,irtacn,irtsmc,irtstc,irtveg, & 1 Warning: Unused dummy argument ‘irttg3’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4607:35: subroutine merge(len,lsoil,iy,im,id,ih,fh,deltsfc, & 1 Warning: Unused dummy argument ‘iy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4635:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4635:43: & irtalb,irtsno,irttsf,irtwet,j & 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4616:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4616:36: & tsfanl,tsfan2,wetanl,snoanl,zoranl,albanl,aisanl,& 1 Warning: Unused dummy argument ‘tsfan2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4616:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4616:43: & tsfanl,tsfan2,wetanl,snoanl,zoranl,albanl,aisanl,& 1 Warning: Unused dummy argument ‘wetanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4610:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4610:36: & tsffcs,wetfcs,snofcs,zorfcs,albfcs,aisfcs, & 1 Warning: Unused dummy argument ‘wetfcs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:5998:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:5998:47: & len,lsoil,snoanl,aisanl,slianl,tsfanl,albanl, & 1 Warning: Unused dummy argument ‘aisanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:5998:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:5998:68: & len,lsoil,snoanl,aisanl,slianl,tsfanl,albanl, & 1 Warning: Unused dummy argument ‘albanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:44: & smcclm,tsfsmx,albomx,zoromx, me) 1 Warning: Unused dummy argument ‘albomx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6004:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6004:24: integer kount,me,k,i,lsoil,len 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:5997:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:5997:58: subroutine qcbyfc(tsffcs,snofcs,qctsfs,qcsnos,qctsfi, & 1 Warning: Unused dummy argument ‘qctsfi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:5999:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:5999:37: & zoranl,smcanl, & 1 Warning: Unused dummy argument ‘smcanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:30: & smcclm,tsfsmx,albomx,zoromx, me) 1 Warning: Unused dummy argument ‘smcclm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:37: & smcclm,tsfsmx,albomx,zoromx, me) 1 Warning: Unused dummy argument ‘tsfsmx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:5999:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:5999:30: & zoranl,smcanl, & 1 Warning: Unused dummy argument ‘zoranl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6000:51: & smcclm,tsfsmx,albomx,zoromx, me) 1 Warning: Unused dummy argument ‘zoromx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:5205:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:5205:41: subroutine qcsice(ais,glacir,amxice,aicice,aicsea,sllnd,slmask, & 1 Warning: Unused dummy argument ‘amxice’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:35: & tg3anl,cvanl ,cvbanl,cvtanl, & 1 Warning: Unused dummy argument ‘cvanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:43: & tg3anl,cvanl ,cvbanl,cvtanl, & 1 Warning: Unused dummy argument ‘cvbanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:3719:50: & tg3anl,cvanl ,cvbanl,cvtanl, & 1 Warning: Unused dummy argument ‘cvtanl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:3740:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:3740:50: & kpdais,kpdzor,kpdtg3,kpdacn,kpdscv,j & 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:3725:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:3725:29: & kprvet,kpdsot,kpdalf, & 1 Warning: Unused dummy argument ‘kprvet’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:3720:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:3720:43: & smcanl,stcanl,slianl,scvanl,acnanl,veganl, & 1 Warning: Unused dummy argument ‘slianl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:8405:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:8405:55: & lgrib,j,ndata,i,inttyp,jmax,imax,ijmax,ij,jday,len,iret, & 1 Warning: Unused variable ‘ij’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:8407:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:8407:33: & monend,jy,iy4,kmami,iret2,jj,w3kindreal,w3kindint 1 Warning: Unused variable ‘kmami’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6105:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6105:47: real*4 :: dummy(imax,jmax) 1 Warning: Unused variable ‘dummy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:2990:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:2990:20: integer i,j,ii,jj,jmax,imax,iret 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6910:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6910:55: &, gaus, blno, blto, me,lprnt,iprnt, fnalbc2, ialb & 1 Warning: Unused dummy argument ‘iprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6924:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6924:53: & kpdvet,kpdsot,kpdstc,kpdveg,jmsk,imsk,j,ialb & 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6908:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6908:37: & deltsfc, lanom & 1 Warning: Unused dummy argument ‘lanom’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6910:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6910:49: &, gaus, blno, blto, me,lprnt,iprnt, fnalbc2, ialb & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6918:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6918:44: & wei2s,fh,stcmon1s,blto,blno,deltsfc,rjdayh2 1 Warning: Unused variable ‘stcmon1s’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:8079:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:8079:46: character(len=80) :: errmsg 1 Warning: Unused variable ‘errmsg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:8231:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:8231:69: & jmsk,len,lugb,kpds5,mon,lskip,lgrib,ndata,lugi,me,kmami & 1 Warning: Unused variable ‘kmami’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:43: & rnlat,dxout,dphi,dlat,facns,tem,blno, & 1 Warning: Unused variable ‘dphi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:38: & rnlat,dxout,dphi,dlat,facns,tem,blno, & 1 Warning: Unused variable ‘dxout’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:54: & rnlat,dxout,dphi,dlat,facns,tem,blno, & 1 Warning: Unused variable ‘facns’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6583:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6583:28: integer i1,i2,j2,ishft,i,jj,j1,jtem,jmxout,imxin,jmxin,imxout, & 1 Warning: Unused variable ‘ishft’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6586:58: & rnlat,dxout,dphi,dlat,facns,tem,blno, & 1 Warning: Unused variable ‘tem’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:6580:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:6580:27: & wlon,rnlat,rlnout,rltout,gaus,blno, blto) 1 Warning: Unused dummy argument ‘wlon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:2723:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:2723:36: & iret, me,kpds5,kdata,i,w3kindreal,w3kindint 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:487:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:487:35: & tg3fcs(len), acnfcs(len), cnpfcs(len), & 1 Warning: Unused variable ‘acnfcs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:115:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:115:53: & aislim,snwmin,snwmax,cplrl,cplrs, & 1 Warning: Unused variable ‘cplrl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:115:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:115:59: & aislim,snwmin,snwmax,cplrl,cplrs, & 1 Warning: Unused variable ‘cplrs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:117:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:117:38: & csotl,cvwgs,cvetl,cvets,calfs, & 1 Warning: Unused variable ‘cvwgs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:499:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:499:38: real (kind=kind_io8) f10m (len) 1 Warning: Unused variable ‘f10m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:118:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:118:40: & fcalfl,fcalfs,ccvt,ccnp,ccv,ccvb, & 1 Warning: Unused variable ‘fcalfs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:120:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:120:33: & grbmsk,ctsfl,deltf,caisl,caiss, & 1 Warning: Unused variable ‘grbmsk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:119:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:119:57: & calbl,calfl,calbs,ctsfs,grboro, & 1 Warning: Unused variable ‘grboro’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:526:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:526:24: character*32 label 1 Warning: Unused variable ‘label’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:70:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:70:55: &, cvfcs,cvbfcs,cvtfcs,me,nlunit & 1 Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:161:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:161:25: integer num_parthds 1 Warning: Unused variable ‘num_parthds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:128:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:128:62: & falfs,falfl,fh,crit,zsca,ztsfc,tem1,tem2 & 1 Warning: Unused variable ‘tem1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:128:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:128:67: & falfs,falfl,fh,crit,zsca,ztsfc,tem1,tem2 & 1 Warning: Unused variable ‘tem2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4458:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4458:17: integer i,j,len,lsoil,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:4454:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:4454:37: subroutine bktges(smcfcs,slianl,stcfcs,len,lsoil) 1 Warning: Unused dummy argument ‘slianl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/sfcsub.F:3025:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F:3025:0: data(imax-i+1,jj) = work(i,j) Warning: ‘jj’ may be used uninitialized in this function [-Wmaybe-uninitialized] [ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2067:69: +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2085:69: real(kind=kind_phys) :: S(levs), S1(levs), F(levs), F1(levs) 1 Warning: Unused variable ‘f1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2069:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2087:31: integer :: i, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2067:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2085:49: real(kind=kind_phys) :: S(levs), S1(levs), F(levs), F1(levs) 1 Warning: Unused variable ‘s1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2033:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:2049:31: integer :: i, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:353:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:370:48: real(kind=kind_phys) :: belpmin, dsmin, dsmax 1 Warning: Unused variable ‘belpmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:271:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:292:46: - & DUSFC, DVSFC, xlatd, sinlat, coslat, sparea, + & DUSFC, DVSFC, xlatd, sinlat, coslat, sparea, & 1 Warning: Unused dummy argument ‘coslat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:387:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:404:70: & ROLL, bnv2bar, SCOR, DTFAC, XLINV, DELKS, DELKS1 1 Warning: Unused variable ‘delks1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:390:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:407:68: real(kind=kind_phys) :: taub(im), taulin(im), heff, hsat, hdis 1 Warning: Unused variable ‘hdis’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:411:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:428:43: &, kmps, idir, nwd, klcap, kp1, kmpbl, kmll 1 Warning: Unused variable ‘klcap’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:412:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:429:48: &, k_mtb, k_zlow, ktrial, klevm1, i, j, k 1 Warning: Unused variable ‘klevm1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:412:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:429:40: &, k_mtb, k_zlow, ktrial, klevm1, i, j, k 1 Warning: Unused variable ‘ktrial’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:298:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:315:9: use cires_ugwp_module, only : kxw, max_kdis, max_axyz 1 Warning: Unused module variable ‘kxw’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:352:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:369:48: real(kind=kind_phys) :: shilmin, sgrmax, sgrmin 1 Warning: Unused variable ‘shilmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:401:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:418:62: &, scork, rscor, hd, fro, sira 1 Warning: Unused variable ‘sira’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:399:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:416:32: &, ti, rdz, dw2, shr2, bvf2 1 Warning: Unused variable ‘ti’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:403:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:420:50: &, grav2, rcpdt, windik, wdir 1 Warning: Unused variable ‘windik’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:363:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:380:69: real(kind=kind_phys), dimension(im) :: OA, CLX , elvmax, wk 1 Warning: Unused variable ‘wk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1363:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1379:45: real :: kzw2, kzw3, kdsat, cdf2, cdf1, wdop2 1 Warning: Unused variable ‘cdf1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1262:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1278:59: - & prsl, prsi, philg, xlatd, sinlat, coslat, + & prsl, prsi, philg, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘coslat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1260:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1276:52: - subroutine fv3_ugwp_solv2_v0(klon, klev, dtime, + subroutine fv3_ugwp_solv2_v0(klon, klev, dtime, & 1 Warning: Unused dummy argument ‘dtime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1363:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1379:33: real :: kzw2, kzw3, kdsat, cdf2, cdf1, wdop2 1 Warning: Unused variable ‘kdsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1363:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1379:26: real :: kzw2, kzw3, kdsat, cdf2, cdf1, wdop2 1 Warning: Unused variable ‘kzw3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1262:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1278:21: - & prsl, prsi, philg, xlatd, sinlat, coslat, + & prsl, prsi, philg, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘prsl’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1385:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1401:45: real :: v_kzi, v_kzw, v_cdp, v_wdp, sc, tx1 1 Warning: Unused variable ‘sc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1262:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1278:43: - & prsl, prsi, philg, xlatd, sinlat, coslat, + & prsl, prsi, philg, xlatd, sinlat, coslat, & 1 Warning: Unused dummy argument ‘xlatd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1368:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:21: real :: zatmp, zfluxs, zdep, zfluxsq, zulm, zdft, ze1, ze2 1 Warning: Unused variable ‘zatmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1372:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1388:38: real :: zthstd,zrhostd,zbvfstd 1 Warning: Unused variable ‘zbvfstd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1368:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:56: real :: zatmp, zfluxs, zdep, zfluxsq, zulm, zdft, ze1, ze2 1 Warning: Unused variable ‘zdft’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1368:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:44: real :: zatmp, zfluxs, zdep, zfluxsq, zulm, zdft, ze1, ze2 1 Warning: Unused variable ‘zfluxsq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1374:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1390:28: real :: zhook_handle 1 Warning: Unused variable ‘zhook_handle’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1371:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1387:28: real :: zdelp,zrgpts 1 Warning: Unused variable ‘zrgpts’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1372:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1388:30: real :: zthstd,zrhostd,zbvfstd 1 Warning: Unused variable ‘zrhostd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1372:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1388:22: real :: zthstd,zrhostd,zbvfstd 1 Warning: Unused variable ‘zthstd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1368:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1384:50: real :: zatmp, zfluxs, zdep, zfluxsq, zulm, zdft, ze1, ze2 1 Warning: Unused variable ‘zulm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1921:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1935:47: real(kind=kind_phys) :: eps_shr, eps_bn2, eps_dis 1 Warning: Unused variable ‘eps_bn2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1921:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1935:56: real(kind=kind_phys) :: eps_shr, eps_bn2, eps_dis 1 Warning: Unused variable ‘eps_dis’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1921:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1935:38: real(kind=kind_phys) :: eps_shr, eps_bn2, eps_dis 1 Warning: Unused variable ‘eps_shr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1865:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1879:46: & me, master, kdt ) 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1865:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1879:41: & me, master, kdt ) 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1865:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1879:33: & me, master, kdt ) 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1862:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1876:42: - & prsl, prsi, phil, prslk, + & prsl, prsi, phil, prslk, & 1 Warning: Unused dummy argument ‘prsi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1943:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1957:37: real(kind=kind_phys) :: w1, w2, w3 1 Warning: Unused variable ‘w2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1943:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F:1957:41: real(kind=kind_phys) :: w1, w2, w3 1 Warning: Unused variable ‘w3’ declared at (1) [-Wunused-variable] -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms.F90:235:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms.F90:235:36: character(len=64) :: iospec_ieee32 = '-N ieee_32' 1 Warning: Unused PRIVATE module variable ‘iospec_ieee32’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fms/fms.F90:232:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fms/fms.F90:232:34: logical :: read_all_pe = .true. 1 Warning: Unused PRIVATE module variable ‘read_all_pe’ declared at (1) [-Wunused-value] -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:102:77: - - real(kind=kind_phys), dimension( im ) :: hol - 1 -Warning: Unused variable ‘hol’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:28: - - integer :: n,i,k,l,ic,is,kk - 1 -Warning: Unused variable ‘is’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:29: - - integer :: klpbl, ktrace1, ktrace2, ktrace3 - 1 -Warning: Unused variable ‘ktrace1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:38: - - integer :: klpbl, ktrace1, ktrace2, ktrace3 - 1 -Warning: Unused variable ‘ktrace2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:47: - - integer :: klpbl, ktrace1, ktrace2, ktrace3 - 1 -Warning: Unused variable ‘ktrace3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:22: - - integer :: n,i,k,l,ic,is,kk - 1 -Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:16: - - integer :: n,i,k,l,ic,is,kk - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] [ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:2913:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:2913:30: days = days_in_400_year_period / 400 1 Warning: Integer division truncated to constant ‘365’ at (1) [-Winteger-division] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:2914:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:2914:10: seconds = 86400*(days_in_400_year_period/400. - days) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:1158:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:1158:14: time_divide = d1 / d2 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:1064:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:1064:12: num_sec = tick_prod/dble(ticks_per_second) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:1066:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:1066:12: ticks = tick_prod - num_sec * ticks_per_second 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:1078:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:1078:7: days = sec_prod / dble(seconds_per_day) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:1079:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:1079:10: seconds = sec_prod - dble(days) * dble(seconds_per_day) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:1362:7: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:1362:7: days = div/(dseconds_per_day*dticks_per_second) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:1363:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:1363:10: seconds = div/dticks_per_second - days*dseconds_per_day 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:1364:8: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:1364:8: ticks = div - (days*dseconds_per_day + dble(seconds))*dticks_per_second 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:3042:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:3042:34: function days_in_year_no_leap(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:3002:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:3002:33: function days_in_year_thirty(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:2848:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:2848:31: function leap_year_no_leap(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:2835:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:2835:30: function leap_year_thirty(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:2719:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:2719:34: function days_in_month_thirty(Time) 1 Warning: Unused dummy argument ‘time’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:80:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:2623:0: - logical :: initialized_bicubic = .false. - 1 -Warning: Unused PRIVATE module variable ‘initialized_bicubic’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:83:32: + if(error_handler('function decrement_date', err_msg_local, err_msg)) return + +Warning: control reaches end of non-void function [-Wreturn-type] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:2440:0: - real, save :: missing = -1e33 - 1 -Warning: Unused PRIVATE module variable ‘missing’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:2623:0: + if(error_handler('function increment_time', err_msg_local, err_msg)) return + +Warning: control reaches end of non-void function [-Wreturn-type] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:2132:0: - if(error_handler('function decrement_date', err_msg_local, err_msg)) return + end function set_date_c + +Warning: control reaches end of non-void function [-Wreturn-type] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:704:0: + + if(error_handler('function decrement_time', err_msg_local, err_msg)) return Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:2440:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:600:0: if(error_handler('function increment_time', err_msg_local, err_msg)) return Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/time_manager/time_manager.F90:417:0: + + end function set_time_c + +Warning: control reaches end of non-void function [-Wreturn-type] +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:80:44: + + logical :: initialized_bicubic = .false. + 1 +Warning: Unused PRIVATE module variable ‘initialized_bicubic’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:83:32: + + real, save :: missing = -1e33 + 1 +Warning: Unused PRIVATE module variable ‘missing’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:78: subroutine horiz_interp_bicubic( Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value, missing_permit) 1 Warning: Unused dummy argument ‘mask_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:119: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:119: subroutine horiz_interp_bicubic( Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value, missing_permit) 1 Warning: Unused dummy argument ‘missing_permit’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:103: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_bicubic.F90:452:103: subroutine horiz_interp_bicubic( Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value, missing_permit) 1 Warning: Unused dummy argument ‘missing_value’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:2132:0: +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:102:77: - end function set_date_c - -Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:704:0: + real(kind=kind_phys), dimension( im ) :: hol + 1 +Warning: Unused variable ‘hol’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:28: - if(error_handler('function decrement_time', err_msg_local, err_msg)) return - -Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:600:0: + integer :: n,i,k,l,ic,is,kk + 1 +Warning: Unused variable ‘is’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:29: - if(error_handler('function increment_time', err_msg_local, err_msg)) return - -Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/time_manager/time_manager.F90:417:0: + integer :: klpbl, ktrace1, ktrace2, ktrace3 + 1 +Warning: Unused variable ‘ktrace1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:38: - end function set_time_c - -Warning: control reaches end of non-void function [-Wreturn-type] + integer :: klpbl, ktrace1, ktrace2, ktrace3 + 1 +Warning: Unused variable ‘ktrace2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:163:47: + + integer :: klpbl, ktrace1, ktrace2, ktrace3 + 1 +Warning: Unused variable ‘ktrace3’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:22: + + integer :: n,i,k,l,ic,is,kk + 1 +Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90:162:16: + + integer :: n,i,k,l,ic,is,kk + 1 +Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] [ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:524:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:524:1: rhq(lev) = rh(l) 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:879:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:879:45: subroutine calwxt_bourg(lm,lp1,rn,g,t,q,pmid,pint,zint,ptype) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:495:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:495:17: integer*4 i, k1, lll, k2, toodry 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:505:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:505:24: integer j,l,lev,ii 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:505:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:505:15: integer j,l,lev,ii 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:476:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:476:56: subroutine calwxt_ramer(lm,lp1,t,q,pmid,rh,td,pint,ptyp) 1 Warning: Unused dummy argument ‘pint’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:476:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:476:40: subroutine calwxt_ramer(lm,lp1,t,q,pmid,rh,td,pint,ptyp) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:45: time_dominant,btim,timef,ranl(2) 1 Warning: Unused variable ‘btim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:28: integer i,iwx,isno,iip,izr,irain,k,k1 1 Warning: Unused variable ‘iip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:38: integer i,iwx,isno,iip,izr,irain,k,k1 1 Warning: Unused variable ‘irain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:24: integer i,iwx,isno,iip,izr,irain,k,k1 1 Warning: Unused variable ‘isno’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:50:32: integer i,iwx,isno,iip,izr,irain,k,k1 1 Warning: Unused variable ‘izr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:10:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:10:34: subroutine calpreciptype(kdt,nrcm,im,ix,lm,lp1,randomno, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:68: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_bourg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:40: time_dominant,btim,timef,ranl(2) 1 Warning: Unused variable ‘time_dominant’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:46: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_ncep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:57: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_ramer’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:81: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_revised’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:52:36: time_vert,time_ncep,time_ramer,time_bourg,time_revised,& 1 Warning: Unused variable ‘time_vert’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:53:51: time_dominant,btim,timef,ranl(2) 1 Warning: Unused variable ‘timef’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:13:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:13:41: phii,tskin, & !input 1 Warning: Unused dummy argument ‘tskin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:11:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:11:35: xlat,xlon, & 1 Warning: Unused dummy argument ‘xlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:11:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90:11:40: xlat,xlon, & 1 Warning: Unused dummy argument ‘xlon’ at (1) [-Wunused-dummy-argument] -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o [ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:967:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:967:80: subroutine horiz_interp_conserve_version2 ( Interp, data_in, data_out, verbose ) 1 Warning: Unused dummy argument ‘verbose’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:632:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:632:73: mask_in, mask_out, verbose) 1 Warning: Unused dummy argument ‘verbose’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:536:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:536:73: mask_in, mask_out, verbose) 1 Warning: Unused dummy argument ‘verbose’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:346:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_conserve.F90:346:73: mask_in, mask_out, verbose) 1 Warning: Unused dummy argument ‘verbose’ at (1) [-Wunused-dummy-argument] [ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcycle.F90:61:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcycle.F90:61:21: SMCFC1 (Model%nx*Model%ny*Model%lsoil), & 1 Warning: Unused variable ‘exists’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/gcycle.F90:60:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcycle.F90:60:45: ALBFC1 (Model%nx*Model%ny*4), & 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o [ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:655:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:655:22: step_size = sqrt(real(map_src_size) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:37: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘avg_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:64: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘avg_out’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:22: integer :: m, n, i, j, k, miss_in, miss_out, i1, i2, j1, j2, iverbose 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:25: integer :: m, n, i, j, k, miss_in, miss_out, i1, i2, j1, j2, iverbose 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:506:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:506:80: subroutine horiz_interp_spherical_wght( Interp, wt, verbose, mask_in, mask_out, missing_value) 1 Warning: Unused dummy argument ‘mask_out’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:29: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘max_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:55: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘max_out’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:21: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘min_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:519:46: real :: min_in, max_in, avg_in, min_out, max_out, avg_out, sum 1 Warning: Unused variable ‘min_out’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:37: integer :: m, n, i, j, k, miss_in, miss_out, i1, i2, j1, j2, iverbose 1 Warning: Unused variable ‘miss_in’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:518:47: integer :: m, n, i, j, k, miss_in, miss_out, i1, i2, j1, j2, iverbose 1 Warning: Unused variable ‘miss_out’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:506:95: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:506:95: subroutine horiz_interp_spherical_wght( Interp, wt, verbose, mask_in, mask_out, missing_value) 1 Warning: Unused dummy argument ‘missing_value’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:97:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/horiz_interp/horiz_interp_spherical.F90:97:19: integer :: unit, ierr, io 1 Warning: Unused variable ‘unit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbl.f:69:20: +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbl.f:69:20: integer i, j, k, n, kmpbl 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/mfpbl.f:79:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbl.f:79:50: & ptem, ptem1, ptem2, 1 Warning: Unused variable ‘ptem2’ declared at (1) [-Wunused-variable] [ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:441:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:456:20: klev(i) = k 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:216:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:61: dcheat3d, precip2d, cld_klevs2d, scheat3d) 1 Warning: Unused dummy argument ‘cld_klevs2d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:216:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:38: dcheat3d, precip2d, cld_klevs2d, scheat3d) 1 Warning: Unused dummy argument ‘dcheat3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:67: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘delp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:73: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘delz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:230:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:241:18: integer :: k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:83: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘lat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:78: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘lon’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:57: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘p3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:89: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:89: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘pmid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:216:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:48: dcheat3d, precip2d, cld_klevs2d, scheat3d) 1 Warning: Unused dummy argument ‘precip2d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:61: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:52: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:216:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:227:71: dcheat3d, precip2d, cld_klevs2d, scheat3d) 1 Warning: Unused dummy argument ‘scheat3d’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:49: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘t’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:102: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:102: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘trig3d_conv’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:43: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘u’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:215:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:226:46: subroutine trig3d_dconv(nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_conv, & 1 Warning: Unused dummy argument ‘v’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:166:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:68: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘delp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:166:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:74: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘delz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:179:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:189:21: integer :: k, i, j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:179:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:189:24: integer :: k, i, j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:166:90: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:90: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘pmid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:166:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:62: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:166:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:176:53: subroutine trig3d_okubo( nx, ny, nz, U, V, T, Q, P3d, PS, delp, delz, lon, lat, pmid, trig3d_okw) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:184:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:194:58: real :: rlon(nx), rlat(ny) , cosv(ny), tanlat(ny) 1 Warning: Unused variable ‘tanlat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:122:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:68: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘delp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:122:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:74: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘delz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:135:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:142:21: integer :: k, i, j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:135:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:142:24: integer :: k, i, j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:122:90: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:90: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘pmid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:122:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:62: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:122:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:129:53: subroutine trig3d_fjets( nx, ny, nz, U, V, T, Q, P3D, PS, delp, delz, lon, lat, pmid, trig3d_fgf) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:140:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:147:58: real :: rlon(nx), rlat(ny) , cosv(ny), tanlat(ny) 1 Warning: Unused variable ‘tanlat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:234:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:46: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘hs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:234:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:64: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘hyai’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:234:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:52: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘hyam’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:234:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:58: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘hybm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:234:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:246:15: U, V, W, T, Q, delp, delz, p3d, PS, HS, Hyam, Hybm, Hyai, Hybi, & 1 Warning: Unused dummy argument ‘w’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:304:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:317:35: real :: dtot, dmax, daver 1 Warning: Unused variable ‘daver’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:287:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:300:9: (nw, im, levs, dcheat, scheat, precip, icld, xlatd, sinlat, coslat,taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘nw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:287:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:300:65: (nw, im, levs, dcheat, scheat, precip, icld, xlatd, sinlat, coslat,taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘sinlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:355:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:369:84: subroutine get_spectra_tau_nstgw(nw, im, levs, trig_fgf, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘coslat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:370:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:384:35: real :: dtot, dmax, daver 1 Warning: Unused variable ‘daver’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:355:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:369:41: subroutine get_spectra_tau_nstgw(nw, im, levs, trig_fgf, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘nw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:355:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:369:76: subroutine get_spectra_tau_nstgw(nw, im, levs, trig_fgf, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘sinlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:415:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:83: subroutine get_spectra_tau_okw(nw, im, levs, trig_okw, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘coslat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:445:35: real :: dtot, dmax, daver 1 Warning: Unused variable ‘daver’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:415:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:39: subroutine get_spectra_tau_okw(nw, im, levs, trig_okw, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘nw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:415:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:75: subroutine get_spectra_tau_okw(nw, im, levs, trig_okw, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘sinlat’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:415:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:430:67: subroutine get_spectra_tau_okw(nw, im, levs, trig_okw, xlatd, sinlat, coslat, taub, klev, if_src, nf_src) 1 Warning: Unused dummy argument ‘xlatd’ at (1) [-Wunused-dummy-argument] -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:447:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90:462:0: if (dtot >= tlim_fgf ) kex = kex+1 Warning: ‘tlim_fgf’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:65: +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:65: subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & 1 Warning: Unused dummy argument ‘c2f2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:34:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:34:10: use ugwp_oro_init, only : cdmb, cleff, sigfac, hncrit, hpmin, hminmt 1 Warning: Unused module variable ‘cdmb’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:34:10: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:34:10: use ugwp_oro_init, only : cdmb, cleff, sigfac, hncrit, hpmin, hminmt 1 Warning: Unused module variable ‘cleff’ which has been explicitly imported at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:109:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:109:76: real(kind=kind_phys), dimension(levs) :: drlee, drmtb, drlow, drogw 1 Warning: Unused variable ‘drogw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:103:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:103:24: logical icrilv(im) 1 Warning: Unused variable ‘icrilv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:43: subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:53: subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & 1 Warning: Unused dummy argument ‘lprnt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:18:46: subroutine ugwp_oro(im, levs, dtp, kdt,me, lprnt, fcor, c2f2, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:55: real(kind_phys), dimension(levs+1) :: taudz, rhoi, rim_z, pint1, zpi 1 Warning: Unused variable ‘rhoi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:62: real(kind_phys), dimension(levs+1) :: taudz, rhoi, rim_z, pint1, zpi 1 Warning: Unused variable ‘rim_z’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:94:49: real(kind_phys), dimension(levs+1) :: taudz, rhoi, rim_z, pint1, zpi 1 Warning: Unused variable ‘taudz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:86:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:86:28: real(kind_phys) wk(im) 1 Warning: Unused variable ‘wk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:50: subroutine gw_solver_linsatdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘dtp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:55: subroutine gw_solver_linsatdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:389:59: subroutine gw_solver_linsatdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:390:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:390:34: taub, klev, if_src, nf_src, nw, ch, naz, spf, xaz, yaz, & 1 Warning: Unused dummy argument ‘nf_src’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:415:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:415:68: real, dimension(levs) :: u1, v1, t1, dp, pmid, zmid, pex1, & 1 Warning: Unused variable ‘pex1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:391:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:391:56: fcor, c2f2, u, v, t, q, prsi, delp, prsl, prslk, phii, phil, & 1 Warning: Unused dummy argument ‘prslk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:423:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:423:42: real :: chm, ss 1 Warning: Unused variable ‘ss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:47: subroutine gw_solver_wmsdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘dtp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:560:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:560:35: integer :: i, j, k, ksrc 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:52: subroutine gw_solver_wmsdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘kdt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:531:56: subroutine gw_solver_wmsdis(im, levs, dtp, kdt, me, & 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:532:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:532:34: taub, klev, if_src, nf_src, nw, ch, naz, spf, xaz, yaz, & 1 Warning: Unused dummy argument ‘nf_src’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:557:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:557:66: real, dimension(levs) :: u1, v1, t1, dp, pmid, zmid, pex1, q1, rho 1 Warning: Unused variable ‘pex1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:533:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90:533:56: fcor, c2f2, u, v, t, q, prsi, delp, prsl, prslk, phii, phil, & 1 Warning: Unused dummy argument ‘prslk’ at (1) [-Wunused-dummy-argument] -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/axis_utils/axis_utils.F90:709:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/axis_utils/axis_utils.F90:709:46: integer :: n1, n2, m1, m2, k2, i, n, m 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/axis_utils/axis_utils.F90:710:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/axis_utils/axis_utils.F90:710:26: real :: w, y1, y2 1 Warning: Unused variable ‘w’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/axis_utils/axis_utils.F90:682:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/axis_utils/axis_utils.F90:682:24: integer :: n1, n2, i, n, k2, ks, ke 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/axis_utils/axis_utils.F90:683:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/axis_utils/axis_utils.F90:683:13: real :: w 1 Warning: Unused variable ‘w’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/axis_utils/axis_utils.F90:525:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/axis_utils/axis_utils.F90:525:32: integer :: n1, n2, i, n, ext 1 Warning: Unused variable ‘ext’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/axis_utils/axis_utils.F90:148:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/axis_utils/axis_utils.F90:148:49: subroutine get_axis_bounds(axis,axis_bound,axes,bnd_name,err_msg) 1 Warning: Unused dummy argument ‘axes’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/axis_utils/axis_utils.F90:148:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/axis_utils/axis_utils.F90:148:58: subroutine get_axis_bounds(axis,axis_bound,axes,bnd_name,err_msg) 1 Warning: Unused dummy argument ‘bnd_name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/axis_utils/axis_utils.F90:90:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/axis_utils/axis_utils.F90:90:18: integer :: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] [ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o [ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:130:4: +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:133:4: 121 format(i5, 2x, 3(2x, F10.3), 2(2x, E10.3)) 1 Warning: Label 121 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:2:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:4:59: subroutine um_flow(nz, klow, ktop, up, vp, tp, qp, dp, zpm, zpi, & 1 Warning: Unused dummy argument ‘dp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:2:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:4:69: subroutine um_flow(nz, klow, ktop, up, vp, tp, qp, dp, zpm, zpi, & 1 Warning: Unused dummy argument ‘zpi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:75:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:78:44: real :: zul, bvl 1 Warning: Unused variable ‘bvl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:64:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:67:52: subroutine mflow_tauz(levs, up, vp, tp, qp, dp, zpm, zpi, & 1 Warning: Unused dummy argument ‘dp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:79:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:82:31: real :: vtkp, vtk, dzp 1 Warning: Unused variable ‘dzp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:78:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:81:26: real :: vtj, rhok, bnv2, rdz 1 Warning: Unused variable ‘rhok’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:74:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:77:42: real, dimension(levs) :: zdelpi, zdelpm 1 Warning: Unused variable ‘zdelpi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:74:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:77:50: real, dimension(levs) :: zdelpi, zdelpm 1 Warning: Unused variable ‘zdelpm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:64:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:67:62: subroutine mflow_tauz(levs, up, vp, tp, qp, dp, zpm, zpi, & 1 Warning: Unused dummy argument ‘zpi’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:75:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90:78:39: real :: zul, bvl 1 Warning: Unused variable ‘zul’ declared at (1) [-Wunused-variable] -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:294:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:294:18: integer :: i, j, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:294:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:294:21: integer :: i, j, k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:279:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:279:26: & delp, rho, bn2, uzi, rhoi, ktur, kalp, dzi, xn, yn) 1 Warning: Unused dummy argument ‘rho’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:46: real(kind=kind_phys) :: belps, aelps, nhills, selps 1 Warning: Unused variable ‘aelps’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:39: real(kind=kind_phys) :: belps, aelps, nhills, selps 1 Warning: Unused variable ‘belps’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:67:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:67:44: real :: uz, bv, bv2,kxsp, fcor2, cf2 1 Warning: Unused variable ‘cf2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:2:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:2:12: & dtp,dxres, taub, u1, v1, t1, xn, yn, bn2, rho, prsi, prsL, 1 Warning: Unused dummy argument ‘dtp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:2:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:2:18: & dtp,dxres, taub, u1, v1, t1, xn, yn, bn2, rho, prsi, prsL, 1 Warning: Unused dummy argument ‘dxres’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:34: & del, sigma, hprime, gamma, theta, 1 Warning: Unused dummy argument ‘gamma’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:27: & del, sigma, hprime, gamma, theta, 1 Warning: Unused dummy argument ‘hprime’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:39:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:39:29: integer :: i, j, k, isp, iw 1 Warning: Unused variable ‘isp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:67:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:67:32: real :: uz, bv, bv2,kxsp, fcor2, cf2 1 Warning: Unused variable ‘kxsp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:1:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:1:66: subroutine oro_wam_2017(im, levs,npt,ipt, kref,kdt,me,master, 1 Warning: Unused dummy argument ‘master’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:1:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:1:59: subroutine oro_wam_2017(im, levs,npt,ipt, kref,kdt,me,master, 1 Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:54: real(kind=kind_phys) :: belps, aelps, nhills, selps 1 Warning: Unused variable ‘nhills’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:34:61: real(kind=kind_phys) :: belps, aelps, nhills, selps 1 Warning: Unused variable ‘selps’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:19: & del, sigma, hprime, gamma, theta, 1 Warning: Unused dummy argument ‘sigma’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:3:41: & del, sigma, hprime, gamma, theta, 1 Warning: Unused dummy argument ‘theta’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:4:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f:4:22: & sinlat, xlatd, taup, taud, pkdis) 1 Warning: Unused dummy argument ‘xlatd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:2398:22: +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:2398:22: this_list = rest 1 Warning: CHARACTER expression will be truncated in assignment (48/512) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:6149:42: - - integer :: depthp1 - 1 -Warning: Unused variable ‘depthp1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:6150:40: - - integer :: first - 1 -Warning: Unused variable ‘first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:6152:39: - - integer :: last - 1 -Warning: Unused variable ‘last’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:6106:48: - - recursive function find_method(list_p, recursive, num_meth, method, control) & - 1 -Warning: Unused dummy argument ‘recursive’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:5700:55: - - recursive function query_method(list_p, recursive, name, method_name, method_control) & - 1 -Warning: Unused dummy argument ‘name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:5519:14: - - integer :: ier - 1 -Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:5425:14: - - integer :: ier - 1 -Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:4961:61: - - integer :: i, ier - 1 -Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:4724:42: - - integer :: i, ier - 1 -Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:4489:46: - - integer :: i, ier - 1 -Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:4253:42: - - integer :: i, ier - 1 -Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:3920:46: - - type (field_def), pointer, save :: temp_list_p - 1 -Warning: Unused variable ‘temp_list_p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:3719:44: - - integer :: n, ier - 1 -Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:1785:35: - - integer :: ier - 1 -Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:1606:71: - - character(len=fm_path_name_len), dimension(size(methods(:))) :: control - 1 -Warning: Unused variable ‘control’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:1608:74: - - logical :: found_methods - 1 -Warning: Unused variable ‘found_methods’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:1607:70: - - character(len=fm_path_name_len), dimension(size(methods(:))) :: method - 1 -Warning: Unused variable ‘method’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:1447:12: - - integer :: i - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/field_manager/field_manager.F90:1102:42: - - character(len=fm_string_len) :: val_list - 1 -Warning: Unused variable ‘val_list’ declared at (1) [-Wunused-variable] -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:517:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:522:1: real, dimension(levs) :: ax, ay,eps 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:518:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:523:1: real, dimension(levs+1) :: ked 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:519:1: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:524:1: real, parameter :: xtiny = 1.e-30 1 Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:144:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:148:41: real, dimension(levs) :: a_mkz 1 Warning: Unused variable ‘a_mkz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:156:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:160:20: real :: Chnorm, Cx, Cs, Cxs, Cx2sat 1 Warning: Unused variable ‘chnorm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:156:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:160:28: real :: Chnorm, Cx, Cs, Cxs, Cx2sat 1 Warning: Unused variable ‘cs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:175:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:179:17: real :: dzi, keff, keff_m, keff_t, keffs 1 Warning: Unused variable ‘dzi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:164:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:168:24: real :: epss, epsk 1 Warning: Unused variable ‘epsk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:164:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:168:18: real :: epss, epsk 1 Warning: Unused variable ‘epss’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:105:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:14: fcor, c2f2, zm, zi, rho, um, tm, bn2, bn, rhoi, & 1 Warning: Unused dummy argument ‘fcor’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:143:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:147:39: real :: Fd1, Fd2 1 Warning: Unused variable ‘fd1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:143:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:147:44: real :: Fd1, Fd2 1 Warning: Unused variable ‘fd2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:157:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:161:26: real :: Fdis, Fdisat 1 Warning: Unused variable ‘fdisat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:180:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:184:26: integer :: i, k, igw 1 Warning: Unused variable ‘igw’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:165:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:169:22: real :: kds, kdk 1 Warning: Unused variable ‘kdk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:175:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:179:23: real :: dzi, keff, keff_m, keff_t, keffs 1 Warning: Unused variable ‘keff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:175:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:179:46: real :: dzi, keff, keff_m, keff_t, keffs 1 Warning: Unused variable ‘keffs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:106:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:110:50: dzirho, dzpi, kvg, ktg, krad, kion, kmol, eps, ked, tau ) 1 Warning: Unused dummy argument ‘kmol’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:181:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:185:22: integer :: ksat1, ksat2 1 Warning: Unused variable ‘ksat1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:181:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:185:29: integer :: ksat1, ksat2 1 Warning: Unused variable ‘ksat2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:178:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:182:19: real :: Lzkm, Lzsat 1 Warning: Unused variable ‘lzkm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:178:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:182:26: real :: Lzkm, Lzsat 1 Warning: Unused variable ‘lzsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:186:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:190:24: real :: rab1, rab2, rab3, rab4, cd_ulim2 1 Warning: Unused variable ‘rab2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:186:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:190:30: real :: rab1, rab2, rab3, rab4, cd_ulim2 1 Warning: Unused variable ‘rab3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:186:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:190:36: real :: rab1, rab2, rab3, rab4, cd_ulim2 1 Warning: Unused variable ‘rab4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:105:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:33: fcor, c2f2, zm, zi, rho, um, tm, bn2, bn, rhoi, & 1 Warning: Unused dummy argument ‘rho’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:177:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:181:20: real :: sf2k2, cf2 1 Warning: Unused variable ‘sf2k2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:162:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:166:33: real :: taus, tauk, tau_lin 1 Warning: Unused variable ‘tau_lin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:105:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:41: fcor, c2f2, zm, zi, rho, um, tm, bn2, bn, rhoi, & 1 Warning: Unused dummy argument ‘tm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:167:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:171:17: real :: wfd, wfi ! 1 Warning: Unused variable ‘wfd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:167:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:171:22: real :: wfd, wfi ! 1 Warning: Unused variable ‘wfi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:105:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:109:24: fcor, c2f2, zm, zi, rho, um, tm, bn2, bn, rhoi, & 1 Warning: Unused dummy argument ‘zm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:183:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:187:22: real :: zsat1, zsat2 1 Warning: Unused variable ‘zsat1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:183:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:187:29: real :: zsat1, zsat2 1 Warning: Unused variable ‘zsat2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:2:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:5:28: fcor, c2f2, dp, zmid, zint, pmid, pint, rho, ui, vi, ti, & 1 Warning: Unused dummy argument ‘dp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:2:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90:5:46: fcor, c2f2, dp, zmid, zint, pmid, pint, rho, ui, vi, ti, & 1 Warning: Unused dummy argument ‘pmid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:39:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:6149:42: + + integer :: depthp1 + 1 +Warning: Unused variable ‘depthp1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:6150:40: + + integer :: first + 1 +Warning: Unused variable ‘first’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:6152:39: + + integer :: last + 1 +Warning: Unused variable ‘last’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:6106:48: + + recursive function find_method(list_p, recursive, num_meth, method, control) & + 1 +Warning: Unused dummy argument ‘recursive’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:5700:55: + + recursive function query_method(list_p, recursive, name, method_name, method_control) & + 1 +Warning: Unused dummy argument ‘name’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:5519:14: + + integer :: ier + 1 +Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:5425:14: + + integer :: ier + 1 +Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:4961:61: + + integer :: i, ier + 1 +Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:4724:42: + + integer :: i, ier + 1 +Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:4489:46: + + integer :: i, ier + 1 +Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:4253:42: + + integer :: i, ier + 1 +Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:3920:46: + + type (field_def), pointer, save :: temp_list_p + 1 +Warning: Unused variable ‘temp_list_p’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:3719:44: + + integer :: n, ier + 1 +Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:1785:35: + + integer :: ier + 1 +Warning: Unused variable ‘ier’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:1606:71: + + character(len=fm_path_name_len), dimension(size(methods(:))) :: control + 1 +Warning: Unused variable ‘control’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:1608:74: + + logical :: found_methods + 1 +Warning: Unused variable ‘found_methods’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:1607:70: + + character(len=fm_path_name_len), dimension(size(methods(:))) :: method + 1 +Warning: Unused variable ‘method’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:1447:12: + + integer :: i + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:1102:42: + + character(len=fm_string_len) :: val_list + 1 +Warning: Unused variable ‘val_list’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:187:15: + + i1(n) = tile1_cell(1,n) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:188:15: + + j1(n) = tile1_cell(2,n) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:189:15: + + i2(n) = tile2_cell(1,n) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:190:15: + + j2(n) = tile2_cell(2,n) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:579:41: + + real, dimension(size(lon2(:))) :: x2, y2, z2 + 1 +Warning: Unused variable ‘x2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:579:45: + + real, dimension(size(lon2(:))) :: x2, y2, z2 + 1 +Warning: Unused variable ‘y2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:579:49: + + real, dimension(size(lon2(:))) :: x2, y2, z2 + 1 +Warning: Unused variable ‘z2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:242:51: + + character(len=len_trim(mosaic_file)+1) :: mfile + 1 +Warning: Unused variable ‘mfile’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:244:67: + + integer :: read_mosaic_ncontacts + 1 +Warning: Unused variable ‘read_mosaic_ncontacts’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:243:52: + + integer :: strlen + 1 +Warning: Unused variable ‘strlen’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic.F90:88:0: + + subroutine mosaic_init() + +Warning: ‘mosaic_init’ defined but not used [-Wunused-function] +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:30: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘bnv2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:6:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:58: elvpd, elvp, hprime , sigma, theta, oc, oa4, clx4, gam, zpbl, & 1 Warning: Unused dummy argument ‘clx4’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:39:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:51: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘dzp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:6:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:13: elvpd, elvp, hprime , sigma, theta, oc, oa4, clx4, gam, zpbl, & 1 Warning: Unused dummy argument ‘elvpd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:6:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:52: elvpd, elvp, hprime , sigma, theta, oc, oa4, clx4, gam, zpbl, & 1 Warning: Unused dummy argument ‘oa4’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:6:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:9:46: elvpd, elvp, hprime , sigma, theta, oc, oa4, clx4, gam, zpbl, & 1 Warning: Unused dummy argument ‘oc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:39:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:35: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘rdz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:39:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:24: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘rhok’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:39:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:18: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘vtj’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:39:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:46: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘vtk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:39:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:42:41: real :: vtj, rhok, bnv2, rdz, vtkp, vtk, dzp 1 Warning: Unused variable ‘vtkp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:326:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:330:60: real :: fr, frlin, frlin2, frlin3, frlocal, dfr 1 Warning: Unused variable ‘dfr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:348:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:352:54: real :: c2f2, umag2, dzwidth, udir 1 Warning: Unused variable ‘dzwidth’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:327:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:331:47: real :: betamax, betaf, frlwb, frmtb 1 Warning: Unused variable ‘frmtb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:270:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:274:53: hprime , sigma, theta, oc, oa4, clx4, gamm, & 1 Warning: Unused dummy argument ‘gamm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:349:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:353:53: real :: hogwi, hdswi, hogwz, hdswz ! height*height wave-amp 1 Warning: Unused variable ‘hogwz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:330:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:334:20: integer :: i, j, k, nwd, ind4, idir 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:330:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:334:23: integer :: i, j, k, nwd, ind4, idir 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:333:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:337:56: real :: mkz, mkz2, zbr_mkz, mkzi 1 Warning: Unused variable ‘mkzi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:270:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:274:31: hprime , sigma, theta, oc, oa4, clx4, gamm, & 1 Warning: Unused dummy argument ‘theta’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:350:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:354:46: real :: uogwi, udswi, uogwz, udswz ! wind2 wave-rms 1 Warning: Unused variable ‘udswi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:350:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:354:39: real :: uogwi, udswi, uogwz, udswz ! wind2 wave-rms 1 Warning: Unused variable ‘uogwi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:350:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:354:53: real :: uogwi, udswi, uogwz, udswz ! wind2 wave-rms 1 Warning: Unused variable ‘uogwz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:333:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:337:50: real :: mkz, mkz2, zbr_mkz, mkzi 1 Warning: Unused variable ‘zbr_mkz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:801:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:806:50: real :: mkzm, mkz, dkz, mkz2, ch, kzw3 1 Warning: Unused variable ‘dkz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:805:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:810:46: real :: fsat, hsat, hsat2, kds , c2f2 1 Warning: Unused variable ‘hsat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:799:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:804:37: integer :: i, j, k, kcrit, kref 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:799:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:804:40: integer :: i, j, k, kcrit, kref 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:799:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:804:56: integer :: i, j, k, kcrit, kref 1 Warning: Unused variable ‘kref’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:801:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:806:45: real :: mkzm, mkz, dkz, mkz2, ch, kzw3 1 Warning: Unused variable ‘mkz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:768:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:773:74: subroutine ugwp_oro_lsatdis( krefj, levs, tauogw, tautot, tau_src, & 1 Warning: Unused dummy argument ‘tau_src’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:768:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:773:64: subroutine ugwp_oro_lsatdis( krefj, levs, tauogw, tautot, tau_src, & 1 Warning: Unused dummy argument ‘tautot’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:794:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:799:57: real :: uref, udir, uf2, ufd, uf2p 1 Warning: Unused variable ‘ufd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:770:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:775:23: xn, yn, umag, drtau, kdis) 1 Warning: Unused dummy argument ‘umag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:929:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:935:50: subroutine ugwp_tofd(im, levs, sigflt, elvmax, zpbl, u, v, zmid, & 1 Warning: Unused dummy argument ‘elvmax’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:977:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:984:48: subroutine ugwp_tofd1d(levs, sigflt, elvmax, zsurf, zpbl, u, v, & 1 Warning: Unused dummy argument ‘elvmax’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:991:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:998:17: integer :: i, k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:221:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90:224:0: pe = pe + bn2(k) * (elvp - zpm(k)) *(zpi(k+1) - zpi(k)) Warning: ‘pe’ may be used uninitialized in this function [-Wmaybe-uninitialized] -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/mosaic.F90:187:15: - - i1(n) = tile1_cell(1,n) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/mosaic.F90:188:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90:189:1: - j1(n) = tile1_cell(2,n) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/mosaic.F90:189:15: + tau(1:levs+1) = tau_bulk ! constant flux for all layers k2->1 1 Warning: Unused dummy argument ‘grid_id’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:4070:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:4070:44: function conservation_check_side1(d, grid_id, xmap,remap_method) ! this one for 1->2->1 1 Warning: Unused dummy argument ‘grid_id’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:3968:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:3968:66: integer :: g, i, j, k, p, l, n, l2, m, l3 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:3846:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:3846:75: real :: unpack_buffer(xmap%get1%recvsize*3) 1 Warning: Unused variable ‘unpack_buffer’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:3604:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:3604:50: integer :: i, is, ie, im, j, js, je, jm, ii, jj 1 Warning: Unused variable ‘im’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:3605:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:3605:47: integer :: p, l, ioff, joff, isd, jsd 1 Warning: Unused variable ‘ioff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:3604:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:3604:65: integer :: i, is, ie, im, j, js, je, jm, ii, jj 1 Warning: Unused variable ‘jm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:3605:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:3605:53: integer :: p, l, ioff, joff, isd, jsd 1 Warning: Unused variable ‘joff’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:2551:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:2551:43: integer :: root_pe, recvsize, sendsize 1 Warning: Unused variable ‘recvsize’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:2551:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:2551:33: integer :: root_pe, recvsize, sendsize 1 Warning: Unused variable ‘root_pe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:2551:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:2551:53: integer :: root_pe, recvsize, sendsize 1 Warning: Unused variable ‘sendsize’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:2137:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:2137:57: integer, dimension(0:xmap%npes-1) :: send_ind, recv_ind, pl 1 Warning: Unused variable ‘recv_ind’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:1521:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:1521:43: integer :: g, p, send_size, recv_size, i, siz(4) 1 Warning: Unused variable ‘recv_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:1521:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:1521:32: integer :: g, p, send_size, recv_size, i, siz(4) 1 Warning: Unused variable ‘send_size’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/exchange/xgrid.F90:644:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/exchange/xgrid.F90:644:80: integer :: pos, nsend, nrecv, l1, l2, n, mypos, m 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:342:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:342:14: scale = 1./real(leng) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:733:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:733:19: integer :: ifail 1 Warning: Unused variable ‘ifail’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:731:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:731:15: integer :: j, k, num, len_fourier 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:731:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:731:18: integer :: j, k, num, len_fourier 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:596:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:596:19: integer :: ifail 1 Warning: Unused variable ‘ifail’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:594:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:594:15: integer :: j, k, num, len_grid 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:594:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:594:18: integer :: j, k, num, len_grid 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:453:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:453:15: integer :: j, k, num, len_fourier 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:453:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:453:18: integer :: j, k, num, len_fourier 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:317:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:317:15: integer :: j, k, num, len_grid 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft.F90:317:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft.F90:317:18: integer :: j, k, num, len_grid 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft99.F90:1114:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft99.F90:1114:5: 130 ia=1 1 Warning: Label 130 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft99.F90:1036:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft99.F90:1036:5: 90 ia=1 1 Warning: Label 90 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft99.F90:971:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft99.F90:971:5: 50 ia=1 1 Warning: Label 50 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft99.F90:923:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft99.F90:923:5: 10 ia=1 1 Warning: Label 10 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft99.F90:675:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft99.F90:675:5: 50 continue 1 Warning: Label 50 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/fft/fft99.F90:346:5: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/fft/fft99.F90:346:5: 50 continue 1 Warning: Label 50 at (1) defined but not used [-Wunused-label] [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:1377:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:1377:11: e(1) = e1 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:1378:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:1378:11: e(2) = e2 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:1379:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:1379:11: e(3) = e3 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:1340:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:1340:13: xs(i) = lon 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:1341:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:1341:13: ys(i) = lat 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:1344:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:1344:17: q(k,i) = p(k) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:1152:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:1152:30: units=chomp(units) 1 Warning: CHARACTER expression will be truncated in assignment (32/64) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3586:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3586:63: subroutine read_data_no_time_axis(clim_type,src_field, hdata, i) 1 Warning: Unused dummy argument ‘i’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3410:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3410:27: integer :: taum, taup, ilon 1 Warning: Unused variable ‘ilon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3416:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3416:12: integer :: j, k, i, n 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3416:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3416:15: integer :: j, k, i, n 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3416:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3416:21: integer :: j, k, i, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3412:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3412:55: real :: p_fact(size(interp_data,1),size(interp_data,2)) 1 Warning: Unused variable ‘p_fact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3414:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3414:17: logical :: result 1 Warning: Unused variable ‘result’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3410:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3410:15: integer :: taum, taup, ilon 1 Warning: Unused variable ‘taum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3410:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3410:21: integer :: taum, taup, ilon 1 Warning: Unused variable ‘taup’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3409:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3409:15: real :: tweight, tweight1, tweight2, tweight3 1 Warning: Unused variable ‘tweight’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3409:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3409:25: real :: tweight, tweight1, tweight2, tweight3 1 Warning: Unused variable ‘tweight1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3409:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3409:35: real :: tweight, tweight1, tweight2, tweight3 1 Warning: Unused variable ‘tweight2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3409:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3409:45: real :: tweight, tweight1, tweight2, tweight3 1 Warning: Unused variable ‘tweight3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3286:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3286:21: integer :: i, j, k, n !< No description 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3284:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3284:17: logical :: result !< No description 1 Warning: Unused variable ‘result’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3279:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3279:15: integer :: taum, taup, ilon !< No description 1 Warning: Unused variable ‘taum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3279:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3279:21: integer :: taum, taup, ilon !< No description 1 Warning: Unused variable ‘taup’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3275:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3275:15: real :: tweight !< No description 1 Warning: Unused variable ‘tweight’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3276:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3276:16: real :: tweight1 !< The time weight between the climatology years 1 Warning: Unused variable ‘tweight1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3277:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3277:16: real :: tweight2 !< No description 1 Warning: Unused variable ‘tweight2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3278:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3278:16: real :: tweight3 !< The time weight between the months 1 Warning: Unused variable ‘tweight3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/interpolator/interpolator.F90:3114:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/interpolator/interpolator.F90:3114:17: logical :: result 1 Warning: Unused variable ‘result’ declared at (1) [-Wunused-variable] -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:49: - - Coupling, Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm, ExtDiag) - 1 -Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:81: - - Coupling, Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm, ExtDiag) - 1 -Warning: Unused dummy argument ‘intdiag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:72: - - Coupling, Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm, ExtDiag) - 1 -Warning: Unused dummy argument ‘radtend’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:36:58: - - subroutine GFS_restart_populate (Restart, Model, Statein, Stateout, Sfcprop, & - 1 -Warning: Unused dummy argument ‘statein’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:36:68: - - subroutine GFS_restart_populate (Restart, Model, Statein, Stateout, Sfcprop, & - 1 -Warning: Unused dummy argument ‘stateout’ at (1) [-Wunused-dummy-argument] [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/grid.F90:1007:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/grid.F90:1007:37: mosaic_file = grid_dir//mosaic_file 1 Warning: CHARACTER expression will be truncated in assignment (1024/1030) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/grid.F90:811:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/grid.F90:811:36: character(len=MAX_NAME) :: varname 1 Warning: Unused variable ‘varname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/grid.F90:274:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/grid.F90:274:37: character(len=MAX_NAME) :: varname1, varname2 1 Warning: Unused variable ‘varname1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/grid.F90:274:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/grid.F90:274:47: character(len=MAX_NAME) :: varname1, varname2 1 Warning: Unused variable ‘varname2’ declared at (1) [-Wunused-variable] -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_utilities.F90:68:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_utilities.F90:68:18: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘igmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_utilities.F90:68:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_utilities.F90:68:39: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘igmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_utilities.F90:68:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_utilities.F90:68:25: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘jgmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_utilities.F90:68:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_utilities.F90:68:46: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘jgmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_utilities.F90:68:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_utilities.F90:68:32: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘kgmax’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_utilities.F90:68:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_utilities.F90:68:53: integer :: igmax, jgmax, kgmax, igmin, jgmin, kgmin 1 Warning: Unused variable ‘kgmin’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mpp/mpp_utilities.F90:51:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/mpp_utilities.F90:51:78: subroutine mpp_array_global_min_max(in_array, tmask,isd,jsd,isc,iec,jsc,jec,nk, g_min, g_max, & 1 Warning: Unused dummy argument ‘nk’ at (1) [-Wunused-dummy-argument] -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o [ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:36:9: - - & 0.63, 0.0, 0.0, 0.0, 0.0, 0.0, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:37:9: +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:443:13: - & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:38:9: + probe=rprobe + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1353:9: - & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, + m=Prof(n)%probe 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:39:9: +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:152:31: - & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0/) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:42:9: - - & 150.0, 0.0, 0.0, 0.0, 0.0, 0.0, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:43:9: - - & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:44:9: - - & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:47:9: - - & 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:48:9: - - & 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:49:9: - - & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:50:9: - - & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:52:9: - - & 36.35, 42.00, 42.00, 42.00, 42.00, 36.35, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:53:9: - - & 42.00, 0.00, 0.00, 0.00, 0.00, 0.00, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:54:9: - - & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:55:9: - - & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00/) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:63:9: - - & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:64:9: - - & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000/) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:1:31: - - subroutine set_soilveg(me,isot,ivet,nlunit) - 1 -Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/gfsphysics/physics/set_soilveg.f:1:48: - - subroutine set_soilveg(me,isot,ivet,nlunit) - 1 -Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] -[ 67%] Linking Fortran static library libgfsphysics.a -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:443:13: - - probe=rprobe - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1353:9: - - m=Prof(n)%probe - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:152:31: - - logical :: add_tidal_aliasing=.false. - 1 -Warning: Unused PRIVATE module variable ‘add_tidal_aliasing’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:109:47: + logical :: add_tidal_aliasing=.false. + 1 +Warning: Unused PRIVATE module variable ‘add_tidal_aliasing’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:109:47: integer :: max_profiles = 250000, max_sfc_obs = 1 1 Warning: Unused PRIVATE module variable ‘max_sfc_obs’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:160:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:160:60: integer, allocatable, dimension(:) :: nprof_in_comp_domain 1 Warning: Unused PRIVATE module variable ‘nprof_in_comp_domain’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:120:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:120:77: type(ocean_surface_type), target, save, private, allocatable :: sfc_obs(:) 1 Warning: Unused PRIVATE module variable ‘sfc_obs’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1590:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1590:17: real :: dz, a, dx1, dx2, dy1, dy2 1 Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1592:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1592:79: real :: temp_missing=missing_value,salt_missing=missing_value,depth_missing=missing_value 1 Warning: Unused variable ‘depth_missing’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1584:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1584:23: integer :: nstation, unit, n, noobs, i, k 1 Warning: Unused variable ‘nstation’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1592:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1592:51: real :: temp_missing=missing_value,salt_missing=missing_value,depth_missing=missing_value 1 Warning: Unused variable ‘salt_missing’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1592:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1592:24: real :: temp_missing=missing_value,salt_missing=missing_value,depth_missing=missing_value 1 Warning: Unused variable ‘temp_missing’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1584:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1584:29: integer :: nstation, unit, n, noobs, i, k 1 Warning: Unused variable ‘unit’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1548:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1548:30: real :: dtdz, err, a1, a2 1 Warning: Unused variable ‘a2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1437:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1437:16: integer :: i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1448:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1448:48: integer :: nfiles, filetype(max_files), ioun, io_status, ierr,& 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1437:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1437:18: integer :: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1398:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1398:33: subroutine mult_obs_I_mse_sfc(a, Obs) 1 Warning: Unused dummy argument ‘a’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1398:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1398:38: subroutine mult_obs_I_mse_sfc(a, Obs) 1 Warning: Unused dummy argument ‘obs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1369:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1369:38: subroutine adjust_obs_error_sfc(Diff) 1 Warning: Unused dummy argument ‘diff’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1349:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1349:21: real :: tfac, Ims 1 Warning: Unused variable ‘ims’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1334:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1334:32: subroutine copy_obs_sfc(Obs_in, Obs_out) 1 Warning: Unused dummy argument ‘obs_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1334:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1334:41: subroutine copy_obs_sfc(Obs_in, Obs_out) 1 Warning: Unused dummy argument ‘obs_out’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1260:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1260:42: subroutine diff_obs_sfc(prof1,prof2,Diff) 1 Warning: Unused dummy argument ‘diff’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1260:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1260:31: subroutine diff_obs_sfc(prof1,prof2,Diff) 1 Warning: Unused dummy argument ‘prof1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1260:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1260:37: subroutine diff_obs_sfc(prof1,prof2,Diff) 1 Warning: Unused dummy argument ‘prof2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1212:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1212:42: subroutine assign_forward_model_sfc(Obs1,Obs2) 1 Warning: Unused dummy argument ‘obs1’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1212:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1212:47: subroutine assign_forward_model_sfc(Obs1,Obs2) 1 Warning: Unused dummy argument ‘obs2’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1185:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1185:39: subroutine backward_obs_sfc(Obs,model) 1 Warning: Unused dummy argument ‘model’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1185:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1185:33: subroutine backward_obs_sfc(Obs,model) 1 Warning: Unused dummy argument ‘obs’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1096:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1096:45: subroutine forward_obs_sfc(Sfc, Guess, Diff) 1 Warning: Unused dummy argument ‘diff’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1096:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1096:39: subroutine forward_obs_sfc(Sfc, Guess, Diff) 1 Warning: Unused dummy argument ‘guess’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1096:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1096:32: subroutine forward_obs_sfc(Sfc, Guess, Diff) 1 Warning: Unused dummy argument ‘sfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:930:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:49: + + Coupling, Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm, ExtDiag) + 1 +Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:81: + + Coupling, Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm, ExtDiag) + 1 +Warning: Unused dummy argument ‘intdiag’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:37:72: + + Coupling, Grid, Tbd, Cldprop, Radtend, IntDiag, Init_parm, ExtDiag) + 1 +Warning: Unused dummy argument ‘radtend’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:36:58: + + subroutine GFS_restart_populate (Restart, Model, Statein, Stateout, Sfcprop, & + 1 +Warning: Unused dummy argument ‘statein’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_restart.F90:36:68: + + subroutine GFS_restart_populate (Restart, Model, Statein, Stateout, Sfcprop, & + 1 +Warning: Unused dummy argument ‘stateout’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:930:19: integer :: ioun, ierr, io_status 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:847:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:847:29: character(len=1) :: cchar 1 Warning: Unused variable ‘cchar’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:845:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:845:51: integer :: i,k,yr,mon,day,hr,minu,sec,a,mon_obs,yr_obs, outunit 1 Warning: Unused variable ‘mon_obs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:834:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:834:42: subroutine get_obs(model_time, Prof, Sfc, nprof, nsfc) 1 Warning: Unused dummy argument ‘sfc’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:845:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:845:58: integer :: i,k,yr,mon,day,hr,minu,sec,a,mon_obs,yr_obs, outunit 1 Warning: Unused variable ‘yr_obs’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:267:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:267:49: k, kk, ll, i, i0, j0, k0, nlevs, a, nn, ii, nlinks 1 Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:269:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:269:45: character(len=128) :: time_units, attname, catt 1 Warning: Unused variable ‘attname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:265:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:265:40: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘day’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:264:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:264:26: error(max_levels), rprobe, profile_error, rlink 1 Warning: Unused variable ‘error’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:265:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:265:44: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘hr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:265:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:265:59: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘kl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:267:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:267:24: k, kk, ll, i, i0, j0, k0, nlevs, a, nn, ii, nlinks 1 Warning: Unused variable ‘ll’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:265:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:265:50: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘minu’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:265:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:265:35: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘mon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:265:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:265:19: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘nlev’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:265:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:265:55: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘sec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:265:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:265:30: integer :: nlev, probe, yr, mon, day, hr, minu, sec, kl, outunit 1 Warning: Unused variable ‘yr’ declared at (1) [-Wunused-variable] -[ 67%] Built target gfsphysics -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:64:20: +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core.F90:1543:0: + + subroutine add_tidal_error(Prof) + +Warning: ‘add_tidal_error’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:64:20: real :: max_misfit = 5.0 !< used to inflate observation errors where the difference from the first guess is large 1 Warning: Unused PRIVATE module variable ‘max_misfit’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:93:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:93:59: real, allocatable :: sst_lon(:), sst_lat(:), obs_sst(:,:) 1 Warning: Unused PRIVATE module variable ‘obs_sst’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:93:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:93:45: real, allocatable :: sst_lon(:), sst_lat(:), obs_sst(:,:) 1 Warning: Unused PRIVATE module variable ‘sst_lat’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:93:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:93:33: real, allocatable :: sst_lon(:), sst_lat(:), obs_sst(:,:) 1 Warning: Unused PRIVATE module variable ‘sst_lon’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:3421:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:3421:19: integer :: i, k, i_m, i0, j0 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:3275:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:3275:46: subroutine open_profile_dataset_suv(filename, obs_variable, localize) 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:3141:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:3141:46: subroutine open_profile_dataset_eta(filename, obs_variable, localize) 1 Warning: Unused dummy argument ‘filename’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:2964:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:2964:33: character(len=32) :: axisname 1 Warning: Unused variable ‘axisname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:2852:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:2852:48: integer :: iy0, in0, id0, ih0, im0, is0, i_m 1 Warning: Unused variable ‘i_m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:2133:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:2133:33: integer :: stdout_unit, istat 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:2144:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:2144:65: type(axistype), pointer :: lon_axis, lat_axis, z_axis, t_axis 1 Warning: Unused variable ‘t_axis’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:1806:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:1806:25: integer :: ioun, ierr, io_status 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:1806:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:1806:19: integer :: ioun, ierr, io_status 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core.F90:1543:0: - - subroutine add_tidal_error(Prof) - -Warning: ‘add_tidal_error’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:152:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:152:36: integer :: ioun, io_status, ierr 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/oda_tools/oda_core_ecda.F90:152:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/oda_tools/oda_core_ecda.F90:152:19: integer :: ioun, io_status, ierr 1 Warning: Unused variable ‘ioun’ declared at (1) [-Wunused-variable] +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:36:9: + + & 0.63, 0.0, 0.0, 0.0, 0.0, 0.0, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:37:9: + + & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:38:9: + + & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:39:9: + + & 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0/) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:42:9: + + & 150.0, 0.0, 0.0, 0.0, 0.0, 0.0, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:43:9: + + & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:44:9: + + & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:47:9: + + & 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:48:9: + + & 100.0, 0.0, 0.0, 0.0, 0.0, 0.0, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:49:9: + + & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:50:9: + + & 0.0, 0.0, 0.0, 0.0, 0.0, 0.0/) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:52:9: + + & 36.35, 42.00, 42.00, 42.00, 42.00, 36.35, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:53:9: + + & 42.00, 0.00, 0.00, 0.00, 0.00, 0.00, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:54:9: + + & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:55:9: + + & 0.00, 0.00, 0.00, 0.00, 0.00, 0.00/) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:63:9: + + & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:64:9: + + & 0.000, 0.000, 0.000, 0.000, 0.000, 0.000/) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:1:31: + + subroutine set_soilveg(me,isot,ivet,nlunit) + 1 +Warning: Unused dummy argument ‘me’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/physics/set_soilveg.f:1:48: + + subroutine set_soilveg(me,isot,ivet,nlunit) + 1 +Warning: Unused dummy argument ‘nlunit’ at (1) [-Wunused-dummy-argument] +[ 67%] Linking Fortran static library libgfsphysics.a +[ 67%] Built target gfsphysics +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +Scanning dependencies of target ccppdriver Scanning dependencies of target ipd +[ 68%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o [ 68%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o [ 68%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ipd/IPD_driver.F90:99:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ipd/IPD_driver.F90:99:54: subroutine IPD_step (IPD_Control, IPD_Data, IPD_Diag, IPD_Restart, IPD_func0d, IPD_func1d) 1 Warning: Unused dummy argument ‘ipd_diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ipd/IPD_driver.F90:99:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ipd/IPD_driver.F90:99:67: subroutine IPD_step (IPD_Control, IPD_Data, IPD_Diag, IPD_Restart, IPD_func0d, IPD_func1d) 1 Warning: Unused dummy argument ‘ipd_restart’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/ipd/IPD_driver.F90:40:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ipd/IPD_driver.F90:40:73: subroutine IPD_initialize (IPD_Control, IPD_Data, IPD_Diag, IPD_Restart, & 1 Warning: Unused dummy argument ‘ipd_restart’ at (1) [-Wunused-dummy-argument] -[ 69%] Linking Fortran static library libipd.a -[ 69%] Built target ipd +[ 69%] Linking Fortran static library libccppdriver.a +[ 69%] Built target ccppdriver [ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -Scanning dependencies of target ccppdriver -[ 69%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/station_data/station_data.F90:639:89: +[ 70%] Linking Fortran static library libipd.a +[ 70%] Built target ipd +[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/station_data/station_data.F90:639:89: integer :: out_num, file_num,num_fields, method_selected, l1 1 Warning: Unused variable ‘method_selected’ declared at (1) [-Wunused-variable] -[ 71%] Linking Fortran static library libccppdriver.a -[ 71%] Built target ccppdriver [ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o [ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o [ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/tracer_manager/tracer_manager.F90:912:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/tracer_manager/tracer_manager.F90:912:3: 901 FORMAT(E12.6,1x,E12.6) 1 Warning: Label 901 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/tracer_manager/tracer_manager.F90:911:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/tracer_manager/tracer_manager.F90:911:3: 900 FORMAT(A,2(1x,E12.6)) 1 Warning: Label 900 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/tracer_manager/tracer_manager.F90:301:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/tracer_manager/tracer_manager.F90:301:81: tracers(num_tracer_fields)%tracer_units = methods(j)%method_name 1 Warning: CHARACTER expression will be truncated in assignment (32/128) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/tracer_manager/tracer_manager.F90:1526:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/tracer_manager/tracer_manager.F90:1526:66: subroutine set_tracer_method(model, name, method_type, method_name, method_control) 1 Warning: Unused dummy argument ‘method_name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/tracer_manager/tracer_manager.F90:1384:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/tracer_manager/tracer_manager.F90:1384:0: if(error_handler('query_method', err_msg_local, err_msg)) return Warning: control reaches end of non-void function [-Wreturn-type] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/tracer_manager/tracer_manager.F90:1526:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/tracer_manager/tracer_manager.F90:1526:0: subroutine set_tracer_method(model, name, method_type, method_name, method_control) @@ -24554,127 +24552,127 @@ Warning: ‘set_tracer_method’ defined but not used [-Wunused-function] [ 73%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o [ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o [ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c: In function ‘get_grid_great_circle_area’: -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:136:30: warning: unused variable ‘z_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c: In function ‘get_grid_great_circle_area’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:136:30: warning: unused variable ‘z_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:136:20: warning: unused variable ‘y_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:136:20: warning: unused variable ‘y_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:136:10: warning: unused variable ‘x_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:136:10: warning: unused variable ‘x_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c: In function ‘get_grid_great_circle_area_ug’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:185:30: warning: unused variable ‘z_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c: In function ‘get_grid_great_circle_area_ug’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:185:30: warning: unused variable ‘z_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:185:20: warning: unused variable ‘y_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:185:20: warning: unused variable ‘y_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:185:10: warning: unused variable ‘x_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:185:10: warning: unused variable ‘x_in’ [-Wunused-variable] double x_in[20], y_in[20], z_in[20]; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_1dx2d_order2’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:497:31: warning: unused variable ‘n’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_1dx2d_order2’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:497:31: warning: unused variable ‘n’ [-Wunused-variable] int i1, j1, i2, j2, nxgrid, n; ^ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx1d_order2’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:700:31: warning: unused variable ‘n’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx1d_order2’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:700:31: warning: unused variable ‘n’ [-Wunused-variable] int i1, j1, i2, j2, nxgrid, n; ^ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx2d_order1’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:950:17: warning: unused variable ‘n_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx2d_order1’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:950:17: warning: unused variable ‘n_in’ [-Wunused-variable] int n_in, n_out, i2, j2, n2_in; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx2d_order2’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1226:17: warning: unused variable ‘n_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_2dx2d_order2’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1226:17: warning: unused variable ‘n_in’ [-Wunused-variable] int n_in, n_out, i2, j2, n2_in; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1079:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1079:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1079:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1079:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_great_circle’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1582:17: warning: unused variable ‘n_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_great_circle’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1582:17: warning: unused variable ‘n_in’ [-Wunused-variable] int n_in, n_out; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1541:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1541:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1541:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1541:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_great_circle_ug’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1696:17: warning: unused variable ‘n_in’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c: In function ‘create_xgrid_great_circle_ug’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1696:17: warning: unused variable ‘n_in’ [-Wunused-variable] int n_in, n_out; ^~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1657:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1657:19: warning: unused variable ‘xctrlat’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1657:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1657:10: warning: unused variable ‘xctrlon’ [-Wunused-variable] double xctrlon, xctrlat; ^~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c: In function ‘clip_2dx2d_great_circle’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1901:25: warning: unused variable ‘is_in_clip’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c: In function ‘clip_2dx2d_great_circle’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1901:25: warning: unused variable ‘is_in_clip’ [-Wunused-variable] int is_in_subj, is_in_clip; ^~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1901:13: warning: unused variable ‘is_in_subj’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1901:13: warning: unused variable ‘is_in_subj’ [-Wunused-variable] int is_in_subj, is_in_clip; ^~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1900:21: warning: unused variable ‘n_cur’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1900:21: warning: unused variable ‘n_cur’ [-Wunused-variable] int n_prev, n_cur; ^~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1900:13: warning: unused variable ‘n_prev’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1900:13: warning: unused variable ‘n_prev’ [-Wunused-variable] int n_prev, n_cur; ^~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1780:14: warning: unused variable ‘first_call’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1780:14: warning: unused variable ‘first_call’ [-Wunused-variable] static int first_call=1; ^~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1759:16: warning: unused variable ‘clipList’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1759:16: warning: unused variable ‘clipList’ [-Wunused-variable] struct Node *clipList=NULL; ^~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1758:16: warning: unused variable ‘subjList’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1758:16: warning: unused variable ‘subjList’ [-Wunused-variable] struct Node *subjList=NULL; ^~~~~~~~ At top level: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/create_xgrid.c:1780:14: warning: ‘first_call’ defined but not used [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/create_xgrid.c:1780:14: warning: ‘first_call’ defined but not used [-Wunused-variable] static int first_call=1; ^~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/interp.c: In function ‘cubic_spline_sp’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/interp.c:50:21: warning: variable ‘khi’ set but not used [-Wunused-but-set-variable] +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/interp.c: In function ‘cubic_spline_sp’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/interp.c:50:21: warning: variable ‘khi’ set but not used [-Wunused-but-set-variable] int i, k, n, klo, khi, kmax; ^~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/interp.c: In function ‘linear_vertical_interp’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/interp.c:357:15: warning: unused variable ‘i’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/interp.c: In function ‘linear_vertical_interp’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/interp.c:357:15: warning: unused variable ‘i’ [-Wunused-variable] int n1, n2, i, n, k, l; ^ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/interp.c:357:11: warning: unused variable ‘n2’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/interp.c:357:11: warning: unused variable ‘n2’ [-Wunused-variable] int n1, n2, i, n, k, l; ^~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/interp.c:357:7: warning: unused variable ‘n1’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/interp.c:357:7: warning: unused variable ‘n1’ [-Wunused-variable] int n1, n2, i, n, k, l; ^~ -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/mosaic_util.c: In function ‘setInbound’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/mosaic_util.c:1261:23: warning: unused variable ‘next_is_inside’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic_util.c: In function ‘setInbound’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic_util.c:1261:23: warning: unused variable ‘next_is_inside’ [-Wunused-variable] int prev_is_inside, next_is_inside; ^~~~~~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/mosaic_util.c:1261:7: warning: unused variable ‘prev_is_inside’ [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/mosaic_util.c:1261:7: warning: unused variable ‘prev_is_inside’ [-Wunused-variable] int prev_is_inside, next_is_inside; ^~~~~~~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/read_mosaic.c: In function ‘read_mosaic_grid_data’: -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/read_mosaic.c:837:29: warning: ‘%s’ directive writing up to 254 bytes into a region of size between 0 and 254 [-Wformat-overflow=] +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/read_mosaic.c: In function ‘read_mosaic_grid_data’: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/read_mosaic.c:837:29: warning: ‘%s’ directive writing up to 254 bytes into a region of size between 0 and 254 [-Wformat-overflow=] sprintf(tilefile, "%s/%s", dir, gridfile); ^~ ~~~~~~~~ -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FMS/mosaic/read_mosaic.c:837:7: note: ‘sprintf’ output between 2 and 510 bytes into a destination of size 255 +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mosaic/read_mosaic.c:837:7: note: ‘sprintf’ output between 2 and 510 bytes into a destination of size 255 sprintf(tilefile, "%s/%s", dir, gridfile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -[ 74%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o [ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o [ 75%] Linking Fortran static library FMS/libfms.a [ 75%] Built target fms @@ -24684,62 +24682,62 @@ Scanning dependencies of target io [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o Scanning dependencies of target fv3core [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:50:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:50:30: real, parameter:: real_snan=x'FFF7FFFFFFFFFFFF' 1 Warning: BOZ literal at (1) is bitwise transferred non-integer symbol ‘real_snan’ [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:2015:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_arrays.F90:2015:84: subroutine allocate_fv_nest_BC_type_3D(BC,is,ie,js,je,isd,ied,jsd,jed,npx,npy,npz,ng,ns,istag,jstag,dummy) 1 Warning: Unused dummy argument ‘ng’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:725:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:725:32: vcoord(k,1,1) = ak8(kz-k+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:728:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:728:30: vcoord(:,1,1) = ak8(:) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:738:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:738:32: vcoord(k,2,1) = bk8(kz-k+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:741:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:741:30: vcoord(:,2,1) = bk8(:) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:387:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:387:32: arrayr42d(m,n) = arrayr82d(m,n) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:474:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:474:35: arrayr42d(m,n) = arrayr83d(m,n,k) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:112:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:112:29: lon1d((j-1)*imo+i) = lon(i) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:113:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:113:29: lat1d((j-1)*imo+i) = lat(j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:12:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:12:30: logical :: first_nemsio_call 1 Warning: Unused PRIVATE module variable ‘first_nemsio_call’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:15:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:15:24: logical :: hydrostatic 1 @@ -24747,375 +24745,375 @@ Warning: Unused PRIVATE module variable ‘hydrostatic’ declared at (1) [-Wunu mpif.h:561:54: Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:16:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:16:34: real(kind=ESMF_KIND_R4) :: varr4 1 Warning: Unused PRIVATE module variable ‘varr4’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:548:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:548:47: character(80) attName, hydrostatics, fldname 1 Warning: Unused variable ‘fldname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:548:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:548:38: character(80) attName, hydrostatics, fldname 1 Warning: Unused variable ‘hydrostatics’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:286:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:286:17: real fhour 1 Warning: Unused variable ‘fhour’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:284:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:284:16: integer i,ii,j,m,n,k, k1,k2,k3,jrec, nfseconds, nofsync, FFSYNC 1 Warning: Unused variable ‘ii’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:284:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:284:18: integer i,ii,j,m,n,k, k1,k2,k3,jrec, nfseconds, nofsync, FFSYNC 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:66:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:66:67: real(ESMF_KIND_R8), dimension(:,:), pointer :: lonPtr, latPtr 1 Warning: Unused variable ‘latptr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:66:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:66:59: real(ESMF_KIND_R8), dimension(:,:), pointer :: lonPtr, latPtr 1 Warning: Unused variable ‘lonptr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:58:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:58:27: integer i,j, nfld, nidx, nlen 1 Warning: Unused variable ‘nidx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_nemsio.F90:524:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_nemsio.F90:524:0: subroutine write_nemaio_final() Warning: ‘write_nemaio_final’ defined but not used [-Wunused-function] [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:1:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:1:29: !#define ESMF_ERR_ABORT(rc) \ Warning: backslash and newline separated by space [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_fill.F90:60:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_fill.F90:60:23: integer i, k, ic, k1 1 Warning: Unused variable ‘k1’ declared at (1) [-Wunused-variable] [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:352:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:352:17: integer:: i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:352:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:352:19: integer:: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:281:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:281:30: real*4:: wk4(im,jm,km,4) 1 Warning: Unused variable ‘wk4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:252:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:252:40: real(kind=4), dimension(1) :: time 1 Warning: Unused variable ‘time’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:159:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:159:40: real(kind=4), dimension(1) :: time 1 Warning: Unused variable ‘time’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:136:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:136:54: subroutine get_var2_real( ncid, var_name, im, jm, var2 ) 1 Warning: Unused dummy argument ‘jm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:275:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:275:0: subroutine get_var4_real( ncid, var4_name, im, jm, km, nt, var4 ) Warning: ‘get_var4_real’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:317:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:317:0: subroutine get_var4_double( ncid, var4_name, im, jm, km, nt, var4 ) Warning: ‘get_var4_double’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:344:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:344:0: subroutine get_real3( ncid, var4_name, im, jm, nt, var4 ) Warning: ‘get_real3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:382:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:382:0: subroutine get_var_att_str(ncid, var_name, att_name, att) Warning: ‘get_var_att_str’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:428:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/sim_nc_mod.F90:428:0: subroutine calendar(year, month, day, hour) Warning: ‘calendar’ defined but not used [-Wunused-function] [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:344:29: - - arrayr4_3d = quantized(arrayr4_3d_save, nbits, dataMin, dataMax) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:161:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:161:28: subroutine diag_zero (Diag) 1 Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:30: subroutine diag_create (Diag, IM, Ntracers) 1 Warning: Unused dummy argument ‘diag’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:34: subroutine diag_create (Diag, IM, Ntracers) 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90:148:44: subroutine diag_create (Diag, IM, Ntracers) 1 Warning: Unused dummy argument ‘ntracers’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:514:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:344:29: + + arrayr4_3d = quantized(arrayr4_3d_save, nbits, dataMin, dataMax) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:514:26: integer :: i, attcount, n, dim_varid 1 Warning: Unused variable ‘attcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:516:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:516:41: character(len=ESMF_MAXSTR) :: attName 1 Warning: Unused variable ‘attname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:514:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:514:16: integer :: i, attcount, n, dim_varid 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:522:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:522:61: character(len=ESMF_MAXSTR), allocatable :: valueListC(:) 1 Warning: Unused variable ‘valuelistc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:519:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:519:42: integer, allocatable :: valueListI(:) 1 Warning: Unused variable ‘valuelisti’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:393:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:393:34: real(ESMF_KIND_R4) :: varr4val 1 Warning: Unused variable ‘varr4val’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:395:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:395:34: real(ESMF_KIND_R8) :: varr8val 1 Warning: Unused variable ‘varr8val’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:36:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:36:24: integer :: i,j,m,n,k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:69:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:69:43: integer :: im_varid, jm_varid, lm_varid, time_varid, lon_varid, lat_varid 1 Warning: Unused variable ‘lm_varid’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:36:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:36:20: integer :: i,j,m,n,k 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:25:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:25:64: subroutine write_netcdf(fieldbundle, wrtfb, filename, mpi_comm, mype, im, jm, rc) 1 Warning: Unused dummy argument ‘mpi_comm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:59:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:59:57: real(4) :: varr4val, scale_fact, compress_err, offset, dataMin, dataMax 1 Warning: Unused variable ‘offset’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:59:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:59:35: real(4) :: varr4val, scale_fact, compress_err, offset, dataMin, dataMax 1 Warning: Unused variable ‘scale_fact’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:63:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:63:32: character(128) :: time_units 1 Warning: Unused variable ‘time_units’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:69:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:69:55: integer :: im_varid, jm_varid, lm_varid, time_varid, lon_varid, lat_varid 1 Warning: Unused variable ‘time_varid’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_write_netcdf.F90:562:0: +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:562:0: subroutine nccheck(status) Warning: ‘nccheck’ defined but not used [-Wunused-function] -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o /glade/u/apps/ch/opt/mpt/2.19/include/mpif.h:561:54: integer MPI_STATUSES_IGNORE(MPI_STATUS_SIZE,1) 1 Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:126:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:126:76: type(nest_domain_type), allocatable, dimension(:) :: nest_domain 1 Warning: Unused PRIVATE module variable ‘nest_domain’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:127:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:127:29: integer :: this_pe_grid = 0 1 Warning: Unused PRIVATE module variable ‘this_pe_grid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1300:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1300:21: integer :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1300:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1300:23: integer :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1260:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1260:21: integer :: i,j,k 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1260:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1260:23: integer :: i,j,k 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1228:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1228:21: integer :: i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1228:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1228:23: integer :: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1196:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1196:21: integer :: i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1196:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:1196:23: integer :: i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:985:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:985:66: subroutine switch_current_domain(new_domain,new_domain_for_coupler) 1 Warning: Unused dummy argument ‘new_domain_for_coupler’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:18: integer :: n, i1, i2, j1, j2, i 1 Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:22: integer :: n, i1, i2, j1, j2, i 1 Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:26: integer :: n, i1, i2, j1, j2, i 1 Warning: Unused variable ‘j1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:965:30: integer :: n, i1, i2, j1, j2, i 1 Warning: Unused variable ‘j2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:821:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:821:20: integer :: dirflag 1 Warning: Unused variable ‘dirflag’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:366:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:366:18: integer i 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:370:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:370:42: logical, pointer :: square_domain 1 Warning: Unused variable ‘square_domain’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:268:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_mp_mod.F90:268:23: integer :: ios 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/post_gfs_stub.F90:43:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/post_gfs_stub.F90:43:56: subroutine post_getattr_gfs(wrt_int_state, fldbundle) 1 Warning: Unused dummy argument ‘fldbundle’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/post_gfs_stub.F90:43:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/post_gfs_stub.F90:43:45: subroutine post_getattr_gfs(wrt_int_state, fldbundle) 1 Warning: Unused dummy argument ‘wrt_int_state’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/post_gfs_stub.F90:16:64: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/post_gfs_stub.F90:16:64: subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & 1 Warning: Unused dummy argument ‘lead_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/post_gfs_stub.F90:16:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/post_gfs_stub.F90:16:53: subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & 1 Warning: Unused dummy argument ‘mpicomp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/post_gfs_stub.F90:17:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/post_gfs_stub.F90:17:19: mynfhr,mynfmin,mynfsec) 1 Warning: Unused dummy argument ‘mynfhr’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/post_gfs_stub.F90:17:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/post_gfs_stub.F90:17:27: mynfhr,mynfmin,mynfsec) 1 Warning: Unused dummy argument ‘mynfmin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/post_gfs_stub.F90:17:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/post_gfs_stub.F90:17:35: mynfhr,mynfmin,mynfsec) 1 Warning: Unused dummy argument ‘mynfsec’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/post_gfs_stub.F90:16:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/post_gfs_stub.F90:16:45: subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & 1 Warning: Unused dummy argument ‘mypei’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/post_gfs_stub.F90:16:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/post_gfs_stub.F90:16:39: subroutine post_run_gfs(wrt_int_state,mypei,mpicomp,lead_write, & 1 @@ -25123,356 +25121,581 @@ Warning: Unused dummy argument ‘wrt_int_state’ at (1) [-Wunused-dummy-argume [ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o [ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: do k=km-1, km-k_inc, -1 1 Warning: Deleted feature: End expression in DO loop at (1) must be integer -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: do k=km-k_inc-2, 5, -1 1 Warning: Deleted feature: Start expression in DO loop at (1) must be integer -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2849:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2849:32: real, allocatable:: delz(:,:,:) 1 Warning: Unused variable ‘delz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2848:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2848:20: logical:: filter_xy = .false. 1 Warning: Unused variable ‘filter_xy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2855:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2855:24: integer ks(is:ie,js:je) 1 Warning: Unused variable ‘ks’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2856:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2856:24: integer i, j, k, ks_min, kint 1 Warning: Unused variable ‘ks_min’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2854:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2854:9: real sig, z_rat 1 Warning: Unused variable ‘sig’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2852:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2852:23: real:: z1(is:ie,js:je) 1 Warning: Unused variable ‘z1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2804:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2804:15: real dz0, dz1 1 Warning: Unused variable ‘dz1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2734:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2734:14: real dzt(km) 1 Warning: Unused variable ‘dzt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2738:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2738:26: integer k, k0, k1, k2, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:20: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘alpha’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:26: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘beta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2530:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2530:35: real, dimension(km):: s_fac, dlnp 1 Warning: Unused variable ‘dlnp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:9: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘ep’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:13: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘es’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:44: real, dimension(km+1):: ze, pe1, peln, eta 1 Warning: Unused variable ‘eta’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2532:32: real ep, es, alpha, beta, gama 1 Warning: Unused variable ‘gama’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:33: real, dimension(km+1):: ze, pe1, peln, eta 1 Warning: Unused variable ‘pe1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2529:39: real, dimension(km+1):: ze, pe1, peln, eta 1 Warning: Unused variable ‘peln’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2531:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2531:9: real t0, dz0, sum1, tmp1 1 Warning: Unused variable ‘t0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2531:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2531:26: real t0, dz0, sum1, tmp1 1 Warning: Unused variable ‘tmp1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:448:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:448:31: real press(km+1), pt1(km) 1 Warning: Unused variable ‘pt1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1538:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1538:0: subroutine var_les(km, ak, bk, ptop, ks, pint, s_rate) Warning: ‘var_les’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2040:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2040:0: subroutine var_hi2(km, ak, bk, ptop, ks, pint, s_rate) Warning: ‘var_hi2’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2360:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:2360:0: subroutine var55_dz(km, ak, bk, ptop, ks, pint, s_rate) Warning: ‘var55_dz’ defined but not used [-Wunused-function] [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:59:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:59:35: real , private :: etime 1 Warning: Unused PRIVATE module variable ‘etime’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:61:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:61:39: real , private :: tarray(2) 1 Warning: Unused PRIVATE module variable ‘tarray’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:70:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:70:46: real , private :: us_tmp1(nblks,2) 1 Warning: Unused PRIVATE module variable ‘us_tmp1’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:71:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:71:46: real , private :: us_tmp2(nblks,2) 1 Warning: Unused PRIVATE module variable ‘us_tmp2’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:253:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:253:30: type (tms) :: others, tmp(nblks) 1 Warning: Unused variable ‘others’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:21: integer :: C, R, M 1 Warning: Unused variable ‘c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:27: integer :: C, R, M 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:187:24: integer :: C, R, M 1 Warning: Unused variable ‘r’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:21: integer :: C, R, M 1 Warning: Unused variable ‘c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:130:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:130:21: integer ierr 1 Warning: Unused variable ‘ierr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:27: integer :: C, R, M 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:127:24: integer :: C, R, M 1 Warning: Unused variable ‘r’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:22: integer :: C, R, M 1 Warning: Unused variable ‘c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:28: integer :: C, R, M 1 Warning: Unused variable ‘m’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_timing.F90:81:25: integer :: C, R, M 1 Warning: Unused variable ‘r’ declared at (1) [-Wunused-variable] [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2801:19: - - ASLAT(J)=ASLATD(J) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2816:19: - - ASLAT(J)=COS((J-1)*DLT) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2834:19: - - ASLAT(J)=COS((J-0.5)*DLT) - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1674:37: - - uwind3dr4(i,j,k) = cart3dPtr3dr4(1,i,j,k) * coslon & - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1676:36: - - vwind3dr4(i,j,k) =-cart3dPtr3dr4(1,i,j,k) * sinlat*sinlon & - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1705:35: - - uwind2dr4(i,j) = cart3dPtr2dr4(1,i,j) * coslon & - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1707:34: - - vwind2dr4(i,j) =-cart3dPtr2dr4(1,i,j) * sinlat*sinlon & - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1727:28: - - pressfc(i,j) = pressfc(i,j)**(grav/(rdgas*stndrd_atmos_lapse))*stndrd_atmos_ps - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1252:19: - - nf_seconds = nf_hours*3600+nf_minuteS*60+nseconds+real(nseconds_num)/real(nseconds_den) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1264:15: - - ndig = max(log10(nf_hours+0.5)+1., 3.) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1268:15: - - ndig = max(log10(nf_hours+0.5)+1., 3.) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2582:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2582:52: buffer_phys_bl(i,j,nstt(idx)+k-1) = work(i-isco+1,j-jsco+1,k) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2591:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2591:52: buffer_phys_nb(i,j,nstt(idx)+k-1) = work(i-isco+1,j-jsco+1,k) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2601:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2601:52: buffer_phys_bl(i,j,nstt(idx)+k-1) = work(i-isco+1,j-jsco+1,k) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2639:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2639:53: buffer_phys_windvect(1,i,j,nv) = uwork3d(i,j,k)*coslon(i,j) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2641:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2641:53: buffer_phys_windvect(2,i,j,nv) = uwork3d(i,j,k)*sinlon(i,j) & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2643:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2643:53: buffer_phys_windvect(3,i,j,nv) = work(i1,j1,k)*coslat(i,j) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2501:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2501:46: buffer_phys_bl(i,j,nstt(idx)) = work(i-isco+1,j-jsco+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2508:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2508:46: buffer_phys_nb(i,j,nstt(idx)) = work(i-isco+1,j-jsco+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2516:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2516:46: buffer_phys_bl(i,j,nstt(idx)) = work(i-isco+1,j-jsco+1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2542:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2542:51: buffer_phys_windvect(1,i,j,nv) = uwork(i,j)*coslon - work(i1,j1)*sinlat*sinlon 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2543:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2543:51: buffer_phys_windvect(2,i,j,nv) = uwork(i,j)*sinlon + work(i1,j1)*sinlat*coslon 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2544:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2544:71: buffer_phys_windvect(3,i,j,nv) = work(i1,j1)*cos(lat(i,j)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2127:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2127:13: dtp = Model%dtp 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:83:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:1088:21: - REAL(KIND=8) :: btim,btim0 - 1 + vegtyp = Sfcprop(nb)%vtype(ix) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:1226:41: + + vegtyp = Sfcprop(nb)%vtype(ix) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:1353:25: + + soiltyp = Sfcprop(nb)%stype(ix) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:93:25: + + logical :: lprecip_accu + 1 +Warning: Unused PRIVATE module variable ‘lprecip_accu’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:111:34: + + logical :: module_is_initialized = .FALSE. + 1 +Warning: Unused PRIVATE module variable ‘module_is_initialized’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:94:36: + + character(len=64) :: Sprecip_accu + 1 +Warning: Unused PRIVATE module variable ‘sprecip_accu’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:86:31: + + real(kind=kind_phys) :: zhour + 1 +Warning: Unused PRIVATE module variable ‘zhour’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:3125:28: + + integer i,in_num, out_num + 1 +Warning: Unused variable ‘out_num’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2927:82: + + kstt,phys_bundle,output_file,intpl_method,range,l2dvector,rcd) + 1 +Warning: Unused dummy argument ‘range’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2689:23: + + character(2) axis_id + 1 +Warning: Unused variable ‘axis_id’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2686:54: + + integer id, axis_length, direction, edges, axis_typ + 1 +Warning: Unused variable ‘axis_typ’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2688:22: + + integer currdate(6) + 1 +Warning: Unused variable ‘currdate’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2699:59: + + real(4),dimension(:,:),pointer :: dataPtr2d + 1 +Warning: Unused variable ‘dataptr2d’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2695:29: + + type(ESMF_Field) :: field + 1 +Warning: Unused variable ‘field’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2685:15: + + integer i, j, k, n, rc, idx, ibdl, nbdl + 1 +Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2685:18: + + integer i, j, k, n, rc, idx, ibdl, nbdl + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2685:21: + + integer i, j, k, n, rc, idx, ibdl, nbdl + 1 +Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2685:42: + + integer i, j, k, n, rc, idx, ibdl, nbdl + 1 +Warning: Unused variable ‘nbdl’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2687:40: + + integer num_attributes, num_field_dyn + 1 +Warning: Unused variable ‘num_field_dyn’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2572:20: + + integer k,j,i,kb,nv,i1,j1 + 1 +Warning: Unused variable ‘kb’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2492:13: + + integer k,j,i,kb,nv,i1,j1 + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2492:20: + + integer k,j,i,kb,nv,i1,j1 + 1 +Warning: Unused variable ‘kb’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2220:73: + + subroutine fv3gfs_diag_output(time, diag, atm_block, nx, ny, levs, ntcw, ntoz, & + 1 +Warning: Unused dummy argument ‘ntcw’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2220:79: + + subroutine fv3gfs_diag_output(time, diag, atm_block, nx, ny, levs, ntcw, ntoz, & + 1 +Warning: Unused dummy argument ‘ntoz’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2242:19: + + logical :: used + 1 +Warning: Unused variable ‘used’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2236:56: + + real(kind=kind_phys), dimension(nx*ny) :: var2p + 1 +Warning: Unused variable ‘var2p’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2237:56: + + real(kind=kind_phys), dimension(nx*ny,levs) :: var3p + 1 +Warning: Unused variable ‘var3p’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2235:28: + + character(len=2) :: xtra + 1 +Warning: Unused variable ‘xtra’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:2020:62: + + subroutine phys_restart_write (IPD_Restart, Atm_block, Model, fv_domain, timestamp) + 1 +Warning: Unused dummy argument ‘model’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:1432:22: + + integer :: i, j, k, nb, ix, lsoil, num + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1352:17: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1372:20: + + it = ap1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:494:43: + + integer :: soiltyp,ns,imon,iter,imn + 1 +Warning: Unused variable ‘imon’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:476:22: + + integer :: i, j, k, ix, lsoil, num, nb + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/FV3GFS_io.F90:179:64: + + integer :: outunit, j, i, ix, nb, isc, iec, jsc, jec, lev, ct, l, ntr + 1 +Warning: Unused variable ‘ct’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1389:32: + + real esbasw, tbasw, esbasi, tbasi, Tmin, tem, aa, b, c, d, e, esh20 + 1 +Warning: Unused variable ‘esbasi’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1389:73: + + real esbasw, tbasw, esbasi, tbasi, Tmin, tem, aa, b, c, d, e, esh20 + 1 +Warning: Unused variable ‘esh20’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1390:21: + + real wice, wh2o + 1 +Warning: Unused variable ‘wh2o’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1390:15: + + real wice, wh2o + 1 +Warning: Unused variable ‘wice’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1336:21: + + integer i, k, it, n + 1 +Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:148:53: + + integer i, j, k, kk, n, m, iq, km1, im, kbot, l + 1 +Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:115:63: + + hydrostatic, w, delz, u_dt, v_dt, t_dt, k_bot ) + 1 +Warning: Unused dummy argument ‘t_dt’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:146:63: + + real tv1, tv2, g2, h0, mc, fra, rk, rz, rdt, tvd, tv_surf + 1 +Warning: Unused variable ‘tv_surf’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:146:54: + + real tv1, tv2, g2, h0, mc, fra, rk, rz, rdt, tvd, tv_surf + 1 +Warning: Unused variable ‘tvd’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1411:0: + + subroutine qs_table_m(n,table) + +Warning: ‘qs_table_m’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2801:19: + + ASLAT(J)=ASLATD(J) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2816:19: + + ASLAT(J)=COS((J-1)*DLT) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2834:19: + + ASLAT(J)=COS((J-0.5)*DLT) + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1674:37: + + uwind3dr4(i,j,k) = cart3dPtr3dr4(1,i,j,k) * coslon & + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1676:36: + + vwind3dr4(i,j,k) =-cart3dPtr3dr4(1,i,j,k) * sinlat*sinlon & + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1705:35: + + uwind2dr4(i,j) = cart3dPtr2dr4(1,i,j) * coslon & + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1707:34: + + vwind2dr4(i,j) =-cart3dPtr2dr4(1,i,j) * sinlat*sinlon & + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1727:28: + + pressfc(i,j) = pressfc(i,j)**(grav/(rdgas*stndrd_atmos_lapse))*stndrd_atmos_ps + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1252:19: + + nf_seconds = nf_hours*3600+nf_minuteS*60+nseconds+real(nseconds_num)/real(nseconds_den) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1264:15: + + ndig = max(log10(nf_hours+0.5)+1., 3.) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1268:15: + + ndig = max(log10(nf_hours+0.5)+1., 3.) + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:83:38: + + REAL(KIND=8) :: btim,btim0 + 1 Warning: Unused PRIVATE module variable ‘btim’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:71:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:71:37: logical,save :: first_init=.false. 1 Warning: Unused PRIVATE module variable ‘first_init’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:72:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:72:36: logical,save :: first_run=.false. 1 @@ -25480,6188 +25703,5963 @@ Warning: Unused PRIVATE module variable ‘first_run’ declared at (1) [-Wunuse mpif.h:561:54: Warning: Unused PRIVATE module variable ‘mpi_statuses_ignore’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:77:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:77:55: type(wrt_internal_state),pointer :: wrt_int_state ! The internal state pointer. 1 Warning: Unused PRIVATE module variable ‘wrt_int_state’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:1088:21: - - vegtyp = Sfcprop(nb)%vtype(ix) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:1226:41: - - vegtyp = Sfcprop(nb)%vtype(ix) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:1353:25: - - soiltyp = Sfcprop(nb)%stype(ix) - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:3068:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:3068:34: integer :: i,j,n,idx 1 Warning: Unused variable ‘idx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:3026:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:3026:58: real(ESMF_KIND_R8) :: en,f,rho,rho0, dlon, theta, xp, yp 1 Warning: Unused variable ‘xp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:3026:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:3026:62: real(ESMF_KIND_R8) :: en,f,rho,rho0, dlon, theta, xp, yp 1 Warning: Unused variable ‘yp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2871:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2871:33: real(8) :: dlt,d1=1.d0 1 Warning: Unused variable ‘d1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2872:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2872:37: integer(4) :: jhe,jho,j0=0 1 Warning: Unused variable ‘j0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2876:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2876:19: integer jh,js,n,j 1 Warning: Unused variable ‘js’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2761:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2761:33: real(8) :: dlt,d1=1.d0 1 Warning: Unused variable ‘d1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2762:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2762:37: integer :: jhe,jho,j0=0 1 Warning: Unused variable ‘j0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2766:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2766:19: integer jh,js,n,j 1 Warning: Unused variable ‘js’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2581:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2581:50: character(800) :: msg 1 Warning: Unused variable ‘msg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2064:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2064:60: subroutine ioCompRun(comp, importState, exportState, clock, rc) 1 Warning: Unused dummy argument ‘clock’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2064:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2064:53: subroutine ioCompRun(comp, importState, exportState, clock, rc) 1 Warning: Unused dummy argument ‘exportstate’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1777:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1777:52: character(1024) :: msgString 1 Warning: Unused variable ‘msgstring’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1352:17: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1372:20: - - it = ap1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1576:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1576:70: real(ESMF_KIND_R8), dimension(:,:,:,:), pointer :: cart3dPtr3dr8 1 Warning: Unused variable ‘cart3dptr3dr8’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1563:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1563:51: integer istart,iend,jstart,jend,kstart,kend,km 1 Warning: Unused variable ‘km’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1503:79: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1503:79: subroutine wrt_finalize(wrt_comp, imp_state_write, exp_state_write, clock, rc) 1 Warning: Unused dummy argument ‘clock’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1503:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1503:72: subroutine wrt_finalize(wrt_comp, imp_state_write, exp_state_write, clock, rc) 1 Warning: Unused dummy argument ‘exp_state_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1503:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1503:55: subroutine wrt_finalize(wrt_comp, imp_state_write, exp_state_write, clock, rc) 1 Warning: Unused dummy argument ‘imp_state_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1131:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1131:57: type(ESMF_Array) :: array_work 1 Warning: Unused variable ‘array_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1162:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1162:57: integer :: attrValueI 1 Warning: Unused variable ‘attrvaluei’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1163:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1163:57: real :: attrValueR 1 Warning: Unused variable ‘attrvaluer’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1161:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1161:57: character(80) :: attrValueS 1 Warning: Unused variable ‘attrvalues’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1158:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1158:76: character(filename_maxstr) :: filename,compname,bundle_name 1 Warning: Unused variable ‘bundle_name’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1176:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1176:68: real(kind=ESMF_KIND_R8), dimension(:,:,:), pointer :: datar8 1 Warning: Unused variable ‘datar8’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1177:70: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1177:70: real(kind=ESMF_KIND_R8), dimension(:,:), pointer :: datar82d 1 Warning: Unused variable ‘datar82d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1128:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1128:55: type(ESMF_TypeKind_Flag) :: datatype 1 Warning: Unused variable ‘datatype’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1152:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1152:53: REAL :: DEGRAD 1 Warning: Unused variable ‘degrad’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1175:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1175:34: integer fieldcount, dimCount 1 Warning: Unused variable ‘dimcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1170:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1170:40: real(kind=8) :: times,times2,etim 1 Warning: Unused variable ‘etim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1110:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1110:67: subroutine wrt_run(wrt_comp, imp_state_write, exp_state_write,clock,rc) 1 Warning: Unused dummy argument ‘exp_state_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1129:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1129:57: type(ESMF_Field) :: field_work 1 Warning: Unused variable ‘field_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1175:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1175:24: integer fieldcount, dimCount 1 Warning: Unused variable ‘fieldcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1156:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1156:57: logical,save :: file_first=.true. 1 Warning: Unused variable ‘file_first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1155:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1155:52: logical,save :: first=.true. 1 Warning: Unused variable ‘first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1130:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1130:56: type(ESMF_Grid) :: grid_work, fbgrid 1 Warning: Unused variable ‘grid_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1149:56: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1149:56: integer :: nbdl, idx, date(6), ndig 1 Warning: Unused variable ‘idx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1139:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1139:53: integer,dimension(:),allocatable,save :: ih_int, ih_real 1 Warning: Unused variable ‘ih_int’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1139:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1139:62: integer,dimension(:),allocatable,save :: ih_int, ih_real 1 Warning: Unused variable ‘ih_real’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1143:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1143:50: integer :: i,j,n,mype,nolog 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1179:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1179:24: integer myattCount 1 Warning: Unused variable ‘myattcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1141:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1141:54: INTEGER,SAVE :: NPOSN_1,NPOSN_2 1 Warning: Unused variable ‘nposn_1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1141:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1141:62: INTEGER,SAVE :: NPOSN_1,NPOSN_2 1 Warning: Unused variable ‘nposn_2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1160:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1160:57: character(10) :: stepString 1 Warning: Unused variable ‘stepstring’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1172:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1172:32: real(kind=8) :: tbeg,tend 1 Warning: Unused variable ‘tend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1171:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1171:28: character(10) :: timeb 1 Warning: Unused variable ‘timeb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1170:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1170:28: real(kind=8) :: times,times2,etim 1 Warning: Unused variable ‘times’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1170:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1170:35: real(kind=8) :: times,times2,etim 1 Warning: Unused variable ‘times2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:1169:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:1169:32: real(kind=8) :: wait_time, MPI_Wtime 1 Warning: Unused variable ‘wait_time’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:154:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:154:59: type(ESMF_Array) :: array_work, array 1 Warning: Unused variable ‘array_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:180:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:180:73: real, dimension(:), allocatable :: lat, lon, axesdata 1 Warning: Unused variable ‘axesdata’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:176:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:176:34: integer :: attCount, axeslen, jidx, noutfile 1 Warning: Unused variable ‘axeslen’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:151:68: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:151:68: character(40) :: fieldName, axesname,longname 1 Warning: Unused variable ‘axesname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:188:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:188:42: type(ESMF_DataCopy_Flag) :: copyflag=ESMF_DATACOPY_REFERENCE 1 Warning: Unused variable ‘copyflag’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:130:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:130:74: subroutine wrt_initialize(wrt_comp, imp_state_write, exp_state_write, clock, rc) 1 Warning: Unused dummy argument ‘exp_state_write’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:155:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:155:62: type(ESMF_FieldBundle) :: fieldbdl_work 1 Warning: Unused variable ‘fieldbdl_work’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:194:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:194:54: logical,save :: first=.true. 1 Warning: Unused variable ‘first’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:147:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:147:54: integer :: ISTAT, tl, i, j, n, k 1 Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:151:77: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:151:77: character(40) :: fieldName, axesname,longname 1 Warning: Unused variable ‘longname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:197:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:197:24: integer myattCount 1 Warning: Unused variable ‘myattcount’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:160:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:160:62: type(ESMF_FieldBundle) :: fcstFB, wrtFB, fieldbundle 1 Warning: Unused variable ‘wrtfb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:93:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_wrt_grid_comp.F90:2737:0: - logical :: lprecip_accu - 1 -Warning: Unused PRIVATE module variable ‘lprecip_accu’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:111:34: + subroutine splat4(idrt,jmax,aslat) + +Warning: ‘splat4’ defined but not used [-Wunused-function] +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/ffsync.F90:26:26: - logical :: module_is_initialized = .FALSE. - 1 -Warning: Unused PRIVATE module variable ‘module_is_initialized’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:94:36: - - character(len=64) :: Sprecip_accu - 1 -Warning: Unused PRIVATE module variable ‘sprecip_accu’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:86:31: + integer :: cfd + 1 +Warning: Unused variable ‘cfd’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/ffsync.F90:1:38: - real(kind=kind_phys) :: zhour - 1 -Warning: Unused PRIVATE module variable ‘zhour’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:3125:28: + INTEGER FUNCTION FFSYNC(fn) + 1 +Warning: Unused dummy argument ‘fn’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/ffsync.F90:28:28: - integer i,in_num, out_num + integer :: getfd 1 -Warning: Unused variable ‘out_num’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2927:82: - - kstt,phys_bundle,output_file,intpl_method,range,l2dvector,rcd) - 1 -Warning: Unused dummy argument ‘range’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2689:23: - - character(2) axis_id - 1 -Warning: Unused variable ‘axis_id’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2686:54: - - integer id, axis_length, direction, edges, axis_typ - 1 -Warning: Unused variable ‘axis_typ’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2688:22: - - integer currdate(6) - 1 -Warning: Unused variable ‘currdate’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2699:59: - - real(4),dimension(:,:),pointer :: dataPtr2d - 1 -Warning: Unused variable ‘dataptr2d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2695:29: - - type(ESMF_Field) :: field - 1 -Warning: Unused variable ‘field’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2685:15: - - integer i, j, k, n, rc, idx, ibdl, nbdl - 1 -Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2685:18: - - integer i, j, k, n, rc, idx, ibdl, nbdl - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2685:21: - - integer i, j, k, n, rc, idx, ibdl, nbdl - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2685:42: - - integer i, j, k, n, rc, idx, ibdl, nbdl - 1 -Warning: Unused variable ‘nbdl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2687:40: - - integer num_attributes, num_field_dyn - 1 -Warning: Unused variable ‘num_field_dyn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1389:32: - - real esbasw, tbasw, esbasi, tbasi, Tmin, tem, aa, b, c, d, e, esh20 - 1 -Warning: Unused variable ‘esbasi’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1389:73: - - real esbasw, tbasw, esbasi, tbasi, Tmin, tem, aa, b, c, d, e, esh20 - 1 -Warning: Unused variable ‘esh20’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1390:21: - - real wice, wh2o - 1 -Warning: Unused variable ‘wh2o’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1390:15: - - real wice, wh2o - 1 -Warning: Unused variable ‘wice’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1336:21: - - integer i, k, it, n - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:148:53: - - integer i, j, k, kk, n, m, iq, km1, im, kbot, l - 1 -Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:115:63: +Warning: Unused variable ‘getfd’ declared at (1) [-Wunused-variable] +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:50: - hydrostatic, w, delz, u_dt, v_dt, t_dt, k_bot ) - 1 -Warning: Unused dummy argument ‘t_dt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2572:20: + integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k + 1 +Warning: Unused variable ‘ishift’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:20: - integer k,j,i,kb,nv,i1,j1 + integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k 1 -Warning: Unused variable ‘kb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:146:63: - - real tv1, tv2, g2, h0, mc, fra, rk, rz, rdt, tvd, tv_surf - 1 -Warning: Unused variable ‘tv_surf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:146:54: - - real tv1, tv2, g2, h0, mc, fra, rk, rz, rdt, tvd, tv_surf - 1 -Warning: Unused variable ‘tvd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2492:13: - - integer k,j,i,kb,nv,i1,j1 - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2492:20: +Warning: Unused variable ‘istart’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:27: - integer k,j,i,kb,nv,i1,j1 - 1 -Warning: Unused variable ‘kb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2220:73: + integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k + 1 +Warning: Unused variable ‘istop’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:58: - subroutine fv3gfs_diag_output(time, diag, atm_block, nx, ny, levs, ntcw, ntoz, & - 1 -Warning: Unused dummy argument ‘ntcw’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2220:79: + integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k + 1 +Warning: Unused variable ‘jshift’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:35: - subroutine fv3gfs_diag_output(time, diag, atm_block, nx, ny, levs, ntcw, ntoz, & - 1 -Warning: Unused dummy argument ‘ntoz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2242:19: + integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k + 1 +Warning: Unused variable ‘jstart’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:42: - logical :: used - 1 -Warning: Unused variable ‘used’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2236:56: + integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k + 1 +Warning: Unused variable ‘jstop’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1835:29: - real(kind=kind_phys), dimension(nx*ny) :: var2p - 1 -Warning: Unused variable ‘var2p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2237:56: + isu, ieu, jsu, jeu, npx, npy, npz, & + 1 +Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1835:34: - real(kind=kind_phys), dimension(nx*ny,levs) :: var3p - 1 -Warning: Unused variable ‘var3p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2235:28: + isu, ieu, jsu, jeu, npx, npy, npz, & + 1 +Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1683:16: - character(len=2) :: xtra - 1 -Warning: Unused variable ‘xtra’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:2020:62: + BC, bctype) + 1 +Warning: Unused dummy argument ‘bctype’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1697:29: - subroutine phys_restart_write (IPD_Restart, Atm_block, Model, fv_domain, timestamp) - 1 -Warning: Unused dummy argument ‘model’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:1432:22: + logical, save :: printdiag = .true. + 1 +Warning: Unused variable ‘printdiag’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1447:48: - integer :: i, j, k, nb, ix, lsoil, num - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:494:43: + subroutine nested_grid_BC_save_proc(nest_domain, ind, wt, istag, jstag, & + 1 +Warning: Unused dummy argument ‘nest_domain’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1466:43: - integer :: soiltyp,ns,imon,iter,imn + integer :: position 1 -Warning: Unused variable ‘imon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:476:22: - - integer :: i, j, k, ix, lsoil, num, nb - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/module_wrt_grid_comp.F90:2737:0: - - subroutine splat4(idrt,jmax,aslat) - -Warning: ‘splat4’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/FV3GFS_io.F90:179:64: - - integer :: outunit, j, i, ix, nb, isc, iec, jsc, jec, lev, ct, l, ntr - 1 -Warning: Unused variable ‘ct’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_sg.F90:1411:0: - - subroutine qs_table_m(n,table) - -Warning: ‘qs_table_m’ defined but not used [-Wunused-function] -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/ffsync.F90:26:26: - - integer :: cfd - 1 -Warning: Unused variable ‘cfd’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/ffsync.F90:1:38: +Warning: Unused variable ‘position’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1470:21: - INTEGER FUNCTION FFSYNC(fn) - 1 -Warning: Unused dummy argument ‘fn’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/io/ffsync.F90:28:28: + logical :: process, pd = .false. + 1 +Warning: Unused variable ‘process’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1461:83: - integer :: getfd - 1 -Warning: Unused variable ‘getfd’ declared at (1) [-Wunused-variable] -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3303:13: + real, dimension(bd%isd:bd%ied+istag,bd%jsd:bd%jed+jstag,npz) :: var_coarse_dummy + 1 +Warning: Unused variable ‘var_coarse_dummy’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3303:13: f(1,i) = f(1,i) - ap*e(1,i) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3304:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3304:13: f(2,i) = f(2,i) - ap*e(2,i) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3305:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3305:13: f(3,i) = f(3,i) - ap*e(3,i) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3136:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3136:13: p4 = g_sum(domain, pem, is, ie, js, je, ng, area, 1) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2896:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2896:15: cos_angle = angle 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2849:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2849:21: spherical_angle = angle 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1641:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1641:11: e(1) = e1 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1642:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1642:11: e(2) = e2 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1643:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1643:11: e(3) = e3 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2029:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2029:31: great_circle_dist = radius * beta 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2031:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2031:31: great_circle_dist = beta ! Returns the angle 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1745:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1745:13: xs(i) = lon 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1746:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1746:13: ys(i) = lat 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1749:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1749:17: q(k,i) = p(k) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2622:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2622:17: ec(k) = ec(k) / dd ! cell center position 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2641:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2641:18: qq1(k) = qq1(k) / d1 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2642:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2642:18: qq2(k) = qq2(k) / d2 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2643:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2643:18: qq3(k) = qq3(k) / d3 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2644:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2644:18: qq4(k) = qq4(k) / d4 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2260:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2260:16: elon(1) = -sin_lon 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2261:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2261:17: elon(2) = cos_lon 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2264:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2264:16: elat(1) = -sin_lat*cos_lon 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2265:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2265:16: elat(2) = -sin_lat*sin_lon 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2266:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2266:17: elat(3) = cos_lat 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1990:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1990:14: e(1) = e1 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1991:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1991:14: e(2) = e2 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1992:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1992:14: e(3) = e3 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1861:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1861:14: e(k) = e(k) / pdot 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1428:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:853:42: + + integer :: i,j, ic, jc, istart, iend, k + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:832:59: + + npx, npy, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) + 1 +Warning: Unused dummy argument ‘nsplit_in’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:832:48: + + npx, npy, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) + 1 +Warning: Unused dummy argument ‘nstep_in’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1428:19: theta(1,j) = theta(1,j-1) + dely 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1429:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1429:22: theta(in+1,j) = theta(in+1,j-1) + dely 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1434:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1434:19: theta(1,j) = theta(1,j+1) - dely 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1435:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1435:22: theta(in+1,j) = theta(in+1,j+1) - dely 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1464:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1464:18: pp(2,i,j) = -pp(2,i,j)*rsq3/pp(1,i,j) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1465:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1465:18: pp(3,i,j) = -pp(3,i,j)*rsq3/pp(1,i,j) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1471:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1471:18: pp(2,i,1) = -pp(2,i,1)*rsq3/pp(1,i,1) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1472:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1472:18: pp(3,i,1) = -pp(3,i,1)*rsq3/pp(1,i,1) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1479:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1479:21: pp(1,i,j) = -rsq3 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1333:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1333:20: theta(1, j) = -alpha + dely*real(j-1,kind=f_p) ! West edge 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1358:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1358:16: pp(2,i,j) = -pp(2,i,j)*rsq3/pp(1,i,j) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1359:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1359:16: pp(3,i,j) = -pp(3,i,j)*rsq3/pp(1,i,j) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1365:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1365:16: pp(2,i,1) = -pp(2,i,1)*rsq3/pp(1,i,1) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1366:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1366:16: pp(3,i,1) = -pp(3,i,1)*rsq3/pp(1,i,1) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1371:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1371:19: pp(1,i,j) = -rsq3 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:982:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:982:22: inner_prod = prod16 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:955:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:955:26: lat(i,j) = sign( p2, sin_o ) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:957:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:957:26: lat(i,j) = asin( sin_o ) 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:958:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:958:26: lon(i,j) = lon_p + atan2( -cos_lat*sin(lon(i,j)), & 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:961:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:961:31: lon(i,j) = lon(i,j) + two_pi 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:963:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:963:31: lon(i,j) = lon(i,j) - two_pi 1 Warning: Possible change of value in conversion from REAL(16) to REAL(8) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:15: - integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k - 1 -Warning: Unused variable ‘ishift’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:20: + integer :: i,j, ic, jc, istart, iend, k + 1 +Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:21: - integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k - 1 -Warning: Unused variable ‘istart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:27: + integer :: i,j, ic, jc, istart, iend, k + 1 +Warning: Unused variable ‘ic’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:39: - integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k - 1 -Warning: Unused variable ‘istop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:58: + integer :: i,j, ic, jc, istart, iend, k + 1 +Warning: Unused variable ‘iend’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:33: - integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k - 1 -Warning: Unused variable ‘jshift’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:35: + integer :: i,j, ic, jc, istart, iend, k + 1 +Warning: Unused variable ‘istart’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:17: - integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k - 1 -Warning: Unused variable ‘jstart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1858:42: + integer :: i,j, ic, jc, istart, iend, k + 1 +Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:25: - integer :: istart, istop, jstart, jstop, ishift, jshift, j, i, k - 1 -Warning: Unused variable ‘jstop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1835:29: + integer :: i,j, ic, jc, istart, iend, k + 1 +Warning: Unused variable ‘jc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:42: - isu, ieu, jsu, jeu, npx, npy, npz, & - 1 -Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1835:34: - - isu, ieu, jsu, jeu, npx, npy, npz, & - 1 -Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1683:16: - - BC, bctype) - 1 -Warning: Unused dummy argument ‘bctype’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1697:29: - - logical, save :: printdiag = .true. - 1 -Warning: Unused variable ‘printdiag’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1447:48: - - subroutine nested_grid_BC_save_proc(nest_domain, ind, wt, istag, jstag, & - 1 -Warning: Unused dummy argument ‘nest_domain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1466:43: - - integer :: position - 1 -Warning: Unused variable ‘position’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1470:21: - - logical :: process, pd = .false. - 1 -Warning: Unused variable ‘process’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:1461:83: - - real, dimension(bd%isd:bd%ied+istag,bd%jsd:bd%jed+jstag,npz) :: var_coarse_dummy - 1 -Warning: Unused variable ‘var_coarse_dummy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:853:42: - - integer :: i,j, ic, jc, istart, iend, k - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:832:59: - - npx, npy, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) - 1 -Warning: Unused dummy argument ‘nsplit_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:832:48: - - npx, npy, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) - 1 -Warning: Unused dummy argument ‘nstep_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:15: - - integer :: i,j, ic, jc, istart, iend, k - 1 -Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:21: - - integer :: i,j, ic, jc, istart, iend, k - 1 -Warning: Unused variable ‘ic’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:39: - - integer :: i,j, ic, jc, istart, iend, k - 1 -Warning: Unused variable ‘iend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:33: - - integer :: i,j, ic, jc, istart, iend, k - 1 -Warning: Unused variable ‘istart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:17: - - integer :: i,j, ic, jc, istart, iend, k - 1 -Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:25: - - integer :: i,j, ic, jc, istart, iend, k - 1 -Warning: Unused variable ‘jc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:797:42: - - integer :: i,j, ic, jc, istart, iend, k - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:579:64: + integer :: i,j, ic, jc, istart, iend, k + 1 +Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:579:64: npx, npy, npz, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) 1 Warning: Unused dummy argument ‘nsplit_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:579:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/boundary.F90:579:53: npx, npy, npz, bd, isg, ieg, jsg, jeg, nstep_in, nsplit_in, proc_in) 1 Warning: Unused dummy argument ‘nstep_in’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2913:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2913:44: real :: tmp(ifirst:ilast,jfirst:jlast) 1 Warning: Unused variable ‘tmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2280:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2280:58: subroutine init_cubed_to_latlon( gridstruct, hydrostatic, agrid, grid_type, ord, bd ) 1 Warning: Unused dummy argument ‘hydrostatic’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2280:81: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2280:81: subroutine init_cubed_to_latlon( gridstruct, hydrostatic, agrid, grid_type, ord, bd ) 1 Warning: Unused dummy argument ‘ord’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2167:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2167:46: subroutine intersect_cross(a1,a2,b1,b2,radius,x_inter,local_a,local_b) 1 Warning: Unused dummy argument ‘radius’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1907:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1907:26: real(kind=R_GRID):: pm(2) 1 Warning: Unused variable ‘pm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1774:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1774:17: integer i,j,k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:47: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘x0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:23: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘x1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:35: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘x2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:51: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘y0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:27: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘y1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:39: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘y2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:55: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘z0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:31: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘z1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1664:43: real(kind=R_GRID):: x1, y1, z1, x2, y2, z2, x0, y0, z0 1 Warning: Unused variable ‘z2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1621:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1621:31: subroutine latlon2xyz(p, e, id) 1 Warning: Unused dummy argument ‘id’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:48: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘ds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:41: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:38: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘y’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1547:44: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘z’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:48: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘ds’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1521:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1521:21: real(kind=R_GRID) dy, dz 1 Warning: Unused variable ‘dy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1521:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1521:25: real(kind=R_GRID) dy, dz 1 Warning: Unused variable ‘dz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:41: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘x’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:27: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘xf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:38: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘y’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:31: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘y0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:44: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘z’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1520:35: real(kind=R_GRID) rsq3, xf, y0, z0, y, x, z, ds 1 Warning: Unused variable ‘z0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1413:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1413:32: real(f_p):: rsq3, alpha, delx, dely 1 Warning: Unused variable ‘delx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1414:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1414:25: integer i, j, k, irefl 1 Warning: Unused variable ‘irefl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1414:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1414:18: integer i, j, k, irefl 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1317:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1317:30: real(f_p):: rsq3, alpha, delx, dely 1 Warning: Unused variable ‘delx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1318:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1318:16: integer i, j, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1179:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1179:31: integer :: isd, ied, jsd, jed 1 Warning: Unused variable ‘jed’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:152:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:152:24: integer i, j, k, n, ip 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:149:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:149:50: real(kind=R_GRID) p1(3), p2(3), p3(3), p4(3), pp(3), ex(3), ey(3), e1(3), e2(3) 1 Warning: Unused variable ‘p4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:151:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:151:28: real(kind=R_GRID) sin2, tmp1, tmp2 1 Warning: Unused variable ‘sin2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1404:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1404:0: subroutine gnomonic_ed_limited(im, in, nghost, lL, lR, uL, uR, lamda, theta) Warning: ‘gnomonic_ed_limited’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1650:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1650:0: subroutine mirror_xyz(p1, p2, p0, p) Warning: ‘mirror_xyz’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1837:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:1837:0: subroutine get_unit_vect3( p1, p2, uc ) Warning: ‘get_unit_vect3’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2075:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2075:0: subroutine intersect(a1,a2,b1,b2,radius,x_inter,local_a,local_b) Warning: ‘intersect’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2167:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:2167:0: subroutine intersect_cross(a1,a2,b1,b2,radius,x_inter,local_a,local_b) Warning: ‘intersect_cross’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3172:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_grid_utils.F90:3172:0: subroutine invert_matrix(n, a, x) Warning: ‘invert_matrix’ defined but not used [-Wunused-function] [ 80%] Linking Fortran static library libio.a -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o [ 80%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1640:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1640:13: p(i) = zmean 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:764:15: - - E_Flux = dtmp / (grav*pdt*4.*pi*radius**2) ! unit: W/m**2 - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:792:15: - - E_Flux = consv - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1196:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1196:45: q2, f2, h2, npx, npy, jstart, jend, stretch_fac, & 1 Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1196:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1196:50: q2, f2, h2, npx, npy, jstart, jend, stretch_fac, & 1 Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:513:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:764:15: + + E_Flux = dtmp / (grav*pdt*4.*pi*radius**2) ! unit: W/m**2 + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:792:15: + + E_Flux = consv + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:513:33: agrid, sin_sg, phis, oro ,regional) 1 Warning: Unused dummy argument ‘agrid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:512:94: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:512:94: stretch_fac, nested, domain, area, dxa, dya, dx, dy, dxc, dyc, grid, & 1 Warning: Unused dummy argument ‘grid’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:168:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:168:19: real dx1, dx2, dy1, dy2, lats, latn, r2d 1 Warning: Unused variable ‘dx2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:168:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:168:29: real dx1, dx2, dy1, dy2, lats, latn, r2d 1 Warning: Unused variable ‘dy2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:172:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:172:27: integer i, j, n, mdim 1 Warning: Unused variable ‘mdim’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:172:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:172:21: integer i, j, n, mdim 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:165:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:165:35: character(len=80) :: topoflnm 1 Warning: Unused variable ‘topoflnm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:3277:66: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:3277:66: subroutine mappm(km, pe1, q1, kn, pe2, q2, i1, i2, iv, kord, ptop) 1 Warning: Unused dummy argument ‘ptop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:2994:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:2994:38: ak_r, bk_r, ptop, ak, bk, hydrostatic, make_nh, & 1 Warning: Unused dummy argument ‘ptop’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1544:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1544:0: subroutine remove_ice_sheets (lon, lat, lfrac, bd ) Warning: ‘remove_ice_sheets’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1628:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_surf_map.F90:1628:0: subroutine zonal_mean(im, p, zmean) Warning: ‘zonal_mean’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:1097:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:1097:20: pe, pk, akap, peln, pkz, ptop) 1 Warning: Unused dummy argument ‘pe’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:38: r_vir, cp, rg, hlv, te_2d, ua, va, teq, & 1 Warning: Unused dummy argument ‘r_vir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:63: r_vir, cp, rg, hlv, te_2d, ua, va, teq, & 1 Warning: Unused dummy argument ‘ua’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:955:67: r_vir, cp, rg, hlv, te_2d, ua, va, teq, & 1 Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:144:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:144:43: hydrostatic, hybrid_z, do_omega, adiabatic, do_adiabatic_init) 1 Warning: Unused dummy argument ‘hybrid_z’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:227:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:227:14: integer:: nt, liq_wat, ice_wat, rainwat, snowwat, cld_amt, graupel, iq, n, kp, k_next 1 Warning: Unused variable ‘nt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:143:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:143:41: ptop, ak, bk, pfull, gridstruct, domain, do_sat_adj, & 1 Warning: Unused dummy argument ‘pfull’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:142:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:142:32: ng, ua, va, omga, te, ws, fill, reproduce_sum, out_dt, dtdt, & 1 Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:1155:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:1155:0: subroutine remap_z(km, pe1, q1, kn, pe2, q2, i1, i2, iv, kord) Warning: ‘remap_z’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:2935:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_mapz.F90:2935:0: subroutine steepz(i1, i2, km, a4, df2, dm, dq, dp, d4) Warning: ‘steepz’ defined but not used [-Wunused-function] [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:26: subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & 1 Warning: Unused dummy argument ‘im’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:30: subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & 1 Warning: Unused dummy argument ‘jm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:34: subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & 1 Warning: Unused dummy argument ‘km’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:649:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:649:39: real, dimension(ifirst:ilast):: fx0, fx1, xt1 1 Warning: Unused variable ‘fx0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:632:76: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:632:76: subroutine yppm(flux, q, c, jord, ifirst,ilast, isd,ied, js,je,jsd,jed, npx, npy, dya, nested, grid_type, lim_fac,regional) 1 Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:652:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:652:52: real:: x0, xt, qtmp, pmp_1, lac_1, pmp_2, lac_2, r1 1 Warning: Unused variable ‘r1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:339:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:339:31: real, dimension(is:ie+1):: fx0, fx1, xt1 1 Warning: Unused variable ‘fx0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:323:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:323:80: subroutine xppm(flux, q, c, iord, is,ie,isd,ied, jfirst,jlast,jsd,jed, npx, npy, dxa, nested, grid_type, lim_fac,regional) 1 Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:346:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:346:14: real:: x0, x1, xt, qtmp, pmp_1, lac_1, pmp_2, lac_2 1 Warning: Unused variable ‘x1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/tp_core.F90:977:0: subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & Warning: ‘mp_ghost_ew’ defined but not used [-Wunused-function] [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1081:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1081:3: 202 format(A,A,i4.4,A,i4.4,A) 1 Warning: Label 202 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1080:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1080:3: 201 format(A,f9.2,A,f9.2,A,f9.2,A,f9.2) 1 Warning: Label 201 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:163:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:163:28: real(kind=R_GRID) :: csFac 1 Warning: Unused PRIVATE module variable ‘csfac’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:166:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:166:33: logical :: write_grid_char_file = .false. 1 Warning: Unused PRIVATE module variable ‘write_grid_char_file’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:25: integer :: i,j,n,n1,n2,nreg 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:28: integer :: i,j,n,n1,n2,nreg 1 Warning: Unused variable ‘n1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2292:31: integer :: i,j,n,n1,n2,nreg 1 Warning: Unused variable ‘n2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:33: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘a1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:37: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘d1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:41: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘d2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:47: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘mydx’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2056:53: real(kind=R_GRID) :: a1, d1, d2, mydx, mydy, globalarea 1 Warning: Unused variable ‘mydy’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2062:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2062:31: integer :: i,j,n, nreg 1 Warning: Unused variable ‘nreg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2045:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2045:50: subroutine grid_area(nx, ny, ndims, nregions, nested, gridstruct, domain, bd, regional ) 1 Warning: Unused dummy argument ‘nregions’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2065:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2065:54: real(kind=R_GRID), allocatable :: p_R8(:,:,:) 1 Warning: Unused variable ‘p_r8’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2058:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2058:74: real(kind=R_GRID) :: p1(ndims), p2(ndims), p3(ndims), pi1(ndims), pi2(ndims) 1 Warning: Unused variable ‘pi1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2058:86: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:2058:86: real(kind=R_GRID) :: p1(ndims), p2(ndims), p3(ndims), pi1(ndims), pi2(ndims) 1 Warning: Unused variable ‘pi2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1287:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1287:19: integer i,j,k, p 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1287:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1287:22: integer i,j,k, p 1 Warning: Unused variable ‘p’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:30: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘dist’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:36: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘dist1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:42: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘dist2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:550:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:550:31: real(kind=R_GRID) :: ee1(3), ee2(3) 1 Warning: Unused variable ‘ee1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:550:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:550:39: real(kind=R_GRID) :: ee1(3), ee2(3) 1 Warning: Unused variable ‘ee2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:545:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:545:22: integer :: fileLun 1 Warning: Unused variable ‘filelun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:529:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:529:37: subroutine init_grid(Atm, grid_name, grid_file, npx, npy, npz, ndims, nregions, ng) 1 Warning: Unused dummy argument ‘grid_name’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:564:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:564:20: integer :: igrid 1 Warning: Unused variable ‘igrid’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:18: integer :: ios, ip, jp 1 Warning: Unused variable ‘ios’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:22: integer :: ios, ip, jp 1 Warning: Unused variable ‘ip’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:562:26: integer :: ios, ip, jp 1 Warning: Unused variable ‘jp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:544:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:544:20: integer :: i,j,k,n,nreg 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:529:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:529:63: subroutine init_grid(Atm, grid_name, grid_file, npx, npy, npz, ndims, nregions, ng) 1 Warning: Unused dummy argument ‘npz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:544:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:544:27: integer :: i,j,k,n,nreg 1 Warning: Unused variable ‘nreg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:49: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘pa’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:57: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:57: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘pa1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:65: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘pa2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:72: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:548:72: real(kind=R_GRID) :: dist,dist1,dist2, pa(2), pa1(2), pa2(2), pb(2) 1 Warning: Unused variable ‘pb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:31: real(kind=R_GRID) :: pt(3), pt1(3), pt2(3), pt3(3) 1 Warning: Unused variable ‘pt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:39: real(kind=R_GRID) :: pt(3), pt1(3), pt2(3), pt3(3) 1 Warning: Unused variable ‘pt1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:47: real(kind=R_GRID) :: pt(3), pt1(3), pt2(3), pt3(3) 1 Warning: Unused variable ‘pt2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:549:55: real(kind=R_GRID) :: pt(3), pt1(3), pt2(3), pt3(3) 1 Warning: Unused variable ‘pt3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:567:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:567:32: character(len=80) :: tmpFile 1 Warning: Unused variable ‘tmpfile’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:566:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:566:21: integer :: tmplun 1 Warning: Unused variable ‘tmplun’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:33: real(kind=R_GRID) :: vec1(3), vec2(3), vec3(3), vec4(3) 1 Warning: Unused variable ‘vec1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:42: real(kind=R_GRID) :: vec1(3), vec2(3), vec3(3), vec4(3) 1 Warning: Unused variable ‘vec2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:51: real(kind=R_GRID) :: vec1(3), vec2(3), vec3(3), vec4(3) 1 Warning: Unused variable ‘vec3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:45: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:45: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vec3a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:55: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:55: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vec3b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:557:60: real(kind=R_GRID) :: vec1(3), vec2(3), vec3(3), vec4(3) 1 Warning: Unused variable ‘vec4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:65: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:65: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vec4a’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:75: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:75: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vec4b’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:558:35: real(kind=R_GRID) :: vecAvg(3), vec3a(3), vec3b(3), vec4a(3), vec4b(3) 1 Warning: Unused variable ‘vecavg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:28: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘x1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:31: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘x2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:559:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:559:33: real(kind=R_GRID) :: xyz1(3), xyz2(3) 1 Warning: Unused variable ‘xyz1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:559:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:559:42: real(kind=R_GRID) :: xyz1(3), xyz2(3) 1 Warning: Unused variable ‘xyz2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:34: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘y1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:37: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘y2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:40: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘z1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:543:43: real(kind=R_GRID) :: x1,x2,y1,y2,z1,z2 1 Warning: Unused variable ‘z2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:321:83: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:321:83: integer :: i, j, p, nrecv, nsend, tile_you, is3, ie3, nlist 1 Warning: Unused variable ‘ie3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:321:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:321:78: integer :: i, j, p, nrecv, nsend, tile_you, is3, ie3, nlist 1 Warning: Unused variable ‘is3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:174:58: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:174:58: subroutine read_grid(Atm, grid_file, ndims, nregions, ng) 1 Warning: Unused dummy argument ‘ng’ at (1) [-Wunused-dummy-argument] [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1800:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_grid_tools.F90:1800:0: subroutine setup_latlon(deglon_start,deglon_stop, deglat_start, deglat_stop, bd ) Warning: ‘setup_latlon’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:356:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:356:16: real p0, gztop, ptop 1 Warning: Unused variable ‘gztop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:356:9: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:356:9: real p0, gztop, ptop 1 Warning: Unused variable ‘p0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:247:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:247:25: cappa, ptop, ps, delp, q, nq, area, nwat, & 1 Warning: Unused dummy argument ‘cappa’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:37: integer rainwat, snowwat, graupel ! GFDL Cloud Microphysics 1 Warning: Unused variable ‘graupel’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:111:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:111:35: integer sphum, liq_wat, ice_wat 1 Warning: Unused variable ‘ice_wat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:111:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:111:26: integer sphum, liq_wat, ice_wat 1 Warning: Unused variable ‘liq_wat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:85:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:85:53: dry_mass, adjust_dry_mass, mountain, moist_phys, & 1 Warning: Unused dummy argument ‘mountain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:115:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:115:21: integer i, j, k, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:19: integer rainwat, snowwat, graupel ! GFDL Cloud Microphysics 1 Warning: Unused variable ‘rainwat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/init_hydro.F90:112:28: integer rainwat, snowwat, graupel ! GFDL Cloud Microphysics 1 Warning: Unused variable ‘snowwat’ declared at (1) [-Wunused-variable] [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:213:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:213:59: fname = 'INPUT/'//Atm(1)%flagstruct%res_latlon_dynamics 1 Warning: CHARACTER expression will be truncated in assignment (128/134) at (1) [-Wcharacter-truncation] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:190:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:190:19: logical:: found 1 Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:159:39: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:159:39: subroutine read_da_inc(Atm, fv_domain) 1 Warning: Unused dummy argument ‘fv_domain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:183:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:183:43: integer:: i, j, k, im, jm, km, npz, npt 1 Warning: Unused variable ‘npt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:163:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:163:17: integer :: nq 1 Warning: Unused variable ‘nq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:169:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:169:44: real, allocatable:: tp(:,:,:), qp(:,:,:) 1 Warning: Unused variable ‘qp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:167:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:167:38: real(kind=4), allocatable:: wk1(:), wk2(:,:), wk3(:,:,:) 1 Warning: Unused variable ‘wk1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:167:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_treat_da_inc.F90:167:48: real(kind=4), allocatable:: wk1(:), wk2(:,:), wk3(:,:,:) 1 Warning: Unused variable ‘wk2’ declared at (1) [-Wunused-variable] [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3194:11: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3194:11: integer i,j 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3194:13: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3194:13: integer i,j 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2387:12: +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2387:12: real xt, dl, dr, pmp, lac, cfl 1 Warning: Unused variable ‘dl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2387:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2387:16: real xt, dl, dr, pmp, lac, cfl 1 Warning: Unused variable ‘dr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2390:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2390:23: integer i, j, is1, ie1, js3, je3 1 Warning: Unused variable ‘ie1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2390:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2390:18: integer i, j, is1, ie1, js3, je3 1 Warning: Unused variable ‘is1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2367:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2367:51: subroutine ytp_v(is,ie,js,je,isd,ied,jsd,jed, c, u, v, flux, jord, dy, rdy, npx, npy, grid_type, nested, lim_fac, regional) 1 Warning: Unused dummy argument ‘u’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2029:8: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2029:8: real dl, dr, xt, pmp, lac, cfl 1 Warning: Unused variable ‘dl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2029:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2029:12: real dl, dr, xt, pmp, lac, cfl 1 Warning: Unused variable ‘dr’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2034:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2034:17: integer is2, ie2 1 Warning: Unused variable ‘ie2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2034:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2034:12: integer is2, ie2 1 Warning: Unused variable ‘is2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2010:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:2010:53: subroutine xtp_u(is,ie,js,je,isd,ied,jsd,jed,c, u, v, flux, iord, dx, rdx, npx, npy, grid_type, nested, lim_fac, regional) 1 Warning: Unused dummy argument ‘v’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1920:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1920:36: subroutine smag_corner(dt, u, v, ua, va, smag_c, bd, npx, npy, gridstruct, ng) 1 Warning: Unused dummy argument ‘ua’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1920:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:1920:40: subroutine smag_corner(dt, u, v, ua, va, smag_c, bd, npx, npy, gridstruct, ng) 1 Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:589:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:589:51: real, pointer, dimension(:,:) :: area, area_c, rarea 1 Warning: Unused variable ‘area_c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:584:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:584:17: real :: dt2, dt4, dt5, dt6 1 Warning: Unused variable ‘dt2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:526:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:526:30: zvir, sphum, nq, q, k, km, inline_q, & 1 Warning: Unused dummy argument ‘sphum’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:586:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:586:19: real :: u_lon 1 Warning: Unused variable ‘u_lon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:526:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:526:23: zvir, sphum, nq, q, k, km, inline_q, & 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:126:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:126:30: integer :: i,j, is2, ie1 1 Warning: Unused variable ‘ie1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:126:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:126:25: integer :: i,j, is2, ie1 1 Warning: Unused variable ‘is2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:308:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:308:14: nstep = 0.5*IPD_Control%iau_delthrs*3600/dtp 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:310:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:310:14: kstep = (IPD_Control%fhour-(t1+IPD_Control%iau_delthrs*0.5))*3600./dtp 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: iau_state%hr2=IPD_Control%iaufhrs(t2) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: if (is_master()) print *,'reading next increment file',trim(IPD_Control%iau_inc_files(t2)) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: call read_iau_forcing(IPD_Control,iau_state%inc2,'INPUT/'//trim(IPD_Control%iau_inc_files(t2))) 1 Warning: Legacy Extension: REAL array index at (1) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:162:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:162:12: idt = IPD_Control%iaufhrs(2:nfiles)-IPD_Control%iaufhrs(1:nfiles-1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:251:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:251:15: nstep = 0.5*IPD_Control%iau_delthrs*3600/dtp 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:40: real(kind=R_GRID), dimension(3):: e1, e2, ex, ey 1 Warning: Unused variable ‘e1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:44: real(kind=R_GRID), dimension(3):: e1, e2, ex, ey 1 Warning: Unused variable ‘e2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:48: real(kind=R_GRID), dimension(3):: e1, e2, ex, ey 1 Warning: Unused variable ‘ex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:430:52: real(kind=R_GRID), dimension(3):: e1, e2, ex, ey 1 Warning: Unused variable ‘ey’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:432:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:432:19: logical:: found 1 Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:427:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:427:16: integer:: i1, i2, j1 1 Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:427:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:427:20: integer:: i1, i2, j1 1 Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:426:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:426:21: integer:: i, j, k, l, npz 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:40: real(kind=R_GRID), dimension(2):: p1, p2, p3 1 Warning: Unused variable ‘p1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:44: real(kind=R_GRID), dimension(2):: p1, p2, p3 1 Warning: Unused variable ‘p2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:48: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:429:48: real(kind=R_GRID), dimension(2):: p1, p2, p3 1 Warning: Unused variable ‘p3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:424:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:424:47: real, dimension(:,:,:), allocatable:: u_inc, v_inc 1 Warning: Unused variable ‘u_inc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:424:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:424:54: real, dimension(:,:,:), allocatable:: u_inc, v_inc 1 Warning: Unused variable ‘v_inc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:398:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:398:21: real(kind_phys) delt, dt,wt 1 Warning: Unused variable ‘delt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:398:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:398:25: real(kind_phys) delt, dt,wt 1 Warning: Unused variable ‘dt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:393:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:393:37: subroutine setiauforcing(IPD_Control,IAU_Data,wt) 1 Warning: Unused dummy argument ‘ipd_control’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:14: integer n,i,j,k,sphum,kstep,nstep 1 Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:16: integer n,i,j,k,sphum,kstep,nstep 1 Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:12: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:292:12: integer n,i,j,k,sphum,kstep,nstep 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:124:19: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:124:19: logical:: found 1 Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:16: integer:: i1, i2, j1 1 Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:20: integer:: i1, i2, j1 1 Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:121:24: integer:: i1, i2, j1 1 Warning: Unused variable ‘j1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:122:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:122:18: integer:: jbeg, jend 1 Warning: Unused variable ‘jbeg’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:122:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:122:24: integer:: jbeg, jend 1 Warning: Unused variable ‘jend’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:116:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:116:47: real, dimension(:,:,:), allocatable:: u_inc, v_inc 1 Warning: Unused variable ‘u_inc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:116:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:116:54: real, dimension(:,:,:), allocatable:: u_inc, v_inc 1 Warning: Unused variable ‘v_inc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3186:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/sw_core.F90:3186:0: subroutine fill3_4corners(q1, q2, q3, dir, bd, npx, npy, sw_corner, se_corner, ne_corner, nw_corner) Warning: ‘fill3_4corners’ defined but not used [-Wunused-function] [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:24: - - integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs - 1 -Warning: Unused PRIVATE module variable ‘grid_xtdimid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:28: - - integer ::grid_xtstagdimid, grid_ytstagdimid, oneid - 1 -Warning: Unused PRIVATE module variable ‘grid_xtstagdimid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:38: - - integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs - 1 -Warning: Unused PRIVATE module variable ‘grid_ytdimid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:46: - - integer ::grid_xtstagdimid, grid_ytstagdimid, oneid - 1 -Warning: Unused PRIVATE module variable ‘grid_ytstagdimid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:46: - - integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs - 1 -Warning: Unused PRIVATE module variable ‘haloid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:53: - - integer ::grid_xtstagdimid, grid_ytstagdimid, oneid - 1 -Warning: Unused PRIVATE module variable ‘oneid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:55: - - integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs - 1 -Warning: Unused PRIVATE module variable ‘pfullid’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:977:16: - - integer :: n - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:978:31: - - character(len=120) :: tname, fname_ne, fname_sw - 1 -Warning: Unused variable ‘tname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:447:46: - - subroutine fv_io_register_nudge_restart(Atm) - 1 -Warning: Unused dummy argument ‘atm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:449:30: - - character(len=64) :: fname - 1 -Warning: Unused variable ‘fname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:450:35: - - integer :: id_restart - 1 -Warning: Unused variable ‘id_restart’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:283:57: - - integer :: isc, iec, jsc, jec, n, nt, nk, ntracers, ntprog, ntdiag - 1 -Warning: Unused variable ‘nk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:36: - - integer :: isc, iec, jsc, jec, n, nt, nk, ntracers - 1 -Warning: Unused variable ‘iec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:31: - - integer :: isc, iec, jsc, jec, n, nt, nk, ntracers - 1 -Warning: Unused variable ‘isc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:46: - - integer :: isc, iec, jsc, jec, n, nt, nk, ntracers - 1 -Warning: Unused variable ‘jec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:41: - - integer :: isc, iec, jsc, jec, n, nt, nk, ntracers - 1 -Warning: Unused variable ‘jsc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:151:30: - - integer :: ks, ntiles - 1 -Warning: Unused variable ‘ks’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:57: - - integer :: isc, iec, jsc, jec, n, nt, nk, ntracers - 1 -Warning: Unused variable ‘nk’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:53: - - integer :: isc, iec, jsc, jec, n, nt, nk, ntracers - 1 -Warning: Unused variable ‘nt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:67: - - integer :: isc, iec, jsc, jec, n, nt, nk, ntracers - 1 -Warning: Unused variable ‘ntracers’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:152:32: - - real :: ptop - 1 -Warning: Unused variable ‘ptop’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:154:51: - - character(len=128) :: tracer_longname, tracer_units - 1 -Warning: Unused variable ‘tracer_longname’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:147:46: - - character(len=64) :: fname, tracer_name - 1 -Warning: Unused variable ‘tracer_name’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:154:65: - - character(len=128) :: tracer_longname, tracer_units - 1 -Warning: Unused variable ‘tracer_units’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5212:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5212:36: integer :: k,kmin,n,nloop,i,orec 1 Warning: Unused variable ‘orec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:44: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:44: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘pb’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:47: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘pc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:50: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘pn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:41: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘pt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5213:54: real, dimension(nk) :: pi,th,thv,z,pt,pb,pc,pn,ptv 1 Warning: Unused variable ‘ptv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5030:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5030:63: w, vort, delz, q, hydrostatic, pt, peln, phis, grav, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4992:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4992:25: integer i, j, k,klevel 1 Warning: Unused variable ‘klevel’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4977:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4977:40: pt, peln, phis, grav, vort, maxvort, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4965:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4965:18: integer i, j, k 1 Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4887:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4887:43: real(kind=R_GRID):: factorb_s, factorb_g 1 Warning: Unused variable ‘factorb_g’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4887:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4887:32: real(kind=R_GRID):: factorb_s, factorb_g 1 Warning: Unused variable ‘factorb_s’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:47: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘gonv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:51: hydrostatic, zvir, in0r, in0s, in0g, iliqskin) 1 Warning: Unused dummy argument ‘iliqskin’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:41: hydrostatic, zvir, in0r, in0s, in0g, iliqskin) 1 Warning: Unused dummy argument ‘in0g’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:29: hydrostatic, zvir, in0r, in0s, in0g, iliqskin) 1 Warning: Unused dummy argument ‘in0r’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4788:35: hydrostatic, zvir, in0r, in0s, in0g, iliqskin) 1 Warning: Unused dummy argument ‘in0s’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:35: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘pres’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:36: real(kind=R_GRID):: qr1, qs1, qg1, t1, t2, t3, rwat, denfac, vtr, vtg, vts 1 Warning: Unused variable ‘qg1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:26: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:26: real(kind=R_GRID):: qr1, qs1, qg1, t1, t2, t3, rwat, denfac, vtr, vtg, vts 1 Warning: Unused variable ‘qr1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:31: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:31: real(kind=R_GRID):: qr1, qs1, qg1, t1, t2, t3, rwat, denfac, vtr, vtg, vts 1 Warning: Unused variable ‘qs1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:53: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:53: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘ronv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:54: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4886:54: real(kind=R_GRID):: qr1, qs1, qg1, t1, t2, t3, rwat, denfac, vtr, vtg, vts 1 Warning: Unused variable ‘rwat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:41: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘sonv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4888:29: real(kind=R_GRID):: temp_c, pres, sonv, gonv, ronv, z_e 1 Warning: Unused variable ‘temp_c’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4617:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4617:23: integer :: i,j,k, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4193:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4193:21: integer i, j, k, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4176:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4176:74: w, vort, delz, q, hydrostatic, pt, peln, phis, grav, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4109:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4109:30: logical :: has_sfc, has_6km 1 Warning: Unused variable ‘has_6km’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4109:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4109:21: logical :: has_sfc, has_6km 1 Warning: Unused variable ‘has_sfc’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4107:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4107:21: integer i, j, k, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4092:71: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4092:71: ua, va, delz, q, hydrostatic, pt, peln, phis, grav) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4032:29: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4032:29: integer i, j, k, k0, k1, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4010:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:4010:74: ua, va, delz, q, hydrostatic, pt, peln, phis, grav, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3920:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3920:74: ua, va, delz, q, hydrostatic, pt, peln, phis, grav, z_bot, z_top) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3305:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:24: + + integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs + 1 +Warning: Unused PRIVATE module variable ‘grid_xtdimid’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:28: + + integer ::grid_xtstagdimid, grid_ytstagdimid, oneid + 1 +Warning: Unused PRIVATE module variable ‘grid_xtstagdimid’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:38: + + integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs + 1 +Warning: Unused PRIVATE module variable ‘grid_ytdimid’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:46: + + integer ::grid_xtstagdimid, grid_ytstagdimid, oneid + 1 +Warning: Unused PRIVATE module variable ‘grid_ytstagdimid’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:46: + + integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs + 1 +Warning: Unused PRIVATE module variable ‘haloid’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:125:53: + + integer ::grid_xtstagdimid, grid_ytstagdimid, oneid + 1 +Warning: Unused PRIVATE module variable ‘oneid’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:124:55: + + integer ::grid_xtdimid, grid_ytdimid, haloid, pfullid !For writing BCs + 1 +Warning: Unused PRIVATE module variable ‘pfullid’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3305:22: real qtot(nwat), qwat 1 Warning: Unused variable ‘qwat’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1110:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1110:30: real :: a1d(Atm(1)%npz) 1 Warning: Unused variable ‘a1d’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1122:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1122:17: integer :: Cl, Cl2 1 Warning: Unused variable ‘cl’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1122:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1122:22: integer :: Cl, Cl2 1 Warning: Unused variable ‘cl2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:27: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:27: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘e2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:33: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘einf’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:49: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:49: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘maxdbz’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:41: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:41: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘mm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:23: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘pvsum’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1121:37: real :: tmp2, pvsum, e2, einf, qm, mm, maxdbz, allmax, rgrav 1 Warning: Unused variable ‘qm’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1101:78: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1101:78: real, allocatable :: a2(:,:),a3(:,:,:), wk(:,:,:), wz(:,:,:), ucoor(:,:,:), vcoor(:,:,:) 1 Warning: Unused variable ‘ucoor’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1104:85: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1104:85: real, allocatable :: u2(:,:), v2(:,:), x850(:,:), var1(:,:), var2(:,:), var3(:,:) 1 Warning: Unused variable ‘var3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1101:92: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:1101:92: real, allocatable :: a2(:,:),a3(:,:,:), wk(:,:,:), wz(:,:,:), ucoor(:,:,:), vcoor(:,:,:) 1 Warning: Unused variable ‘vcoor’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:977:16: - real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) - 1 -Warning: Unused variable ‘grid_xe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:83: + integer :: n + 1 +Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:978:31: - real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) - 1 -Warning: Unused variable ‘grid_xn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:71: + character(len=120) :: tname, fname_ne, fname_sw + 1 +Warning: Unused variable ‘tname’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:447:46: - real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) - 1 -Warning: Unused variable ‘grid_ye’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:95: + subroutine fv_io_register_nudge_restart(Atm) + 1 +Warning: Unused dummy argument ‘atm’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:449:30: - real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) - 1 -Warning: Unused variable ‘grid_yn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:67: + character(len=64) :: fname + 1 +Warning: Unused variable ‘fname’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:450:35: - integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn - 1 -Warning: Unused variable ‘id_xe’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:81: + integer :: id_restart + 1 +Warning: Unused variable ‘id_restart’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:283:57: - integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn - 1 -Warning: Unused variable ‘id_xn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:74: + integer :: isc, iec, jsc, jec, n, nt, nk, ntracers, ntprog, ntdiag + 1 +Warning: Unused variable ‘nk’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:36: - integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn - 1 + integer :: isc, iec, jsc, jec, n, nt, nk, ntracers + 1 +Warning: Unused variable ‘iec’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:31: + + integer :: isc, iec, jsc, jec, n, nt, nk, ntracers + 1 +Warning: Unused variable ‘isc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:46: + + integer :: isc, iec, jsc, jec, n, nt, nk, ntracers + 1 +Warning: Unused variable ‘jec’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:41: + + integer :: isc, iec, jsc, jec, n, nt, nk, ntracers + 1 +Warning: Unused variable ‘jsc’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:151:30: + + integer :: ks, ntiles + 1 +Warning: Unused variable ‘ks’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:57: + + integer :: isc, iec, jsc, jec, n, nt, nk, ntracers + 1 +Warning: Unused variable ‘nk’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:53: + + integer :: isc, iec, jsc, jec, n, nt, nk, ntracers + 1 +Warning: Unused variable ‘nt’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:149:67: + + integer :: isc, iec, jsc, jec, n, nt, nk, ntracers + 1 +Warning: Unused variable ‘ntracers’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:152:32: + + real :: ptop + 1 +Warning: Unused variable ‘ptop’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:154:51: + + character(len=128) :: tracer_longname, tracer_units + 1 +Warning: Unused variable ‘tracer_longname’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:147:46: + + character(len=64) :: fname, tracer_name + 1 +Warning: Unused variable ‘tracer_name’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_io.F90:154:65: + + character(len=128) :: tracer_longname, tracer_units + 1 +Warning: Unused variable ‘tracer_units’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:59: + + real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) + 1 +Warning: Unused variable ‘grid_xe’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:83: + + real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) + 1 +Warning: Unused variable ‘grid_xn’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:71: + + real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) + 1 +Warning: Unused variable ‘grid_ye’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:207:95: + + real, allocatable :: grid_xt(:), grid_yt(:), grid_xe(:), grid_ye(:), grid_xn(:), grid_yn(:) + 1 +Warning: Unused variable ‘grid_yn’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:67: + + integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn + 1 +Warning: Unused variable ‘id_xe’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:81: + + integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn + 1 +Warning: Unused variable ‘id_xn’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:74: + + integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn + 1 Warning: Unused variable ‘id_ye’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:88: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:218:88: integer :: i, j, k, n, ntileMe, id_xt, id_yt, id_x, id_y, id_xe, id_ye, id_xn, id_yn 1 Warning: Unused variable ‘id_yn’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:224:34: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:224:34: integer :: ntprog 1 Warning: Unused variable ‘ntprog’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3919:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:3919:0: subroutine helicity_relative(is, ie, js, je, ng, km, zvir, sphum, srh, & Warning: ‘helicity_relative’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5380:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5380:0: th2 = avgth Warning: ‘avgth’ may be used uninitialized in this function [-Wmaybe-uninitialized] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5381:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_diagnostics.F90:5381:0: qv2 = avgqv Warning: ‘avgqv’ may be used uninitialized in this function [-Wmaybe-uninitialized] [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1898:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1898:46: subroutine nest_halo_nh(ptop, grav, kappa, cp, delp, delz, pt, phis, & 1 Warning: Unused dummy argument ‘cp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1909:60: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1909:60: npx, npy, npz, nested, pkc_pertn, computepk3, fullhalo, bd, regional) 1 Warning: Unused dummy argument ‘fullhalo’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1544:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1544:51: subroutine SIM_solver(dt, is, ie, km, rgas, gama, gm2, cp2, kappa, & 1 Warning: Unused dummy argument ‘gama’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1373:52: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1373:52: subroutine SIM1_solver(dt, is, ie, km, rgas, gama, gm2, cp2, kappa, & 1 Warning: Unused dummy argument ‘gama’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:475:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:475:61: isd, ied, jsd, jed, akap, cappa, cp, & 1 Warning: Unused dummy argument ‘cp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:332:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:332:42: akap, cappa, cp, & 1 Warning: Unused dummy argument ‘cp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:215:62: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:215:62: dp0, zs, zh, crx, cry, xfx, yfx, delz, ws, rdt, gridstruct, bd, lim_fac, regional) 1 Warning: Dummy argument ‘delz’ at (1) was declared INTENT(OUT) but was not set [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:474:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:474:0: subroutine Riem_Solver3test(ms, dt, is, ie, js, je, km, ng, & Warning: ‘riem_solver3test’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:679:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:679:0: subroutine imp_diff_w(j, is, ie, js, je, ng, km, cd, delz, ws, w, w3) Warning: ‘imp_diff_w’ defined but not used [-Wunused-function] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1740:0: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_utils.F90:1740:0: subroutine edge_scalar(q1, qe, i1, i2, km, id) Warning: ‘edge_scalar’ defined but not used [-Wunused-function] [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/nh_core.F90:66:61: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/nh_core.F90:66:61: isd, ied, jsd, jed, akap, cappa, cp, & 1 Warning: Unused dummy argument ‘cp’ at (1) [-Wunused-dummy-argument] -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:172:34: +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:172:34: real, parameter:: real_snan=x'FFF7FFFFFFFFFFFF' 1 Warning: BOZ literal at (1) is bitwise transferred non-integer symbol ‘real_snan’ [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:174:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:174:46: real(kind=R_GRID), parameter:: dbl_snan=x'FFF7FFFFFFFFFFFF' 1 Warning: BOZ literal at (1) is bitwise transferred non-integer symbol ‘dbl_snan’ [-Wsurprising] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3149:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3149:3: 400 continue 1 Warning: Label 400 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2917:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2917:3: 400 continue 1 Warning: Label 400 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3291:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3291:15: x_obs(:,:) = - 100.*pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3292:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3292:15: y_obs(:,:) = - 100.*pi 1 Warning: Change of value in conversion from ‘REAL(8)’ to ‘REAL(4)’ at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3339:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3339:32: time_tc(it,nstorms) = cald 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3342:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3342:33: wind_obs(it,nstorms) = mps ! m/s 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3343:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3343:33: mslp_obs(it,nstorms) = 100.*slp 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3344:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3344:33: y_obs(it,nstorms) = lat_deg * deg2rad 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3345:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3345:33: x_obs(it,nstorms) = lon_deg * deg2rad 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3369:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3369:35: time_tc(nobs,nstorms) = cald 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3373:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3373:35: mslp_obs(nobs,nstorms) = 100. * real(islp) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3374:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3374:35: y_obs(nobs,nstorms) = lat_deg * deg2rad 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3378:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3378:40: x_obs(nobs,nstorms) = (360.+lon_deg) * deg2rad 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3380:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3380:40: x_obs(nobs,nstorms) = (360.-lon_deg) * deg2rad 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3383:35: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3383:35: x_obs(nobs,nstorms) = lon_deg * deg2rad 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6260:1: - - if (bubble_do) then - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6261:1: - - r0 = 100.*sqrt(dx_const**2 + dy_const**2) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6262:1: - - icenter = npx/2 - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6263:1: - - jcenter = npy/2 - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6265:1: - - do j=js,je - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6266:1: - - do i=is,ie - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6267:1: - - dist = (i-icenter)*dx_const*(i-icenter)*dx_const & - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6268:1: - - +(j-jcenter)*dy_const*(j-jcenter)*dy_const - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6269:1: - - dist = min(r0, sqrt(dist)) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6270:1: - - do k=1,npz - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6271:1: - - prf = ak(k) + ps(i,j)*bk(k) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6272:1: - - if ( prf > 100.E2 ) then - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6273:1: - - pt(i,j,k) = pt(i,j,k) + 0.01*(1. - (dist/r0)) * prf/ps(i,j) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6274:1: - - endif - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6275:1: - - enddo - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6276:1: - - enddo - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6277:1: - - enddo - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6278:1: - - endif - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: 123 continue 1 -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: if ( r_vor < 1250.E3 ) goto 123 2 Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2) -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2062:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2062:23: u(i,j,k) = qn1(i,k) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2076:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2076:23: v(i,j,k) = qn1(i,k) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1986:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1986:25: q(i,j,k) = qn1(i,k) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2000:20: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2000:20: t(i,j,k) = qn1(i,k) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1914:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1914:24: gz3(i,j,km+1) = gz0(i,j) ! Data Surface geopotential 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1919:24: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1919:24: gz3(i,j,k) = gz3(i,j,k+1) + rdgas*tv(i,j,k)*(pn0(i,k+1)-pn0(i,k)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1566:42: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1566:42: wk1(i,j) = tmean 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1624:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1624:15: wk2 = wk2 * grav ! convert unit from geopotential meter (m) to geopotential height (m2/s2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1658:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1658:23: u(i,j,k) = s2c(i,j,1)*wk3(i1,j1 ,k) + s2c(i,j,2)*wk3(i2,j1 ,k) + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1672:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1672:23: v(i,j,k) = s2c(i,j,1)*wk3(i1,j1 ,k) + s2c(i,j,2)*wk3(i2,j1 ,k) + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1689:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1689:23: q(i,j,k) = s2c(i,j,1)*wk3(i1,j1 ,k) + s2c(i,j,2)*wk3(i2,j1 ,k) + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1704:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1704:23: t(i,j,k) = s2c(i,j,1)*wk3(i1,j1 ,k) + s2c(i,j,2)*wk3(i2,j1 ,k) + & 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1717:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1717:23: t(i,j,k) = t(i,j,k)*(1.+zvir*q(i,j,k)) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1192:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1192:18: wt(:,:,:) = alpha*t_dat(:,:,:,1) + beta*t_dat(:,:,:,2) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6628:1: - - if (bubble_do) then - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6629:1: - - r0 = 10.e3 - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6630:1: - - zc = 1.4e3 ! center of bubble from surface - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6631:1: - - icenter = (npx-1)/2 + 1 - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6632:1: - - jcenter = (npy-1)/2 + 1 - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6633:1: - - do k=1, npz - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6634:1: - - zm = 0.5*(ze1(k)+ze1(k+1)) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6635:1: - - ptmp = ( (zm-zc)/zc ) **2 - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6636:1: - - if ( ptmp < 1. ) then - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6637:1: - - do j=js,je - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6638:1: - - do i=is,ie - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6639:1: - - dist = ptmp+((i-icenter)*dx_const/r0)**2+((j-jcenter)*dy_const/r0)**2 - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6640:1: - - if ( dist < 1. ) then - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6641:1: - - pt(i,j,k) = pt(i,j,k) + pturb*(1.-sqrt(dist)) - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6642:1: - - endif - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6643:1: - - enddo - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6644:1: - - enddo - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6645:1: - - endif - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6646:1: - - enddo - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6647:1: - - endif - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:230:17: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:230:17: integer :: nf_ht = 1 1 Warning: Unused PRIVATE module variable ‘nf_ht’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:251:16: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:251:16: real :: pt_lim = 0.2 1 Warning: Unused PRIVATE module variable ‘pt_lim’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:202:23: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:202:23: logical :: strong_mask = .false. 1 Warning: Unused PRIVATE module variable ‘strong_mask’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:196:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:196:22: logical :: use_pt_inc = .false. 1 Warning: Unused PRIVATE module variable ‘use_pt_inc’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9110:1: - - call mp_stop - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9111:1: - - stop - 1 -Warning: Nonconforming tab character at (1) [-Wtabs] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3413:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3413:15: integer n, m, ds, nday 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3414:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3414:15: real tsec 1 Warning: Unused variable ‘tsec’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:38: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:38: integer:: it, i1, i2, p_ring, d_ring 1 Warning: Unused variable ‘d_ring’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:18: integer:: it, i1, i2, p_ring, d_ring 1 Warning: Unused variable ‘i1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:22: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:22: integer:: it, i1, i2, p_ring, d_ring 1 Warning: Unused variable ‘i2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3283:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3283:18: integer:: mmddhh, yr, year, month, day, hour, MPH, islp 1 Warning: Unused variable ‘mmddhh’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3284:30: integer:: it, i1, i2, p_ring, d_ring 1 Warning: Unused variable ‘p_ring’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3185:80: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3185:80: subroutine get_slp_obs(time, nobs, lon_obs, lat_obs, w10, mslp, slp_out, r_out, time_obs, & 1 Warning: Unused dummy argument ‘r_out’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3185:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:3185:73: subroutine get_slp_obs(time, nobs, lon_obs, lat_obs, w10, mslp, slp_out, r_out, time_obs, & 1 Warning: Unused dummy argument ‘slp_out’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:59: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:59: subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) 1 Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:63: subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) 1 Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2953:28: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2953:28: integer n, i, j, k, iq 1 Warning: Unused variable ‘iq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:106: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:106: subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:118: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2927:118: subroutine breed_srf_winds(time, dt, npz, u_obs, v_obs, ak, bk, ps, phis, delp, ua, va, u_dt, v_dt, pt, q, nwat, zvir, gridstruct) 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4717:4: - - 202 format(' ',A,e10.4,' ',e10.4,' ',i4.4,'x',i4.4,'x',i4.4,'x',i4.4,' ',e10.4) - 1 -Warning: Label 202 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:339:4: - - 200 format(i4.4,'x',i4.4,'x',i4.4,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14) - 1 -Warning: Label 200 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:43: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:43: subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) 1 Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:47: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:47: subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) 1 Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:51: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:51: subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2156:67: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2156:67: zvir, gridstruct, ks, domain_local, bd, hydrostatic) 1 Warning: Unused dummy argument ‘bd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2188:50: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2188:50: real:: relx0, relx, f1, pbreed, pbtop, delp0, dp0 1 Warning: Unused variable ‘delp0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2189:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2189:18: real:: ratio, p_count, p_sum, a_sum, mass_sink, delps 1 Warning: Unused variable ‘ratio’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2156:33: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2156:33: zvir, gridstruct, ks, domain_local, bd, hydrostatic) 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4939:21: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2009:32: - arr_r4(1) = (tmass-tmass_orig)/tmass_orig - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4940:21: + subroutine remap_uv(npz, ak, bk, ps, delp, u, v, kmd, ps0, u0, v0, ptop) + 1 +Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1929:34: - arr_r4(2) = (tener-tener_orig)/tener_orig - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4941:21: - - arr_r4(3) = (tvort-tvort_orig)/tvort_orig - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4942:21: - - arr_r4(4) = tKE - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4943:40: - - if (test_case==12) arr_r4(4) = L2_norm - 1 -Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4947:17: - - myRec = myDay*86400.0/dtout + 1 - 1 -Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2009:32: - - subroutine remap_uv(npz, ak, bk, ps, delp, u, v, kmd, ps0, u0, v0, ptop) - 1 -Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:935:5: - - 11110 format(' i_start_data=',i5,' j_start_data=',i5) - 1 -Warning: Label 11110 at (1) defined but not used [-Wunused-label] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1929:34: - - subroutine remap_tq( npz, ak, bk, ps, delp, t, q, & - 1 -Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1930:44: + subroutine remap_tq( npz, ak, bk, ps, delp, t, q, & + 1 +Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1930:44: kmd, ps0, ta, qa, zvir, ptop) 1 Warning: Unused dummy argument ‘zvir’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:32: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:32: subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) 1 Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:36: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:36: subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) 1 Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:46: subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) 1 Warning: Unused dummy argument ‘delp’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1894:40: subroutine get_int_hght(npz, ak, bk, ps, delp, ps0, tv) 1 Warning: Unused dummy argument ‘ps’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1485:74: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1485:74: subroutine get_ncep_analysis ( ps, u, v, t, q, zvir, ts, nfile, fname, bd ) 1 Warning: Unused dummy argument ‘bd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1498:15: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1498:15: logical found 1 Warning: Unused variable ‘found’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1485:63: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1485:63: subroutine get_ncep_analysis ( ps, u, v, t, q, zvir, ts, nfile, fname, bd ) 1 Warning: Unused dummy argument ‘nfile’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1256:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1256:69: subroutine fv_nwp_nudge_init(time, axes, npz, zvir, ak, bk, ts, phis, gridstruct, ks, npx, neststruct, bd) 1 Warning: Unused dummy argument ‘phis’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1272:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:1272:18: integer tsize(4) 1 Warning: Unused variable ‘tsize’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:814:37: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:935:5: + + 11110 format(' i_start_data=',i5,' j_start_data=',i5) + 1 +Warning: Label 11110 at (1) defined but not used [-Wunused-label] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:814:37: real:: pst, dbk, pt0, rdt, bias 1 Warning: Unused variable ‘bias’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:815:25: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:815:25: integer i, j, k, iq 1 Warning: Unused variable ‘iq’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:813:40: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:813:40: real, dimension(is:ie,npz+1):: pe2, peln 1 Warning: Unused variable ‘pe2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:813:46: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:813:46: real, dimension(is:ie,npz+1):: pe2, peln 1 Warning: Unused variable ‘peln’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:92: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:92: subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) 1 Warning: Unused dummy argument ‘pt’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:101: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:101: subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) 1 Warning: Unused dummy argument ‘q’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:84: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:84: subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) 1 Warning: Unused dummy argument ‘ua’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:88: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:795:88: subroutine ps_nudging(dt, factor, npz, ak, bk, ps_obs, mask, tm, ps, phis, delp, ua, va, pt, nwat, q, bd, npx, npy, gridstruct, domain) 1 Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:348:69: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:348:69: real :: rdt, press(npz), profile(npz), prof_t(npz), prof_q(npz), du, dv 1 Warning: Unused variable ‘du’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:348:73: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:348:73: real :: rdt, press(npz), profile(npz), prof_t(npz), prof_q(npz), du, dv 1 Warning: Unused variable ‘dv’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:346:30: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:346:30: integer :: i,j,k, iq, kht, n 1 Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:349:14: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:349:14: logical used 1 Warning: Unused variable ‘used’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:182:18: - - real :: lat0 = pi/2.0 !< pi/4.8 - 1 -Warning: Unused PRIVATE module variable ‘lat0’ declared at (1) [-Wunused-value] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:183:18: +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6260:1: - real :: lon0 = 0.0 ! 100.E2 ) then + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6273:1: - subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & - 1 -Warning: Unused dummy argument ‘jm’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8955:39: + pt(i,j,k) = pt(i,j,k) + 0.01*(1. - (dist/r0)) * prf/ps(i,j) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6274:1: - subroutine mp_ghost_ew(im, jm, km, nq, ifirst, ilast, jfirst, jlast, & - 1 -Warning: Unused dummy argument ‘km’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8917:14: + endif + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6275:1: - real :: dp(3) - 1 -Warning: Unused variable ‘dp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8825:23: + enddo + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6276:1: - real :: gsum0 - 1 -Warning: Unused variable ‘gsum0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8814:82: + enddo + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6277:1: - real function globalsum(p, npx, npy, ifirst, ilast, jfirst, jlast, isd, ied, jsd, jed, gridstruct, tile) result (gsum) - 1 -Warning: Unused dummy argument ‘ied’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8814:77: + enddo + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6278:1: - real function globalsum(p, npx, npy, ifirst, ilast, jfirst, jlast, isd, ied, jsd, jed, gridstruct, tile) result (gsum) - 1 -Warning: Unused dummy argument ‘isd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8814:92: + endif + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6628:1: - real function globalsum(p, npx, npy, ifirst, ilast, jfirst, jlast, isd, ied, jsd, jed, gridstruct, tile) result (gsum) - 1 -Warning: Unused dummy argument ‘jed’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8814:87: + if (bubble_do) then + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6629:1: - real function globalsum(p, npx, npy, ifirst, ilast, jfirst, jlast, isd, ied, jsd, jed, gridstruct, tile) result (gsum) - 1 -Warning: Unused dummy argument ‘jsd’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8823:25: + r0 = 10.e3 + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6630:1: - integer :: i,j,k,n - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8803:18: + zc = 1.4e3 ! center of bubble from surface + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6631:1: - integer k - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8797:46: + icenter = (npx-1)/2 + 1 + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6632:1: - subroutine mp_update_dwinds_3d(u, v, npx, npy, npz, domain) - 1 -Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8797:51: + jcenter = (npy-1)/2 + 1 + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6633:1: - subroutine mp_update_dwinds_3d(u, v, npx, npy, npz, domain) - 1 -Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8779:46: + do k=1, npz + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6634:1: - subroutine mp_update_dwinds_2d(u, v, npx, npy, domain) - 1 -Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8779:51: + zm = 0.5*(ze1(k)+ze1(k+1)) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6635:1: - subroutine mp_update_dwinds_2d(u, v, npx, npy, domain) - 1 -Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8747:52: + ptmp = ( (zm-zc)/zc ) **2 + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6636:1: - real(kind=R_GRID) :: ee1(3), ee2(3), ee3(3), elon(3), elat(3) - 1 -Warning: Unused variable ‘ee3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8685:84: + if ( ptmp < 1. ) then + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6637:1: - subroutine ctoa(uin, vin, uout, vout, dx, dy, dxc, dyc, dxa, dya, npx, npy, ng) - 1 -Warning: Unused dummy argument ‘ng’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8685:75: + do j=js,je + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6638:1: - subroutine ctoa(uin, vin, uout, vout, dx, dy, dxc, dyc, dxa, dya, npx, npy, ng) - 1 -Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8685:80: + do i=is,ie + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6639:1: - subroutine ctoa(uin, vin, uout, vout, dx, dy, dxc, dyc, dxa, dya, npx, npy, ng) - 1 -Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8578:21: + dist = ptmp+((i-icenter)*dx_const/r0)**2+((j-jcenter)*dy_const/r0)**2 + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6640:1: - real :: ang1 - 1 -Warning: Unused variable ‘ang1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8565:46: + if ( dist < 1. ) then + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6641:1: - subroutine atoc(uin, vin, uout, vout, dx, dy, dxa, dya, npx, npy, ng, nested, domain, noComm) - 1 -Warning: Unused dummy argument ‘dx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8565:50: + pt(i,j,k) = pt(i,j,k) + pturb*(1.-sqrt(dist)) + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6642:1: - subroutine atoc(uin, vin, uout, vout, dx, dy, dxa, dya, npx, npy, ng, nested, domain, noComm) - 1 -Warning: Unused dummy argument ‘dy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8579:25: + endif + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6643:1: - integer :: i,j,n - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8565:74: + enddo + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6644:1: - subroutine atoc(uin, vin, uout, vout, dx, dy, dxa, dya, npx, npy, ng, nested, domain, noComm) - 1 -Warning: Unused dummy argument ‘ng’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8581:33: + enddo + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6645:1: - real :: tmp1i(isd:ied+1) - 1 -Warning: Unused variable ‘tmp1i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8582:31: + endif + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6646:1: - real :: tmp2i(isd:ied) - 1 -Warning: Unused variable ‘tmp2i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8583:31: + enddo + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:6647:1: - real :: tmp3i(isd:ied) - 1 -Warning: Unused variable ‘tmp3i’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8513:46: + endif + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:5166:35: - subroutine dtoa(uin, vin, uout, vout, dx, dy, dxa, dya, dxc, dyc, npx, npy, ng) - 1 -Warning: Unused dummy argument ‘dx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8513:50: + integer :: ncids,sourceLength + 1 +Warning: Unused variable ‘ncids’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:5166:48: - subroutine dtoa(uin, vin, uout, vout, dx, dy, dxa, dya, dxc, dyc, npx, npy, ng) - 1 -Warning: Unused dummy argument ‘dy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8523:25: + integer :: ncids,sourceLength + 1 +Warning: Unused variable ‘sourcelength’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4261:49: - integer :: i,j,n - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8513:84: + subroutine convert_to_virt_pot_temp(isd,ied,jsd,jed,npz & + 1 +Warning: Unused dummy argument ‘ied’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4261:45: - subroutine dtoa(uin, vin, uout, vout, dx, dy, dxa, dya, dxc, dyc, npx, npy, ng) - 1 -Warning: Unused dummy argument ‘ng’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8513:75: + subroutine convert_to_virt_pot_temp(isd,ied,jsd,jed,npz & + 1 +Warning: Unused dummy argument ‘isd’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4261:57: - subroutine dtoa(uin, vin, uout, vout, dx, dy, dxa, dya, dxc, dyc, npx, npy, ng) - 1 -Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8513:80: + subroutine convert_to_virt_pot_temp(isd,ied,jsd,jed,npz & + 1 +Warning: Unused dummy argument ‘jed’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:4261:53: - subroutine dtoa(uin, vin, uout, vout, dx, dy, dxa, dya, dxc, dyc, npx, npy, ng) - 1 -Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8470:76: + subroutine convert_to_virt_pot_temp(isd,ied,jsd,jed,npz & + 1 +Warning: Unused dummy argument ‘jsd’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9110:1: - subroutine atod(uin, vin, uout, vout, dxa, dya, dxc, dyc, npx, npy, ng, nested, domain) - 1 -Warning: Unused dummy argument ‘ng’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8342:25: + call mp_stop + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:9111:1: - integer :: i,j,n - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8144:28: + stop + 1 +Warning: Nonconforming tab character at (1) [-Wtabs] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2709:49: - real mag,mag1,mag2, ang,ang1,ang2 - 1 -Warning: Unused variable ‘ang’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8144:33: + real, dimension(is_bc:ie_bc,js_bc:je_bc):: phis + 1 +Warning: Unused variable ‘phis’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4717:4: - real mag,mag1,mag2, ang,ang1,ang2 - 1 -Warning: Unused variable ‘ang1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8144:38: + 202 format(' ',A,e10.4,' ',e10.4,' ',i4.4,'x',i4.4,'x',i4.4,'x',i4.4,' ',e10.4) + 1 +Warning: Label 202 at (1) defined but not used [-Wunused-label] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:339:4: - real mag,mag1,mag2, ang,ang1,ang2 - 1 -Warning: Unused variable ‘ang2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8144:13: + 200 format(i4.4,'x',i4.4,'x',i4.4,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14,' ',e21.14) + 1 +Warning: Label 200 at (1) defined but not used [-Wunused-label] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2597:52: - real mag,mag1,mag2, ang,ang1,ang2 - 1 -Warning: Unused variable ‘mag’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8144:18: + ,east_bc,west_bc & + 1 +Warning: Unused dummy argument ‘east_bc’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2596:53: - real mag,mag1,mag2, ang,ang1,ang2 - 1 -Warning: Unused variable ‘mag1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8144:23: + ,north_bc,south_bc & + 1 +Warning: Unused dummy argument ‘north_bc’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2595:49: - real mag,mag1,mag2, ang,ang1,ang2 + subroutine allocate_regional_BC_arrays(side & + 1 +Warning: Unused dummy argument ‘side’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2596:62: + + ,north_bc,south_bc & + 1 +Warning: Unused dummy argument ‘south_bc’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2597:60: + + ,east_bc,west_bc & + 1 +Warning: Unused dummy argument ‘west_bc’ at (1) [-Wunused-dummy-argument] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2359:23: + + integer :: dim_id,nctype,ndims,var_id 1 -Warning: Unused variable ‘mag2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8140:27: +Warning: Unused variable ‘dim_id’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2362:36: - real :: tmp1(jsd:jed+1) - 1 -Warning: Unused variable ‘tmp1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8141:25: + character(len=5) :: dim_name_x & !<-- Dimension names in + 1 +Warning: Unused variable ‘dim_name_x’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2363:36: - real :: tmp2(jsd:jed) - 1 -Warning: Unused variable ‘tmp2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8142:25: + ,dim_name_y ! the BC file + 1 +Warning: Unused variable ‘dim_name_y’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2354:21: - real :: tmp3(jsd:jed) + integer :: halo,lat,lev,lon + 1 +Warning: Unused variable ‘halo’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2354:25: + + integer :: halo,lat,lev,lon 1 -Warning: Unused variable ‘tmp3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8030:21: +Warning: Unused variable ‘lat’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2354:29: - real :: e1(3), e2(3), ex(3), ey(3) - 1 -Warning: Unused variable ‘e1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8030:28: + integer :: halo,lat,lev,lon + 1 +Warning: Unused variable ‘lev’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2354:33: - real :: e1(3), e2(3), ex(3), ey(3) - 1 -Warning: Unused variable ‘e2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8030:35: + integer :: halo,lat,lev,lon + 1 +Warning: Unused variable ‘lon’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2359:30: - real :: e1(3), e2(3), ex(3), ey(3) - 1 -Warning: Unused variable ‘ex’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8030:42: + integer :: dim_id,nctype,ndims,var_id + 1 +Warning: Unused variable ‘nctype’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:2359:36: - real :: e1(3), e2(3), ex(3), ey(3) - 1 -Warning: Unused variable ‘ey’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8033:24: + integer :: dim_id,nctype,ndims,var_id + 1 +Warning: Unused variable ‘ndims’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4939:21: - integer :: i,j,k,n - 1 -Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8033:26: + arr_r4(1) = (tmass-tmass_orig)/tmass_orig + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4940:21: - integer :: i,j,k,n - 1 -Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8029:23: + arr_r4(2) = (tener-tener_orig)/tener_orig + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4941:21: - real :: p1(2),p2(2),p3(2),p4(2), pt(2) - 1 -Warning: Unused variable ‘p1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8029:29: + arr_r4(3) = (tvort-tvort_orig)/tvort_orig + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4942:21: - real :: p1(2),p2(2),p3(2),p4(2), pt(2) - 1 -Warning: Unused variable ‘p2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8029:35: + arr_r4(4) = tKE + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4943:40: - real :: p1(2),p2(2),p3(2),p4(2), pt(2) - 1 -Warning: Unused variable ‘p3’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8029:41: + if (test_case==12) arr_r4(4) = L2_norm + 1 +Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:4947:17: - real :: p1(2),p2(2),p3(2),p4(2), pt(2) - 1 -Warning: Unused variable ‘p4’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8036:70: + myRec = myDay*86400.0/dtout + 1 + 1 +Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1373:50: - real :: psi_b(isd:ied+1,jsd:jed+1), psi(isd:ied,jsd:jed), psi1, psi2 - 1 -Warning: Unused variable ‘psi1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8036:76: + logical,save :: computed_regional_bc_indices=.false. + 1 +Warning: Unused variable ‘computed_regional_bc_indices’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1350:30: - real :: psi_b(isd:ied+1,jsd:jed+1), psi(isd:ied,jsd:jed), psi1, psi2 - 1 -Warning: Unused variable ‘psi2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8029:48: + integer :: i_start,i_end,j_start,j_end + 1 +Warning: Unused variable ‘i_end’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1350:24: - real :: p1(2),p2(2),p3(2),p4(2), pt(2) - 1 -Warning: Unused variable ‘pt’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8032:25: + integer :: i_start,i_end,j_start,j_end + 1 +Warning: Unused variable ‘i_start’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1341:42: - real :: dist, r, r0 + ,ie_north,ie_south,ie_east,ie_west & + 1 +Warning: Unused variable ‘ie_east’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1341:25: + + ,ie_north,ie_south,ie_east,ie_west & 1 -Warning: Unused variable ‘r’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8032:29: +Warning: Unused variable ‘ie_north’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1341:34: - real :: dist, r, r0 - 1 -Warning: Unused variable ‘r0’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8015:49: + ,ie_north,ie_south,ie_east,ie_west & + 1 +Warning: Unused variable ‘ie_south’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1341:50: - subroutine init_latlon_winds(UBar, u, v, ua, va, uc, vc, defOnGrid, gridstruct) - 1 -Warning: Unused dummy argument ‘ua’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8034:20: + ,ie_north,ie_south,ie_east,ie_west & + 1 +Warning: Unused variable ‘ie_west’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1340:42: - real :: utmp, vtmp - 1 -Warning: Unused variable ‘utmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:5166:35: + integer :: is_north,is_south,is_east,is_west & + 1 +Warning: Unused variable ‘is_east’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1340:25: - integer :: ncids,sourceLength - 1 -Warning: Unused variable ‘ncids’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8015:53: + integer :: is_north,is_south,is_east,is_west & + 1 +Warning: Unused variable ‘is_north’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1340:34: - subroutine init_latlon_winds(UBar, u, v, ua, va, uc, vc, defOnGrid, gridstruct) - 1 -Warning: Unused dummy argument ‘va’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:5166:48: + integer :: is_north,is_south,is_east,is_west & + 1 +Warning: Unused variable ‘is_south’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1340:50: - integer :: ncids,sourceLength - 1 -Warning: Unused variable ‘sourcelength’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:8034:26: + integer :: is_north,is_south,is_east,is_west & + 1 +Warning: Unused variable ‘is_west’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1350:44: - real :: utmp, vtmp - 1 -Warning: Unused variable ‘vtmp’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7835:85: + integer :: i_start,i_end,j_start,j_end + 1 +Warning: Unused variable ‘j_end’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1350:38: - subroutine init_latlon(u,v,pt,delp,q,phis, ps,pe,peln,pk,pkz, uc,vc, ua,va, ak, bk, & - 1 -Warning: Unused dummy argument ‘ak’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7835:89: + integer :: i_start,i_end,j_start,j_end + 1 +Warning: Unused variable ‘j_start’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1343:42: - subroutine init_latlon(u,v,pt,delp,q,phis, ps,pe,peln,pk,pkz, uc,vc, ua,va, ak, bk, & - 1 -Warning: Unused dummy argument ‘bk’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7882:40: - - logical, pointer :: cubed_sphere, latlon - 1 -Warning: Unused variable ‘cubed_sphere’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7837:65: - - mountain, moist_phys, hybrid_z, delz, ze0, domain_in, tile_in) - 1 -Warning: Unused dummy argument ‘delz’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7836:92: + ,je_north,je_south,je_east,je_west + 1 +Warning: Unused variable ‘je_east’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1343:25: - gridstruct, npx, npy, npz, ng, ncnst, ndims, nregions, dry_mass, & - 1 -Warning: Unused dummy argument ‘dry_mass’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7878:48: + ,je_north,je_south,je_east,je_west + 1 +Warning: Unused variable ‘je_north’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1343:34: - real, pointer, dimension(:,:,:) :: ee1, ee2, en1, en2 - 1 -Warning: Unused variable ‘ee1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7878:53: + ,je_north,je_south,je_east,je_west + 1 +Warning: Unused variable ‘je_south’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1343:50: - real, pointer, dimension(:,:,:) :: ee1, ee2, en1, en2 - 1 -Warning: Unused variable ‘ee2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7878:58: + ,je_north,je_south,je_east,je_west + 1 +Warning: Unused variable ‘je_west’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1342:42: - real, pointer, dimension(:,:,:) :: ee1, ee2, en1, en2 - 1 -Warning: Unused variable ‘en1’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7878:63: + ,js_north,js_south,js_east,js_west & + 1 +Warning: Unused variable ‘js_east’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1342:25: - real, pointer, dimension(:,:,:) :: ee1, ee2, en1, en2 - 1 -Warning: Unused variable ‘en2’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7879:51: + ,js_north,js_south,js_east,js_west & + 1 +Warning: Unused variable ‘js_north’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1342:34: - real, pointer, dimension(:,:,:,:) :: ew, es - 1 -Warning: Unused variable ‘es’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7879:47: + ,js_north,js_south,js_east,js_west & + 1 +Warning: Unused variable ‘js_south’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1342:50: - real, pointer, dimension(:,:,:,:) :: ew, es - 1 -Warning: Unused variable ‘ew’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7837:59: + ,js_north,js_south,js_east,js_west & + 1 +Warning: Unused variable ‘js_west’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1381:28: - mountain, moist_phys, hybrid_z, delz, ze0, domain_in, tile_in) - 1 -Warning: Unused dummy argument ‘hybrid_z’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7882:48: + integer,save :: kount1=0,kount2=0 + 1 +Warning: Unused variable ‘kount1’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1381:37: - logical, pointer :: cubed_sphere, latlon - 1 -Warning: Unused variable ‘latlon’ declared at (1) [-Wunused-variable] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7837:49: + integer,save :: kount1=0,kount2=0 + 1 +Warning: Unused variable ‘kount2’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1338:47: - mountain, moist_phys, hybrid_z, delz, ze0, domain_in, tile_in) - 1 -Warning: Unused dummy argument ‘moist_phys’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7837:37: + integer :: dimid,i,j,k,klev_in,klev_out,n,nlev + 1 +Warning: Unused variable ‘n’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:1005:37: - mountain, moist_phys, hybrid_z, delz, ze0, domain_in, tile_in) + integer :: i,i_start_data,istat,j,j_start_data,ncid_oro,var_id 1 -Warning: Unused dummy argument ‘mountain’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7836:72: +Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/fv_regional_bc.F90:908:35: - gridstruct, npx, npy, npz, ng, ncnst, ndims, nregions, dry_mass, & - 1 -Warning: Unused dummy argument ‘ndims’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7836:58: + integer :: i_start_data,istat,j_start_data,n,ncid_grid,var_id + 1 +Warning: Unused variable ‘istat’ declared at (1) [-Wunused-variable] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2648:0: - gridstruct, npx, npy, npz, ng, ncnst, ndims, nregions, dry_mass, & - 1 -Warning: Unused dummy argument ‘ng’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7836:44: + subroutine breed_srf_w10(time, dt, npz, ak, bk, ps, phis, slp, delp, u, v, gridstruct) + +Warning: ‘breed_srf_w10’ defined but not used [-Wunused-function] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:182:18: - gridstruct, npx, npy, npz, ng, ncnst, ndims, nregions, dry_mass, & - 1 -Warning: Unused dummy argument ‘npx’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7836:49: + real :: lat0 = pi/2.0 !< pi/4.8 + 1 +Warning: Unused PRIVATE module variable ‘lat0’ declared at (1) [-Wunused-value] +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:183:18: - gridstruct, npx, npy, npz, ng, ncnst, ndims, nregions, dry_mass, & - 1 -Warning: Unused dummy argument ‘npy’ at (1) [-Wunused-dummy-argument] -/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/gnu/FV3/atmos_cubed_sphere/tools/test_cases.F90:7836:82: + real :: lon0 = 0.0 ! /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] +++ [[ -d /glade ]] +++ eval module help +++ module purge ++++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash purge +++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable001_;' '_ModuleTable_Sz_=1;' export '_ModuleTable_Sz_;' ++++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++++ export MODULEPATH ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++++ export _ModuleTable001_ ++++ _ModuleTable_Sz_=1 ++++ export _ModuleTable_Sz_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__19837 +++ unset __ms_function_name ++ [[ cheyenne.gnu == macosx.* ]] ++ [[ cheyenne.gnu == linux.* ]] ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1Q;' export '_ModuleTable001_;' '_ModuleTable002_=QVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0=;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251IiwiL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycyIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9LFsic3lzdGVtQmFzZU1Q +++ export _ModuleTable001_ +++ _ModuleTable002_=QVRIIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnM6L2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAiLH0= +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=gcc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.gnu;' export 'CMAKE_Platform;' 'COMPILER=gnu;' export 'COMPILER;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=g++;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=gfortran;' export 'F77;' 'F90=gfortran;' export 'F90;' 'FC=gfortran;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'GNU_MAJOR_VERSION=8.3;' export 'GNU_MAJOR_VERSION;' 'GNU_MINOR_VERSION=0;' export 'GNU_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1\;/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=gnu;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=8.3.0;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=gnu;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=8.3.0;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;gnu/8.3.0:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=gcc;' export 'MPICC_CC;' 'MPICXX_CXX=g++;' export 'MPICXX_CXX;' 'MPIF08_F08=gfortran;' export 'MPIF08_F08;' 'MPIF90_F90=gfortran;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=gnu;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include;' export 'NCAR_INC_GNU;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64;' export 'NCAR_LDFLAGS_GNU;' 'NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0;' export 'NCAR_LDFLAGS_GNU32;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/;' export 'NCAR_ROOT_GNU;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/;' export 'NETCDF;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=gcc;' export 'OSHCC_CC;' 'OSHCXX_CXX=g++;' export 'OSHCXX_CXX;' 'OSHF90_F90=gfortran;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi;' export '_ModuleTable003_;' '_ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j;' export '_ModuleTable004_;' '_ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu;' export '_ModuleTable005_;' '_ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl;' export '_ModuleTable006_;' '_ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' +++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libbacio_4.a +++ export BACIO_LIB4 +++ CC=gcc +++ export CC +++ CESMDATAROOT=/glade/p/cesmdata/cseg +++ export CESMDATAROOT +++ CESMROOT=/glade/p/cesm +++ export CESMROOT +++ CMAKE_CXX_COMPILER=mpicxx +++ export CMAKE_CXX_COMPILER +++ CMAKE_C_COMPILER=mpicc +++ export CMAKE_C_COMPILER +++ CMAKE_Fortran_COMPILER=mpif90 +++ export CMAKE_Fortran_COMPILER +++ CMAKE_Platform=cheyenne.gnu +++ export CMAKE_Platform +++ COMPILER=gnu +++ export COMPILER +++ __LMOD_REF_COUNT_CPATH='/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1;/glade/u/apps/ch/opt/mpt/2.19/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/include +++ export CPATH +++ CXX=g++ +++ export CXX +++ DASK_ROOT_CONFIG=/glade/u/apps/config/dask +++ export DASK_ROOT_CONFIG +++ ENV=/etc/profile.d/modules.sh +++ export ENV +++ ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk +++ export ESMFMKFILE +++ F77=gfortran +++ export F77 +++ F90=gfortran +++ export F90 +++ FC=gfortran +++ export FC +++ __LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1 +++ export __LMOD_REF_COUNT_FPATH +++ FPATH=/glade/u/apps/ch/opt/mpt/2.19/include +++ export FPATH +++ GNU_MAJOR_VERSION=8.3 +++ export GNU_MAJOR_VERSION +++ GNU_MINOR_VERSION=0 +++ export GNU_MINOR_VERSION +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:1;/glade/u/apps/ch/opt/mpt/2.19/lib:1;/glade/u/apps/ch/opt/gnu/8.3.0/lib64:1;/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:1;/ncar/opt/slurm/latest/lib:1;/glade/u/apps/ch/os/usr/lib64:1;/glade/u/apps/ch/os/usr/lib:1;/glade/u/apps/ch/os/lib64:1;/glade/u/apps/ch/os/lib:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/gnu/8.3.0:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/ch/opt/gnu/8.3.0/lib64:/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1 +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib +++ export LIBRARY_PATH +++ LMOD_COMPILER=gnu +++ export LMOD_COMPILER +++ LMOD_COMPILER_VERSION=8.3.0 +++ export LMOD_COMPILER_VERSION +++ LMOD_FAMILY_COMPILER=gnu +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=8.3.0 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=mpt +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=2.19 +++ export LMOD_FAMILY_MPI_VERSION +++ LMOD_MPI=mpt_fmods +++ export LMOD_MPI +++ LMOD_MPI_VERSION=2.19 +++ export LMOD_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ncarenv/1.3:1;gnu/8.3.0:1;mpt/2.19:1;ncarcompilers/0.5.0:1;netcdf/4.6.3:1;esmf/8.0.0:1;NCEPlibs/9.9.9:1;SIONlib/1.7.4:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ncarenv/1.3:gnu/8.3.0:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:1;/glade/u/apps/ch/opt/mpt/2.19/man:1;/glade/u/apps/ch/opt/gnu/8.3.0/share/man:1;/ncar/opt/slurm/latest/share/man:1;/usr/local/man:1;/usr/share/man:1;/opt/pbs/share/man:1;/opt/clmgr/man:1;/opt/sgi/share/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/ch/opt/gnu/8.3.0/share/man:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man +++ export MANPATH +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 +++ export MODULEPATH +++ MPICC_CC=gcc +++ export MPICC_CC +++ MPICXX_CXX=g++ +++ export MPICXX_CXX +++ MPIF08_F08=gfortran +++ export MPIF08_F08 +++ MPIF90_F90=gfortran +++ export MPIF90_F90 +++ MPI_IB_CONGESTED=1 +++ export MPI_IB_CONGESTED +++ MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19 +++ export MPI_ROOT +++ MPI_SYSLOG_COPY=2 +++ export MPI_SYSLOG_COPY +++ MPT_VERSION=2.19 +++ export MPT_VERSION +++ MP_COMPILER=gnu +++ export MP_COMPILER +++ NCAR_EXCLUDE_ASNEEDED=1 +++ export NCAR_EXCLUDE_ASNEEDED +++ NCAR_HOST=cheyenne +++ export NCAR_HOST +++ NCAR_INC_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/include +++ export NCAR_INC_GNU +++ NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include +++ export NCAR_INC_NETCDF +++ NCAR_LDFLAGS_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/lib64 +++ export NCAR_LDFLAGS_GNU +++ NCAR_LDFLAGS_GNU32=/glade/u/apps/ch/opt/gnu/8.3.0/lib64/gcc/x86_64-pc-linux-gnu/8.3.0 +++ export NCAR_LDFLAGS_GNU32 +++ NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib +++ export NCAR_LDFLAGS_NETCDF +++ NCAR_LIBS_MPT='-lrt -ldl' +++ export NCAR_LIBS_MPT +++ NCAR_LIBS_NETCDF='-Wl,-Bstatic -lnetcdff -lnetcdf -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -lsz -lz -Wl,-Bdynamic -lm -ldl' +++ export NCAR_LIBS_NETCDF +++ NCAR_RANK_MPT=1000 +++ export NCAR_RANK_MPT +++ NCAR_ROOT_GNU=/glade/u/apps/ch/opt/gnu/8.3.0/ +++ export NCAR_ROOT_GNU +++ NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19 +++ export NCAR_ROOT_MPT +++ NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/ +++ export NCAR_ROOT_NETCDF +++ NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi +++ export NCAR_WRAPPER_MPI +++ NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19 +++ export NCEPLIBS_DIR +++ NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/include +++ export NEMSIO_INC +++ NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libnemsio_d.a +++ export NEMSIO_LIB +++ NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/ +++ export NETCDF +++ OMP_NUM_THREADS=1 +++ export OMP_NUM_THREADS +++ OMP_STACKSIZE=64000K +++ export OMP_STACKSIZE +++ OSHCC_CC=gcc +++ export OSHCC_CC +++ OSHCXX_CXX=g++ +++ export OSHCXX_CXX +++ OSHF90_F90=gfortran +++ export OSHF90_F90 +++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/ch/opt/gnu/8.3.0/bin:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/ch/opt/gnu/8.3.0/bin:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin +++ export PATH +++ PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/ +++ export PERL5LIB +++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig:1 +++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH +++ PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/lib/pkgconfig +++ export PKG_CONFIG_PATH +++ SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19 +++ export SIONLIB +++ SIONLIB_INC='-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include -I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/include/mod_64' +++ export SIONLIB_INC +++ SIONLIB_LIB='-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/gnu-8.3.0/mpt-2.19/lib -lsionmpi_f90_64 -lsionser_f90_64 -lsionmpi_64 -lsiongen_64 -lsionser_64 -lsioncom_64 -lsioncom_64_lock_none' +++ export SIONLIB_LIB +++ SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libsp_v2.0.2_d.a +++ export SP_LIBd +++ W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3emc_d.a +++ export W3EMC_LIBd +++ W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/gnu-8.3.0/mpt-2.19/lib/libw3nco_d.a +++ export W3NCO_LIBd +++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 +++ export WRFIO_NCD_LARGE_FILE_SUPPORT +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/gnu/8.3.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu +++ export _ModuleTable001_ +++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s +++ export _ModuleTable002_ +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi +++ export _ModuleTable003_ +++ _ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j +++ export _ModuleTable004_ +++ _ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu +++ export _ModuleTable005_ +++ _ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl +++ export _ModuleTable006_ +++ _ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ export _ModuleTable007_ +++ _ModuleTable_Sz_=7 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ncarenv/1.3 4) ncarcompilers/0.5.0 7) NCEPlibs/9.9.9 + 2) gnu/8.3.0 5) netcdf/4.6.3 8) SIONlib/1.7.4 + 3) mpt/2.19 6) esmf/8.0.0 9) fv3 + + + ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu;' export '_ModuleTable001_;' '_ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s;' export '_ModuleTable002_;' '_ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi;' export '_ModuleTable003_;' '_ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j;' export '_ModuleTable004_;' '_ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu;' export '_ModuleTable005_;' '_ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl;' export '_ModuleTable006_;' '_ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/gnu/8.3.0:/glade/u/apps/ch/modulefiles/default/mpt/2.19/gnu/8.3.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/gnu-8.3.0/mpt-2.19 +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImdudSIsWyJtcGkiXT0ibXB0Iix9LG1UPXtOQ0VQbGlicz17WyJmbiJdPSIvZ2xhZGUvcC9yYWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2dudS04LjMuMC9tcHQtMi4xOS9OQ0VQbGlicy85LjkuOSIsWyJmdWxsTmFtZSJdPSJOQ0VQbGlicy85LjkuOSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Ik5DRVBsaWJzLzkuOS45Iix9LFNJT05saWI9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pu +++ export _ModuleTable001_ +++ _ModuleTable002_=dHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkvU0lPTmxpYi8xLjcuNCIsWyJmdWxsTmFtZSJdPSJTSU9ObGliLzEuNy40IixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iU0lPTmxpYi8xLjcuNCIsfSxlc21mPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvZ251LTguMy4wL21wdC0yLjE5L2VzbWYvOC4wLjAiLFsiZnVsbE5hbWUiXT0iZXNtZi84LjAuMCIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0s +++ export _ModuleTable002_ +++ _ModuleTable003_=ZnYzPXtbImZuIl09Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9nbnUvbW9kdWxlZmlsZXMvY2hleWVubmUuZ251L2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZ251PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMvZ251LzguMy4wLmx1YSIsWyJmdWxsTmFtZSJdPSJnbnUvOC4zLjAiLFsi +++ export _ModuleTable003_ +++ _ModuleTable004_=bG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnbnUvOC4zLjAiLH0sbXB0PXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbXB0LzIuMTkubHVhIixbImZ1bGxOYW1lIl09Im1wdC8yLjE5IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibXB0LzIuMTkiLH0sbmNhcmNvbXBpbGVycz17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvZ251LzguMy4wL25jYXJjb21waWxlcnMvMC41LjAubHVhIixbImZ1bGxOYW1lIl09Im5j +++ export _ModuleTable004_ +++ _ModuleTable005_=YXJjb21waWxlcnMvMC41LjAiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyY29tcGlsZXJzLzAuNS4wIix9LG5jYXJlbnY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2lkZXAvbmNhcmVudi8xLjMubHVhIixbImZ1bGxOYW1lIl09Im5jYXJlbnYvMS4zIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmNhcmVudi8xLjMiLH0sbmV0Y2RmPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAvbmV0Y2RmLzQu +++ export _ModuleTable005_ +++ _ModuleTable006_=Ni4zLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRjZGYvNC42LjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGYvNC42LjMiLH0sfSxtcGF0aEE9eyIvZ2xhZGUvd29yay9oZWluemVsbC9mdjMvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtdWZzLXB1YmxpYy1yZWxlYXNlLWFkZC1uby1pbmxpbmUtcG9zdC1hbmQtaW5jcmVhc2UtY2NwcC12ZXJzaW9uLW51bWJlcnMvZ251L21vZHVsZWZpbGVzL2NoZXllbm5lLmdudSIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2Rl +++ export _ModuleTable006_ +++ _ModuleTable007_=ZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9nbnUvOC4zLjAiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvZ251LzguMy4wIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9nbnUtOC4zLjAvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ export _ModuleTable007_ +++ _ModuleTable_Sz_=7 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_3 ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF +-- The C compiler identification is GNU 8.3.0 +-- The CXX compiler identification is GNU 8.3.0 +-- The Fortran compiler identification is GNU 8.3.0 +-- Check for working C compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi/mpicc +-- Check for working C compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi/mpicc -- 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: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi/mpicxx +-- Check for working CXX compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi/mpicxx -- 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: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi/mpif90 +-- Check for working Fortran compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi/mpif90 -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi/mpif90 supports Fortran 90 +-- Checking whether /glade/u/apps/ch/opt/ncarcompilers/0.5.0/gnu/8.3.0/mpi/mpif90 supports Fortran 90 -- yes +-- Found MPI_C: /usr/lib64/libpthread.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi.so +-- Found MPI_CXX: /usr/lib64/libpthread.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi++.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi.so +-- Found MPI_Fortran: /usr/lib64/libpthread.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi.so +ESMFMKFILE: /glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/mod;/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/include;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/lib +ESMF_F90ESMFLINKLIBS: -lesmf -lmpi++ -lrt -lstdc++ -ldl -lnetcdff -lnetcdf +-- Found ESMF: /glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/mod;/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/gnu-8.3.0/mpt-2.19/include;/glade/u/apps/ch/opt/netcdf/4.6.3/gnu/8.3.0/include (found version "8.0.0") + +Setting configuration for cheyenne.gnu + +C compiler: GNU 8.3.0 (mpicc) +CXX compiler: GNU 8.3.0 (mpicxx) +Fortran compiler: GNU 8.3.0 (mpif90) + +DEBUG is disabled (optimized build) +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is disabled + + +Selected physics package: gfs + +-- Detecting OpenMP flags for GNU C compiler: -fopenmp +-- Detecting OpenMP flags for GNU C++ compiler: -fopenmp +-- Detecting OpenMP flags for GNU Fortran compiler: -fopenmp +-- 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 GNU C compiler: -fopenmp +-- Detecting OpenMP flags for GNU C++ compiler: -fopenmp +-- Detecting OpenMP flags for GNU Fortran compiler: -fopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.4") +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") +-- Detecting OpenMP flags for GNU C compiler: -fopenmp +-- Detecting OpenMP flags for GNU C++ compiler: -fopenmp +-- Detecting OpenMP flags for GNU Fortran compiler: -fopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/tests/build_fv3_3 ++ make -j 3 +Scanning dependencies of target ccpp +Scanning dependencies of target fv3cpl +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +Scanning dependencies of target fms +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Linking Fortran static library libccpp.a +[ 2%] Built target ccpp +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +Scanning dependencies of target ccppphys +[ 3%] Linking Fortran static library libfv3cpl.a +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Built target fv3cpl +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: + + #define MPP_TYPE_ integer(INT_KIND) + +Warning: "MPP_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1374:0: + + #define MPP_TYPE_ logical(LONG_KIND) + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: + + #define MPI_TYPE_ MPI_INTEGER4 + +Warning: "MPI_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1376:0: + + #define MPI_TYPE_ MPI_INTEGER8 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_int8 + +Warning: "MPP_TYPE_CREATE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1385:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_int4 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: + + #define MPP_TYPE_ integer(LONG_KIND) + +Warning: "MPP_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1386:0: + + #define MPP_TYPE_ integer(INT_KIND) + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: + + #define MPI_TYPE_ MPI_INTEGER8 + +Warning: "MPI_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1387:0: + + #define MPI_TYPE_ MPI_INTEGER4 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_real4 + +Warning: "MPP_TYPE_CREATE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1390:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_int8 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: + + #define MPP_TYPE_ real(FLOAT_KIND) + +Warning: "MPP_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1391:0: + + #define MPP_TYPE_ integer(LONG_KIND) + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: + + #define MPI_TYPE_ MPI_REAL4 + +Warning: "MPI_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1392:0: + + #define MPI_TYPE_ MPI_INTEGER8 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_real8 + +Warning: "MPP_TYPE_CREATE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1395:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_real4 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: + + #define MPP_TYPE_ real(DOUBLE_KIND) + +Warning: "MPP_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1396:0: + + #define MPP_TYPE_ real(FLOAT_KIND) + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: + + #define MPI_TYPE_ MPI_REAL8 + +Warning: "MPI_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1397:0: + + #define MPI_TYPE_ MPI_REAL4 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_logical4 + +Warning: "MPP_TYPE_CREATE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1400:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_real8 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: + + #define MPP_TYPE_ logical(INT_KIND) + +Warning: "MPP_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1401:0: + + #define MPP_TYPE_ real(DOUBLE_KIND) + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: + + #define MPI_TYPE_ MPI_INTEGER4 + +Warning: "MPI_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1402:0: + + #define MPI_TYPE_ MPI_REAL8 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1410:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_logical8 + +Warning: "MPP_TYPE_CREATE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1405:0: + + #define MPP_TYPE_CREATE_ mpp_type_create_logical4 + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1411:0: + + #define MPP_TYPE_ logical(LONG_KIND) + +Warning: "MPP_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1406:0: + + #define MPP_TYPE_ logical(INT_KIND) + +note: this is the location of the previous definition +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1412:0: + + #define MPI_TYPE_ MPI_INTEGER8 + +Warning: "MPI_TYPE_" redefined +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/mpp/include/mpp_comm_mpi.inc:1407:0: + + #define MPI_TYPE_ MPI_INTEGER4 + +note: this is the location of the previous definition +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FMS/field_manager/field_manager.F90:1196:0: + + val_name = val_name(2:length-1) + +Warning: ‘__builtin_memmove’ reading 128 bytes from a region of size 127 [-Wstringop-overflow=] +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 61%] Linking Fortran static library libccppphys.a +[ 61%] Built target ccppphys +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +Scanning dependencies of target gfsphysics +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 70%] Linking Fortran static library FMS/libfms.a +[ 70%] Built target fms +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 73%] Linking Fortran static library libgfsphysics.a +[ 73%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 74%] Linking Fortran static library libccppdriver.a +[ 74%] Built target ccppdriver +[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 75%] Linking Fortran static library libipd.a +[ 75%] Built target ipd +Scanning dependencies of target io +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/io/module_write_netcdf.F90:1:29: + + !#define ESMF_ERR_ABORT(rc) \ + +Warning: backslash and newline separated by space +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 79%] Linking Fortran static library libio.a +[ 79%] Built target io +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1571:16: + + do k=km-1, km-k_inc, -1 + 1 +Warning: Deleted feature: End expression in DO loop at (1) must be integer +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:12: + + s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1575:37: + + s_fac(km-k_inc-1) = 0.5*(s_fac(km-k_inc) + s_rate) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_eta.F90:1577:11: + + do k=km-k_inc-2, 5, -1 + 1 +Warning: Deleted feature: Start expression in DO loop at (1) must be integer +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:355:46: + + iau_state%hr2=IPD_Control%iaufhrs(t2) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:357:98: + + if (is_master()) print *,'reading next increment file',trim(IPD_Control%iau_inc_files(t2)) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_iau_mod.F90:358:102: + + call read_iau_forcing(IPD_Control,iau_state%inc2,'INPUT/'//trim(IPD_Control%iau_inc_files(t2))) + 1 +Warning: Legacy Extension: REAL array index at (1) +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2361:3: + + 123 continue + 1 +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/tools/fv_nudge.F90:2413:40: + + if ( r_vor < 1250.E3 ) goto 123 + 2 +Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2) +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:649:0: + + #endif SW_DYNAMICS + +Warning: extra tokens at end of #endif directive +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1099:0: + + #endif SW_DYNAMICS + +Warning: extra tokens at end of #endif directive +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1285:0: + + #endif SW_DYNAMICS + +Warning: extra tokens at end of #endif directive +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/FV3/atmos_cubed_sphere/model/dyn_core.F90:1306:0: + + #endif SW_DYNAMICS + +Warning: extra tokens at end of #endif directive +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 87%] Linking Fortran static library libfv3core.a +[ 87%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/stochastic_physics/get_stochy_pattern.F90:329:110: + + upattern_3d(blk,:,k) = skeb_vwts(k,1)*skebu_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebu_save(blk,:,skeb_vpts(k,2)) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/stochastic_physics/get_stochy_pattern.F90:329:62: + + upattern_3d(blk,:,k) = skeb_vwts(k,1)*skebu_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebu_save(blk,:,skeb_vpts(k,2)) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/stochastic_physics/get_stochy_pattern.F90:330:110: + + vpattern_3d(blk,:,k) = skeb_vwts(k,1)*skebv_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebv_save(blk,:,skeb_vpts(k,2)) + 1 +Warning: Legacy Extension: REAL array index at (1) +/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/stochastic_physics/get_stochy_pattern.F90:330:62: + + vpattern_3d(blk,:,k) = skeb_vwts(k,1)*skebv_save(blk,:,skeb_vpts(k,1))+skeb_vwts(k,2)*skebv_save(blk,:,skeb_vpts(k,2)) + 1 +Warning: Legacy Extension: REAL array index at (1) +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Linking Fortran static library libstochastic_physics.a +[ 95%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Linking Fortran static library libfv3cap.a +[ 97%] Built target fv3cap +Scanning dependencies of target NEMS.exe +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Linking Fortran executable NEMS.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_3.exe ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/gnu/modulefiles/cheyenne.gnu/fv3 ../modules.fv3_3 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ elapsed=276 ++ echo 'Elapsed time 276 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' +Elapsed time 276 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished diff --git a/tests/Compile_cheyenne.intel.log b/tests/Compile_cheyenne.intel.log index 109898d25c..fd600b6ae3 100644 --- a/tests/Compile_cheyenne.intel.log +++ b/tests/Compile_cheyenne.intel.log @@ -1,14 +1,14 @@ + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel + MACHINE_ID=cheyenne.intel + MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta' + BUILD_NAME=fv3_1 @@ -19,8 +19,8 @@ + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests +cheyenne1 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests + echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on cheyenne.intel' Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on cheyenne.intel + '[' YES = YES ']' @@ -47,7 +47,7 @@ Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_1/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -1761,28 +1761,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_1/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_1/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\N\A\M\_\p\h\y\s\=\Y* ]] +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__28211 -++ eval 'setup__test_function__28211() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__17699 +++ eval 'setup__test_function__17699() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__28211 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__17699 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1809,20 +1808,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__28211 +++ unset setup__test_function__17699 ++ unset __ms_function_name + [[ cheyenne.intel == macosx.* ]] + [[ cheyenne.intel == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBz;' export '_ModuleTable001_;' '_ModuleTable002_=L2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJh;' export '_ModuleTable001_;' '_ModuleTable002_=c2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBz +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJh ++ export _ModuleTable001_ -++ _ModuleTable002_=L2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable002_=c2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -1830,7 +1829,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsX3B1YmxpYy1yZWxlYXNlX3VwZGF0ZS1mcm9tLWR0Yy1kZXZlbG9wLTIwMTkxMjA5L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxOYW1lIl09ImludGVsLzE5LjAuMiIsWyJs;' export '_ModuleTable003_;' '_ModuleTable004_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBpbGVycy8wLjUuMC5sdWEiLFsiZnVsbE5h;' export '_ModuleTable004_;' '_ModuleTable005_=bWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAu;' export '_ModuleTable005_;' '_ModuleTable006_=Mi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRl;' export '_ModuleTable006_;' '_ModuleTable007_=cCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO;' export '_ModuleTable003_;' '_ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp;' export '_ModuleTable004_;' '_ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm;' export '_ModuleTable005_;' '_ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w;' export '_ModuleTable006_;' '_ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor ++ export ADVISOR_2019_DIR ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a @@ -1921,9 +1920,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=icc ++ export MPICC_CC @@ -2013,23 +2012,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y ++ export _ModuleTable001_ ++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsX3B1YmxpYy1yZWxlYXNlX3VwZGF0ZS1mcm9tLWR0Yy1kZXZlbG9wLTIwMTkxMjA5L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxOYW1lIl09ImludGVsLzE5LjAuMiIsWyJs +++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO ++ export _ModuleTable003_ -++ _ModuleTable004_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBpbGVycy8wLjUuMC5sdWEiLFsiZnVsbE5h +++ _ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp ++ export _ModuleTable004_ -++ _ModuleTable005_=bWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAu +++ _ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm ++ export _ModuleTable005_ -++ _ModuleTable006_=Mi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRl +++ _ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w ++ export _ModuleTable006_ -++ _ModuleTable007_=cCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -2045,29 +2044,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsX3B1YmxpYy1yZWxlYXNlX3VwZGF0ZS1mcm9tLWR0Yy1kZXZlbG9wLTIwMTkxMjA5L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxOYW1lIl09ImludGVsLzE5LjAuMiIsWyJs;' export '_ModuleTable003_;' '_ModuleTable004_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBpbGVycy8wLjUuMC5sdWEiLFsiZnVsbE5h;' export '_ModuleTable004_;' '_ModuleTable005_=bWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAu;' export '_ModuleTable005_;' '_ModuleTable006_=Mi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRl;' export '_ModuleTable006_;' '_ModuleTable007_=cCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO;' export '_ModuleTable003_;' '_ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp;' export '_ModuleTable004_;' '_ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm;' export '_ModuleTable005_;' '_ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w;' export '_ModuleTable006_;' '_ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y ++ export _ModuleTable001_ ++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsX3B1YmxpYy1yZWxlYXNlX3VwZGF0ZS1mcm9tLWR0Yy1kZXZlbG9wLTIwMTkxMjA5L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxOYW1lIl09ImludGVsLzE5LjAuMiIsWyJs +++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO ++ export _ModuleTable003_ -++ _ModuleTable004_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBpbGVycy8wLjUuMC5sdWEiLFsiZnVsbE5h +++ _ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp ++ export _ModuleTable004_ -++ _ModuleTable005_=bWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAu +++ _ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm ++ export _ModuleTable005_ -++ _ModuleTable006_=Mi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRl +++ _ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w ++ export _ModuleTable006_ -++ _ModuleTable007_=cCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_1 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 19.0.0.20190117 -- The CXX compiler identification is Intel 19.0.0.20190117 -- The Fortran compiler identification is Intel 19.0.0.20190117 @@ -2131,74 +2130,74 @@ Selected physics package: gfs -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_1 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_1 + make -j 3 -Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl +Scanning dependencies of target ccpp [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 1%] Linking Fortran static library libccpp.a -[ 1%] Built target ccpp -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target fms +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 1%] Linking Fortran static library libccpp.a [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Built target ccpp +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Linking Fortran static library libfv3cpl.a -[ 3%] Built target fv3cpl -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Linking Fortran static library libfv3cpl.a [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Built target fv3cpl [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +Scanning dependencies of target ccppphys +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -Scanning dependencies of target ccppphys -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o @@ -2225,19 +2224,19 @@ Using allocatable derived type array members. Using cray pointers. [ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o [ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o [ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o [ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o [ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o [ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o @@ -2259,8 +2258,8 @@ Using cray pointers. [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o [ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o @@ -2328,50 +2327,50 @@ Using cray pointers. [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o [ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. @@ -2409,14 +2408,16 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o [ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o [ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o [ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o @@ -2424,79 +2425,77 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o [ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o [ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 59%] Linking Fortran static library FMS/libfms.a -[ 59%] Built target fms -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 60%] Linking Fortran static library FMS/libfms.a +[ 60%] Built target fms [ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o [ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o [ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o @@ -2524,22 +2523,22 @@ Using cray pointers. [ 68%] Linking Fortran static library libccppphys.a [ 68%] Built target ccppphys Scanning dependencies of target gfsphysics -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o [ 73%] Linking Fortran static library libgfsphysics.a @@ -2556,8 +2555,8 @@ Scanning dependencies of target ccppdriver Scanning dependencies of target io [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o Scanning dependencies of target fv3core +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o Using 8-byte addressing Using pure routines. @@ -2572,10 +2571,10 @@ Using cray pointers. [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing @@ -2598,20 +2597,20 @@ Using cray pointers. [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2620,8 +2619,8 @@ Using cray pointers. [ 87%] Built target fv3core Scanning dependencies of target stochastic_physics [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o @@ -2655,13 +2654,13 @@ Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o @@ -2675,24 +2674,24 @@ Scanning dependencies of target NEMS.exe [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_1 ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 -+ elapsed=632 -+ echo 'Elapsed time 632 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' -Elapsed time 632 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished ++ elapsed=631 ++ echo 'Elapsed time 631 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' +Elapsed time 631 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/compile_cmake.sh -+ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests -+ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests + readonly ARGC=4 + ARGC=4 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel + MACHINE_ID=cheyenne.intel + MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y' + BUILD_NAME=fv3_2 @@ -2703,8 +2702,8 @@ Elapsed time 632 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS + MAKE_THREADS=3 + MAKE_THREADS=3 + hostname -cheyenne6 -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests +cheyenne1 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests + echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on cheyenne.intel' Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on cheyenne.intel + '[' YES = YES ']' @@ -2726,10 +2725,10 @@ Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_ + [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] + CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y -++ sed 's/ .*//' ++ sed 's/.* SUITES=//' +++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_2/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -4443,28 +4442,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_2/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_2/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 -+ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__4396 -++ eval 'setup__test_function__4396() { /bin/true ; }' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__58574 +++ eval 'setup__test_function__58574() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__4396 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__58574 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -4491,20 +4489,20 @@ INFO: CCPP prebuild step completed successfully. ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__4396 +++ unset setup__test_function__58574 ++ unset __ms_function_name + [[ cheyenne.intel == macosx.* ]] + [[ cheyenne.intel == linux.* ]] -+ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel -++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBz;' export '_ModuleTable001_;' '_ModuleTable002_=L2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJh;' export '_ModuleTable001_;' '_ModuleTable002_=c2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBz +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJh ++ export _ModuleTable001_ -++ _ModuleTable002_=L2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ _ModuleTable002_=c2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -4512,7 +4510,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsX3B1YmxpYy1yZWxlYXNlX3VwZGF0ZS1mcm9tLWR0Yy1kZXZlbG9wLTIwMTkxMjA5L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxOYW1lIl09ImludGVsLzE5LjAuMiIsWyJs;' export '_ModuleTable003_;' '_ModuleTable004_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBpbGVycy8wLjUuMC5sdWEiLFsiZnVsbE5h;' export '_ModuleTable004_;' '_ModuleTable005_=bWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAu;' export '_ModuleTable005_;' '_ModuleTable006_=Mi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRl;' export '_ModuleTable006_;' '_ModuleTable007_=cCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO;' export '_ModuleTable003_;' '_ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp;' export '_ModuleTable004_;' '_ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm;' export '_ModuleTable005_;' '_ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w;' export '_ModuleTable006_;' '_ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' ++ ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor ++ export ADVISOR_2019_DIR ++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a @@ -4603,9 +4601,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH ++ MPICC_CC=icc ++ export MPICC_CC @@ -4695,23 +4693,23 @@ INFO: CCPP prebuild step completed successfully. ++ export W3NCO_LIBd ++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 ++ export WRFIO_NCD_LARGE_FILE_SUPPORT -++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3 +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y ++ export _ModuleTable001_ ++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsX3B1YmxpYy1yZWxlYXNlX3VwZGF0ZS1mcm9tLWR0Yy1kZXZlbG9wLTIwMTkxMjA5L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxOYW1lIl09ImludGVsLzE5LjAuMiIsWyJs +++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO ++ export _ModuleTable003_ -++ _ModuleTable004_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBpbGVycy8wLjUuMC5sdWEiLFsiZnVsbE5h +++ _ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp ++ export _ModuleTable004_ -++ _ModuleTable005_=bWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAu +++ _ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm ++ export _ModuleTable005_ -++ _ModuleTable006_=Mi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRl +++ _ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w ++ export _ModuleTable006_ -++ _ModuleTable007_=cCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ @@ -4727,29 +4725,29 @@ Currently Loaded Modules: -+ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsX3B1YmxpYy1yZWxlYXNlX3VwZGF0ZS1mcm9tLWR0Yy1kZXZlbG9wLTIwMTkxMjA5L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxOYW1lIl09ImludGVsLzE5LjAuMiIsWyJs;' export '_ModuleTable003_;' '_ModuleTable004_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBpbGVycy8wLjUuMC5sdWEiLFsiZnVsbE5h;' export '_ModuleTable004_;' '_ModuleTable005_=bWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAu;' export '_ModuleTable005_;' '_ModuleTable006_=Mi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRl;' export '_ModuleTable006_;' '_ModuleTable007_=cCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' -++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO;' export '_ModuleTable003_;' '_ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp;' export '_ModuleTable004_;' '_ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm;' export '_ModuleTable005_;' '_ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w;' export '_ModuleTable006_;' '_ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y ++ export _ModuleTable001_ ++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt ++ export _ModuleTable002_ -++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsX3B1YmxpYy1yZWxlYXNlX3VwZGF0ZS1mcm9tLWR0Yy1kZXZlbG9wLTIwMTkxMjA5L2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxOYW1lIl09ImludGVsLzE5LjAuMiIsWyJs +++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO ++ export _ModuleTable003_ -++ _ModuleTable004_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBpbGVycy8wLjUuMC5sdWEiLFsiZnVsbE5h +++ _ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp ++ export _ModuleTable004_ -++ _ModuleTable005_=bWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAu +++ _ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm ++ export _ModuleTable005_ -++ _ModuleTable006_=Mi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbF9wdWJsaWMtcmVsZWFzZV91cGRhdGUtZnJvbS1kdGMtZGV2ZWxvcC0yMDE5MTIwOS9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRl +++ _ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w ++ export _ModuleTable006_ -++ _ModuleTable007_=cCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ _ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== ++ export _ModuleTable007_ ++ _ModuleTable_Sz_=7 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_2 -+ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 19.0.0.20190117 -- The CXX compiler identification is Intel 19.0.0.20190117 -- The Fortran compiler identification is Intel 19.0.0.20190117 @@ -4813,72 +4811,71 @@ Selected physics package: gfs -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer -- Configuring done -- Generating done --- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/tests/build_fv3_2 +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_2 + make -j 3 -Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl +Scanning dependencies of target ccpp [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o Scanning dependencies of target fms [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Linking Fortran static library libccpp.a +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Built target ccpp [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 1%] Linking Fortran static library libccpp.a +[ 1%] Built target ccpp +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Linking Fortran static library libfv3cpl.a -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Built target fv3cpl -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Scanning dependencies of target ccppphys +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Linking Fortran static library libfv3cpl.a +Scanning dependencies of target ccppphys +[ 3%] Built target fv3cpl +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o [ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o fpp: warning: keyword redefined: STATIC -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o [ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o [ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o mpp_comm_mpi.inc(1386): #warning: macro redefined: MPP_TYPE_ mpp_comm_mpi.inc(1387): #warning: macro redefined: MPI_TYPE_ mpp_comm_mpi.inc(1390): #warning: macro redefined: MPP_TYPE_CREATE_ @@ -4896,15 +4893,16 @@ mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o [ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o fpp: warning: keyword redefined: STATIC -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o [ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o [ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o fpp: warning: keyword redefined: STATIC [ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o [ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o @@ -4940,8 +4938,8 @@ fpp: warning: keyword redefined: STATIC [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o [ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o [ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o @@ -4979,8 +4977,8 @@ fpp: warning: keyword redefined: STATIC [ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o [ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o [ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -fpp: warning: keyword redefined: STATIC [ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +fpp: warning: keyword redefined: STATIC [ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o [ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o [ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o @@ -5009,21 +5007,21 @@ fpp: warning: keyword redefined: STATIC [ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o fpp: warning: keyword redefined: STATIC [ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o [ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o [ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o [ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o @@ -5046,8 +5044,8 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o [ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o [ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o [ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o @@ -5062,104 +5060,104 @@ Using cray pointers. [ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o [ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o [ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o [ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o [ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -fpp: warning: keyword redefined: STATIC -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +fpp: warning: keyword redefined: STATIC [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -fpp: warning: keyword redefined: STATIC +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o fpp: warning: keyword redefined: STATIC -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o [ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +fpp: warning: keyword redefined: STATIC +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -fpp: warning: keyword redefined: STATIC [ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +fpp: warning: keyword redefined: STATIC +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o [ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o [ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o [ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o @@ -5171,7 +5169,7 @@ Using cray pointers. [ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o [ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o [ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o [ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o @@ -5179,38 +5177,38 @@ Using cray pointers. [ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o fpp: warning: keyword redefined: STATIC [ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 59%] Linking Fortran static library libccppphys.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 59%] Built target ccppphys -Scanning dependencies of target gfsphysics -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -fpp: warning: keyword redefined: STATIC -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 59%] Linking Fortran static library libccppphys.a +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 60%] Built target ccppphys +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +Scanning dependencies of target gfsphysics +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +fpp: warning: keyword redefined: STATIC +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -5219,21 +5217,21 @@ Using cray pointers. [ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o [ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o [ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o [ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o [ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o @@ -5253,9 +5251,9 @@ Using cray pointers. [ 72%] Linking Fortran static library FMS/libfms.a [ 72%] Built target fms [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o [ 73%] Linking Fortran static library libgfsphysics.a [ 73%] Built target gfsphysics @@ -5269,20 +5267,20 @@ Scanning dependencies of target ccppdriver [ 75%] Linking Fortran static library libipd.a [ 75%] Built target ipd Scanning dependencies of target io -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o Scanning dependencies of target fv3core -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o @@ -5300,8 +5298,8 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o @@ -5310,11 +5308,11 @@ Using cray pointers. [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o [ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o @@ -5322,8 +5320,8 @@ Using cray pointers. [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o @@ -5335,8 +5333,8 @@ Using cray pointers. [ 87%] Built target fv3core Scanning dependencies of target stochastic_physics [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o @@ -5361,8 +5359,8 @@ fpp: warning: keyword redefined: STATIC [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a @@ -5371,14 +5369,14 @@ Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o @@ -5386,15 +5384,3567 @@ Scanning dependencies of target NEMS.exe [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_2.exe -+ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model_public-release_update-from-dtc-develop-20191209/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_2 ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_2 + elapsed=158 + echo 'Elapsed time 158 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished' Elapsed time 158 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished ++ SECONDS=0 ++++ readlink -f ./compile_cmake.sh +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel ++ MACHINE_ID=cheyenne.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y' ++ BUILD_NAME=fv3_3 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_3 ++ [[ cheyenne.intel == cheyenne.* ]] ++ MAKE_THREADS=3 ++ MAKE_THREADS=3 ++ hostname +cheyenne1 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_3.exe on cheyenne.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_3.exe on cheyenne.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ mkdir -p build_fv3_3 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_3/FV3 +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v16beta.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name 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 du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics 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 slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name 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 evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_3/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme dcyc2t3_post +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_ozone_physics +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_shoc_after_convection +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_3/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 164 schemes to tests/build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_3/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 12 auto-generated caps to tests/build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' ++ source build_fv3_3/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__17892 +++ eval 'setup__test_function__17892() { /bin/true ; }' ++++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' ++++ cat +++ __ms_ksh_test= ++++ eval 'if ( set | grep setup__test_function__17892 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] +++ [[ -d /glade ]] +++ eval module help +++ module purge ++++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash purge +++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable001_;' '_ModuleTable_Sz_=1;' export '_ModuleTable_Sz_;' ++++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++++ export MODULEPATH ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++++ export _ModuleTable001_ ++++ _ModuleTable_Sz_=1 ++++ export _ModuleTable_Sz_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__17892 +++ unset __ms_function_name ++ [[ cheyenne.intel == macosx.* ]] ++ [[ cheyenne.intel == linux.* ]] ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJh;' export '_ModuleTable001_;' '_ModuleTable002_=c2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJh +++ export _ModuleTable001_ +++ _ModuleTable002_=c2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO;' export '_ModuleTable003_;' '_ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp;' export '_ModuleTable004_;' '_ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm;' export '_ModuleTable005_;' '_ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w;' export '_ModuleTable006_;' '_ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' +++ ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor +++ export ADVISOR_2019_DIR +++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a +++ export BACIO_LIB4 +++ CC=icc +++ export CC +++ CESMDATAROOT=/glade/p/cesmdata/cseg +++ export CESMDATAROOT +++ CESMROOT=/glade/p/cesm +++ export CESMROOT +++ CMAKE_CXX_COMPILER=mpicxx +++ export CMAKE_CXX_COMPILER +++ CMAKE_C_COMPILER=mpicc +++ export CMAKE_C_COMPILER +++ CMAKE_Fortran_COMPILER=mpif90 +++ export CMAKE_Fortran_COMPILER +++ CMAKE_Platform=cheyenne.intel +++ export CMAKE_Platform +++ COMPILER=intel +++ export COMPILER +++ COMPILER_VERSION=19.0.2 +++ export COMPILER_VERSION +++ __LMOD_REF_COUNT_CPATH='/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1;/glade/u/apps/ch/opt/mpt/2.19/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include +++ export CPATH +++ CXX=icpc +++ export CXX +++ DASK_ROOT_CONFIG=/glade/u/apps/config/dask +++ export DASK_ROOT_CONFIG +++ ENV=/etc/profile.d/modules.sh +++ export ENV +++ ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk +++ export ESMFMKFILE +++ F77=ifort +++ export F77 +++ F90=ifort +++ export F90 +++ FC=ifort +++ export FC +++ __LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1 +++ export __LMOD_REF_COUNT_FPATH +++ FPATH=/glade/u/apps/ch/opt/mpt/2.19/include +++ export FPATH +++ INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector +++ export INSPECTOR_2019_DIR +++ INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2 +++ export INTEL_BASE_PATH +++ INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux +++ export INTEL_COMPILER_BASE_PATH +++ INTEL_LICENSE_FILE=28518@128.117.177.41 +++ export INTEL_LICENSE_FILE +++ INTEL_MAJOR_VERSION=19.0 +++ export INTEL_MAJOR_VERSION +++ INTEL_MINOR_VERSION=0.2 +++ export INTEL_MINOR_VERSION +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1;/glade/u/apps/ch/opt/mpt/2.19/lib:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1;/ncar/opt/slurm/latest/lib:1;/glade/u/apps/ch/os/usr/lib64:1;/glade/u/apps/ch/os/usr/lib:1;/glade/u/apps/ch/os/lib64:1;/glade/u/apps/ch/os/lib:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1 +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib +++ export LIBRARY_PATH +++ LMOD_COMPILER=intel +++ export LMOD_COMPILER +++ LMOD_COMPILER_VERSION=19.0.2 +++ export LMOD_COMPILER_VERSION +++ LMOD_FAMILY_COMPILER=intel +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=19.0.2 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=mpt +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=2.19 +++ export LMOD_FAMILY_MPI_VERSION +++ LMOD_MPI=mpt_fmods +++ export LMOD_MPI +++ LMOD_MPI_VERSION=2.19 +++ export LMOD_MPI_VERSION +++ LM_LICENSE_FILE=28518@128.117.177.41 +++ export LM_LICENSE_FILE +++ __LMOD_REF_COUNT_LOADEDMODULES='ncarenv/1.3:1;intel/19.0.2:1;mpt/2.19:1;ncarcompilers/0.5.0:1;netcdf/4.6.3:1;esmf/8.0.0:1;NCEPlibs/9.9.9:1;SIONlib/1.7.4:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1;/glade/u/apps/ch/opt/mpt/2.19/man:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1;/ncar/opt/slurm/latest/share/man:1;/usr/local/man:1;/usr/share/man:1;/opt/pbs/share/man:1;/opt/clmgr/man:1;/opt/sgi/share/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man +++ export MANPATH +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ export MODULEPATH +++ MPICC_CC=icc +++ export MPICC_CC +++ MPICXX_CXX=icpc +++ export MPICXX_CXX +++ MPIF08_F08=ifort +++ export MPIF08_F08 +++ MPIF90_F90=ifort +++ export MPIF90_F90 +++ MPI_IB_CONGESTED=1 +++ export MPI_IB_CONGESTED +++ MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19 +++ export MPI_ROOT +++ MPI_SYSLOG_COPY=2 +++ export MPI_SYSLOG_COPY +++ MPT_VERSION=2.19 +++ export MPT_VERSION +++ MP_COMPILER=intel +++ export MP_COMPILER +++ NCAR_EXCLUDE_ASNEEDED=1 +++ export NCAR_EXCLUDE_ASNEEDED +++ NCAR_HOST=cheyenne +++ export NCAR_HOST +++ NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include +++ export NCAR_INC_NETCDF +++ NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib +++ export NCAR_LDFLAGS_NETCDF +++ NCAR_LIBS_MPT='-lrt -ldl' +++ export NCAR_LIBS_MPT +++ NCAR_LIBS_NETCDF='-Wl,-Bstatic -lnetcdff -lnetcdf -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -lsz -lz -Wl,-Bdynamic -lm -ldl' +++ export NCAR_LIBS_NETCDF +++ NCAR_RANK_MPT=1000 +++ export NCAR_RANK_MPT +++ NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2 +++ export NCAR_ROOT_INTEL +++ NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19 +++ export NCAR_ROOT_MPT +++ NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/ +++ export NCAR_ROOT_NETCDF +++ NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi +++ export NCAR_WRAPPER_MPI +++ NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19 +++ export NCEPLIBS_DIR +++ NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include +++ export NEMSIO_INC +++ NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a +++ export NEMSIO_LIB +++ NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/ +++ export NETCDF +++ __LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1 +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N +++ export NLSPATH +++ OMP_NUM_THREADS=1 +++ export OMP_NUM_THREADS +++ OMP_STACKSIZE=64000K +++ export OMP_STACKSIZE +++ OSHCC_CC=icc +++ export OSHCC_CC +++ OSHCXX_CXX=icpc +++ export OSHCXX_CXX +++ OSHF90_F90=ifort +++ export OSHF90_F90 +++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin +++ export PATH +++ PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/ +++ export PERL5LIB +++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1 +++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH +++ PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig +++ export PKG_CONFIG_PATH +++ SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19 +++ export SIONLIB +++ SIONLIB_INC='-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include -I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64' +++ export SIONLIB_INC +++ SIONLIB_LIB='-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib -lsionmpi_f90_64 -lsionser_f90_64 -lsionmpi_64 -lsiongen_64 -lsionser_64 -lsioncom_64 -lsioncom_64_lock_none' +++ export SIONLIB_LIB +++ SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a +++ export SP_LIBd +++ VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier +++ export VTUNE_AMPLIFIER_2019_DIR +++ W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a +++ export W3EMC_LIBd +++ W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a +++ export W3NCO_LIBd +++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 +++ export WRFIO_NCD_LARGE_FILE_SUPPORT +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ export _ModuleTable001_ +++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ export _ModuleTable002_ +++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO +++ export _ModuleTable003_ +++ _ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp +++ export _ModuleTable004_ +++ _ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm +++ export _ModuleTable005_ +++ _ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w +++ export _ModuleTable006_ +++ _ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ export _ModuleTable007_ +++ _ModuleTable_Sz_=7 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ncarenv/1.3 4) ncarcompilers/0.5.0 7) NCEPlibs/9.9.9 + 2) intel/19.0.2 5) netcdf/4.6.3 8) SIONlib/1.7.4 + 3) mpt/2.19 6) esmf/8.0.0 9) fv3 + + + ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO;' export '_ModuleTable003_;' '_ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp;' export '_ModuleTable004_;' '_ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm;' export '_ModuleTable005_;' '_ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w;' export '_ModuleTable006_;' '_ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ export _ModuleTable001_ +++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ export _ModuleTable002_ +++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO +++ export _ModuleTable003_ +++ _ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp +++ export _ModuleTable004_ +++ _ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm +++ export _ModuleTable005_ +++ _ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w +++ export _ModuleTable006_ +++ _ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ export _ModuleTable007_ +++ _ModuleTable_Sz_=7 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_3 ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF +-- The C compiler identification is Intel 19.0.0.20190117 +-- The CXX compiler identification is Intel 19.0.0.20190117 +-- The Fortran compiler identification is Intel 19.0.0.20190117 +-- Check for working C compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpicc +-- Check for working C compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working CXX compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpicxx +-- Check for working CXX compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpicxx -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working Fortran compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpif90 +-- Check for working Fortran compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpif90 -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpif90 supports Fortran 90 +-- Checking whether /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpif90 supports Fortran 90 -- yes +-- Found MPI_C: /usr/lib64/libpthread.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi.so +-- Found MPI_CXX: /usr/lib64/libpthread.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi++.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi.so +-- Found MPI_Fortran: /usr/lib64/libpthread.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi.so +ESMFMKFILE: /glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/mod;/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/include;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib +ESMF_F90ESMFLINKLIBS: -lesmf -lmpi++ -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/mod;/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/include;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include (found version "8.0.0") + +Setting configuration for cheyenne.intel + +C compiler: Intel 19.0.0.20190117 (mpicc) +CXX compiler: Intel 19.0.0.20190117 (mpicxx) +Fortran compiler: Intel 19.0.0.20190117 (mpif90) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is disabled + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.4") +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +INFOGot CCPP_SCHEMES from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aer_cloud.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerclm_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/aerinterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cldmacro.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/date_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/funcphys.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcycle.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2o_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccn_def.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iccninterp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/iounitdef.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/machine.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbl.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/multi_gases.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpblt.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfpbltq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscu.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mfscuq.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/num_parthds.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozne_def.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozinterp.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physcons.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/physparam.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radcons.f90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_gases.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radiation_surface.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_param.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfaerosols.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfcsub.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sflx.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/tridi.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/wv_saturation.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radsw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdc.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gscond.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_sice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/precpd.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/radlw_main.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cs_conv.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/h2ophys.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_nst.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninedmf.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diff.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/m_micro.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/gwdps.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/drag_suite.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_cice.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/cnvc90.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/sfc_drv.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/dcyc2.f;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_3 ++ make -j 3 +Scanning dependencies of target ccpp +Scanning dependencies of target fv3cpl +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +Scanning dependencies of target fms +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Linking Fortran static library libccpp.a +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Built target ccpp +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +Scanning dependencies of target ccppphys +[ 3%] Linking Fortran static library libfv3cpl.a +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Built target fv3cpl +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 61%] Linking Fortran static library FMS/libfms.a +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 61%] Built target fms +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 68%] Linking Fortran static library libccppphys.a +[ 68%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 73%] Linking Fortran static library libgfsphysics.a +[ 73%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 74%] Linking Fortran static library libccppdriver.a +[ 74%] Built target ccppdriver +[ 75%] Linking Fortran static library libipd.a +[ 75%] Built target ipd +Scanning dependencies of target io +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +Scanning dependencies of target fv3core +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 80%] Linking Fortran static library libio.a +[ 80%] Built target io +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 87%] Linking Fortran static library libfv3core.a +[ 87%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Linking Fortran static library libstochastic_physics.a +[ 95%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Linking Fortran static library libfv3cap.a +[ 97%] Built target fv3cap +Scanning dependencies of target NEMS.exe +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Linking Fortran executable NEMS.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_3.exe ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_3 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ elapsed=585 ++ echo 'Elapsed time 585 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' +Elapsed time 585 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished ++ SECONDS=0 ++++ readlink -f ./compile_cmake.sh +++ dirname /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/compile_cmake.sh ++ readonly MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ MYDIR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel ++ MACHINE_ID=cheyenne.intel ++ MAKE_OPT=REPRO=Y ++ BUILD_NAME=fv3_4 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_4 ++ [[ cheyenne.intel == cheyenne.* ]] ++ MAKE_THREADS=3 ++ MAKE_THREADS=3 ++ hostname +cheyenne1 ++ cd /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests ++ echo 'Compiling REPRO=Y into fv3_4.exe on cheyenne.intel' +Compiling REPRO=Y into fv3_4.exe on cheyenne.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_4 ++ mkdir -p build_fv3_4 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y == *\C\C\P\P\=\Y* ]] +++ trim ' -DREPRO=Y' +++ local 'var= -DREPRO=Y' +++ var=-DREPRO=Y +++ var=-DREPRO=Y +++ echo -n -DREPRO=Y ++ CCPP_CMAKE_FLAGS=-DREPRO=Y ++ source /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__64505 +++ eval 'setup__test_function__64505() { /bin/true ; }' ++++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' ++++ cat +++ __ms_ksh_test= ++++ eval 'if ( set | grep setup__test_function__64505 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] +++ [[ -d /glade ]] +++ eval module help +++ module purge ++++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash purge +++ eval 'MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable001_;' '_ModuleTable_Sz_=1;' export '_ModuleTable_Sz_;' ++++ MODULEPATH=/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep ++++ export MODULEPATH ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 ++++ export _ModuleTable001_ ++++ _ModuleTable_Sz_=1 ++++ export _ModuleTable_Sz_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__64505 +++ unset __ms_function_name ++ [[ cheyenne.intel == macosx.* ]] ++ [[ cheyenne.intel == linux.* ]] ++ module use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash use /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJh;' export '_ModuleTable001_;' '_ModuleTable002_=c2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9;' export '_ModuleTable002_;' '_ModuleTable_Sz_=2;' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21waWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfSxbInN5c3RlbUJh +++ export _ModuleTable001_ +++ _ModuleTable002_=c2VNUEFUSCJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvY29tcGlsZXJzOi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pZGVwIix9 +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor;' export 'ADVISOR_2019_DIR;' 'BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a;' export 'BACIO_LIB4;' 'CC=icc;' export 'CC;' 'CESMDATAROOT=/glade/p/cesmdata/cseg;' export 'CESMDATAROOT;' 'CESMROOT=/glade/p/cesm;' export 'CESMROOT;' 'CMAKE_CXX_COMPILER=mpicxx;' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER=mpicc;' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER=mpif90;' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform=cheyenne.intel;' export 'CMAKE_Platform;' 'COMPILER=intel;' export 'COMPILER;' 'COMPILER_VERSION=19.0.2;' export 'COMPILER_VERSION;' '__LMOD_REF_COUNT_CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_CPATH;' 'CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include;' export 'CPATH;' 'CXX=icpc;' export 'CXX;' 'DASK_ROOT_CONFIG=/glade/u/apps/config/dask;' export 'DASK_ROOT_CONFIG;' 'ENV=/etc/profile.d/modules.sh;' export 'ENV;' 'ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk;' export 'ESMFMKFILE;' 'F77=ifort;' export 'F77;' 'F90=ifort;' export 'F90;' 'FC=ifort;' export 'FC;' '__LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1;' export '__LMOD_REF_COUNT_FPATH;' 'FPATH=/glade/u/apps/ch/opt/mpt/2.19/include;' export 'FPATH;' 'INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector;' export 'INSPECTOR_2019_DIR;' 'INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2;' export 'INTEL_BASE_PATH;' 'INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux;' export 'INTEL_COMPILER_BASE_PATH;' 'INTEL_LICENSE_FILE=28518@128.117.177.41;' export 'INTEL_LICENSE_FILE;' 'INTEL_MAJOR_VERSION=19.0;' export 'INTEL_MAJOR_VERSION;' 'INTEL_MINOR_VERSION=0.2;' export 'INTEL_MINOR_VERSION;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1\;/glade/u/apps/ch/opt/mpt/2.19/lib:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1\;/ncar/opt/slurm/latest/lib:1\;/glade/u/apps/ch/os/usr/lib64:1\;/glade/u/apps/ch/os/usr/lib:1\;/glade/u/apps/ch/os/lib64:1\;/glade/u/apps/ch/os/lib:1;' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib;' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1;' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib;' export 'LIBRARY_PATH;' 'LMOD_COMPILER=intel;' export 'LMOD_COMPILER;' 'LMOD_COMPILER_VERSION=19.0.2;' export 'LMOD_COMPILER_VERSION;' 'LMOD_FAMILY_COMPILER=intel;' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION=19.0.2;' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI=mpt;' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION=2.19;' export 'LMOD_FAMILY_MPI_VERSION;' 'LMOD_MPI=mpt_fmods;' export 'LMOD_MPI;' 'LMOD_MPI_VERSION=2.19;' export 'LMOD_MPI_VERSION;' 'LM_LICENSE_FILE=28518@128.117.177.41;' export 'LM_LICENSE_FILE;' '__LMOD_REF_COUNT_LOADEDMODULES=ncarenv/1.3:1\;intel/19.0.2:1\;mpt/2.19:1\;ncarcompilers/0.5.0:1\;netcdf/4.6.3:1\;esmf/8.0.0:1\;NCEPlibs/9.9.9:1\;SIONlib/1.7.4:1\;fv3:1;' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3;' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1\;/glade/u/apps/ch/opt/mpt/2.19/man:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1\;/ncar/opt/slurm/latest/share/man:1\;/usr/local/man:1\;/usr/share/man:1\;/opt/pbs/share/man:1\;/opt/clmgr/man:1\;/opt/sgi/share/man:1;' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man;' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1\;/glade/u/apps/ch/modulefiles/default/compilers:1\;/glade/u/apps/ch/modulefiles/default/idep:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1\;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1;' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' 'MPICC_CC=icc;' export 'MPICC_CC;' 'MPICXX_CXX=icpc;' export 'MPICXX_CXX;' 'MPIF08_F08=ifort;' export 'MPIF08_F08;' 'MPIF90_F90=ifort;' export 'MPIF90_F90;' 'MPI_IB_CONGESTED=1;' export 'MPI_IB_CONGESTED;' 'MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19;' export 'MPI_ROOT;' 'MPI_SYSLOG_COPY=2;' export 'MPI_SYSLOG_COPY;' 'MPT_VERSION=2.19;' export 'MPT_VERSION;' 'MP_COMPILER=intel;' export 'MP_COMPILER;' 'NCAR_EXCLUDE_ASNEEDED=1;' export 'NCAR_EXCLUDE_ASNEEDED;' 'NCAR_HOST=cheyenne;' export 'NCAR_HOST;' 'NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include;' export 'NCAR_INC_NETCDF;' 'NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib;' export 'NCAR_LDFLAGS_NETCDF;' 'NCAR_LIBS_MPT=-lrt\' '-ldl;' export 'NCAR_LIBS_MPT;' 'NCAR_LIBS_NETCDF=-Wl,-Bstatic\' '-lnetcdff\' '-lnetcdf\' '-lhdf5hl_fortran\' '-lhdf5_hl\' '-lhdf5_fortran\' '-lhdf5\' '-lsz\' '-lz\' '-Wl,-Bdynamic\' '-lm\' '-ldl;' export 'NCAR_LIBS_NETCDF;' 'NCAR_RANK_MPT=1000;' export 'NCAR_RANK_MPT;' 'NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2;' export 'NCAR_ROOT_INTEL;' 'NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19;' export 'NCAR_ROOT_MPT;' 'NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NCAR_ROOT_NETCDF;' 'NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi;' export 'NCAR_WRAPPER_MPI;' 'NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19;' export 'NCEPLIBS_DIR;' 'NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include;' export 'NEMSIO_INC;' 'NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a;' export 'NEMSIO_LIB;' 'NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/;' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1;' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N;' export 'NLSPATH;' 'OMP_NUM_THREADS=1;' export 'OMP_NUM_THREADS;' 'OMP_STACKSIZE=64000K;' export 'OMP_STACKSIZE;' 'OSHCC_CC=icc;' export 'OSHCC_CC;' 'OSHCXX_CXX=icpc;' export 'OSHCXX_CXX;' 'OSHF90_F90=ifort;' export 'OSHF90_F90;' '__LMOD_REF_COUNT_PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1\;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1\;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1\;/glade/u/apps/ch/opt/mpt/2.19/bin:1\;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1\;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1\;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1\;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1\;/glade/u/apps/opt/globus-utils:1\;/glade/u/apps/ch/opt/usr/bin:1\;/ncar/opt/slurm/latest/bin:1\;/opt/clmgr/sbin:1\;/opt/clmgr/bin:1\;/opt/sgi/sbin:1\;/opt/sgi/bin:1\;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1\;/glade/u/home/heinzell/bin:1\;/usr/local/bin:1\;/usr/bin:1\;/bin:2\;/usr/bin/X11:1\;/usr/games:1\;/opt/ibutils/bin:1\;/usr/lib/mit/bin:1\;/opt/pbs/bin:1\;/sbin:1\;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1\;/glade/u/apps/ch/os/usr/bin:1;' export '__LMOD_REF_COUNT_PATH;' 'PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin;' export 'PATH;' 'PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/;' export 'PERL5LIB;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1;' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig;' export 'PKG_CONFIG_PATH;' 'SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19;' export 'SIONLIB;' 'SIONLIB_INC=-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include\' '-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64;' export 'SIONLIB_INC;' 'SIONLIB_LIB=-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib\' '-lsionmpi_f90_64\' '-lsionser_f90_64\' '-lsionmpi_64\' '-lsiongen_64\' '-lsionser_64\' '-lsioncom_64\' '-lsioncom_64_lock_none;' export 'SIONLIB_LIB;' 'SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a;' export 'SP_LIBd;' 'VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier;' export 'VTUNE_AMPLIFIER_2019_DIR;' 'W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a;' export 'W3EMC_LIBd;' 'W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a;' export 'W3NCO_LIBd;' 'WRFIO_NCD_LARGE_FILE_SUPPORT=1;' export 'WRFIO_NCD_LARGE_FILE_SUPPORT;' '__LMOD_REF_COUNT__LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1\;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1\;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1\;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1\;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3:1;' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3;' export '_LMFILES_;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO;' export '_ModuleTable003_;' '_ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp;' export '_ModuleTable004_;' '_ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm;' export '_ModuleTable005_;' '_ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w;' export '_ModuleTable006_;' '_ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' ncar_pylib '()' '{' . '/glade/u/apps/opt/ncar_pylib/ncar_pylib;' '};' +++ ADVISOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/advisor +++ export ADVISOR_2019_DIR +++ BACIO_LIB4=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libbacio_4.a +++ export BACIO_LIB4 +++ CC=icc +++ export CC +++ CESMDATAROOT=/glade/p/cesmdata/cseg +++ export CESMDATAROOT +++ CESMROOT=/glade/p/cesm +++ export CESMROOT +++ CMAKE_CXX_COMPILER=mpicxx +++ export CMAKE_CXX_COMPILER +++ CMAKE_C_COMPILER=mpicc +++ export CMAKE_C_COMPILER +++ CMAKE_Fortran_COMPILER=mpif90 +++ export CMAKE_Fortran_COMPILER +++ CMAKE_Platform=cheyenne.intel +++ export CMAKE_Platform +++ COMPILER=intel +++ export COMPILER +++ COMPILER_VERSION=19.0.2 +++ export COMPILER_VERSION +++ __LMOD_REF_COUNT_CPATH='/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1;/glade/u/apps/ch/opt/mpt/2.19/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/include +++ export CPATH +++ CXX=icpc +++ export CXX +++ DASK_ROOT_CONFIG=/glade/u/apps/config/dask +++ export DASK_ROOT_CONFIG +++ ENV=/etc/profile.d/modules.sh +++ export ENV +++ ESMFMKFILE=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk +++ export ESMFMKFILE +++ F77=ifort +++ export F77 +++ F90=ifort +++ export F90 +++ FC=ifort +++ export FC +++ __LMOD_REF_COUNT_FPATH=/glade/u/apps/ch/opt/mpt/2.19/include:1 +++ export __LMOD_REF_COUNT_FPATH +++ FPATH=/glade/u/apps/ch/opt/mpt/2.19/include +++ export FPATH +++ INSPECTOR_2019_DIR=/glade/u/apps/opt/intel/2019u2/inspector +++ export INSPECTOR_2019_DIR +++ INTEL_BASE_PATH=/glade/u/apps/opt/intel/2019u2 +++ export INTEL_BASE_PATH +++ INTEL_COMPILER_BASE_PATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux +++ export INTEL_COMPILER_BASE_PATH +++ INTEL_LICENSE_FILE=28518@128.117.177.41 +++ export INTEL_LICENSE_FILE +++ INTEL_MAJOR_VERSION=19.0 +++ export INTEL_MAJOR_VERSION +++ INTEL_MINOR_VERSION=0.2 +++ export INTEL_MINOR_VERSION +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:1;/glade/u/apps/ch/opt/mpt/2.19/lib:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:1;/ncar/opt/slurm/latest/lib:1;/glade/u/apps/ch/os/usr/lib64:1;/glade/u/apps/ch/os/usr/lib:1;/glade/u/apps/ch/os/lib64:1;/glade/u/apps/ch/os/lib:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt_fmods/2.19/intel/19.0.2:/glade/u/apps/ch/opt/mpt/2.19/lib:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64:/ncar/opt/slurm/latest/lib:/glade/u/apps/ch/os/usr/lib64:/glade/u/apps/ch/os/usr/lib:/glade/u/apps/ch/os/lib64:/glade/u/apps/ch/os/lib +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib:1 +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/glade/u/apps/ch/opt/mpt/2.19/lib +++ export LIBRARY_PATH +++ LMOD_COMPILER=intel +++ export LMOD_COMPILER +++ LMOD_COMPILER_VERSION=19.0.2 +++ export LMOD_COMPILER_VERSION +++ LMOD_FAMILY_COMPILER=intel +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=19.0.2 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=mpt +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=2.19 +++ export LMOD_FAMILY_MPI_VERSION +++ LMOD_MPI=mpt_fmods +++ export LMOD_MPI +++ LMOD_MPI_VERSION=2.19 +++ export LMOD_MPI_VERSION +++ LM_LICENSE_FILE=28518@128.117.177.41 +++ export LM_LICENSE_FILE +++ __LMOD_REF_COUNT_LOADEDMODULES='ncarenv/1.3:1;intel/19.0.2:1;mpt/2.19:1;ncarcompilers/0.5.0:1;netcdf/4.6.3:1;esmf/8.0.0:1;NCEPlibs/9.9.9:1;SIONlib/1.7.4:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ncarenv/1.3:intel/19.0.2:mpt/2.19:ncarcompilers/0.5.0:netcdf/4.6.3:esmf/8.0.0:NCEPlibs/9.9.9:SIONlib/1.7.4:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:1;/glade/u/apps/ch/opt/mpt/2.19/man:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:1;/ncar/opt/slurm/latest/share/man:1;/usr/local/man:1;/usr/share/man:1;/opt/pbs/share/man:1;/opt/clmgr/man:1;/opt/sgi/share/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/share/man:/glade/u/apps/ch/opt/mpt/2.19/man:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/man/common:/ncar/opt/slurm/latest/share/man:/usr/local/man:/usr/share/man:/opt/pbs/share/man:/opt/clmgr/man:/opt/sgi/share/man +++ export MANPATH +++ __LMOD_REF_COUNT_MODULEPATH='/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:1;/glade/u/apps/ch/modulefiles/default/compilers:1;/glade/u/apps/ch/modulefiles/default/idep:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2:1;/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ export MODULEPATH +++ MPICC_CC=icc +++ export MPICC_CC +++ MPICXX_CXX=icpc +++ export MPICXX_CXX +++ MPIF08_F08=ifort +++ export MPIF08_F08 +++ MPIF90_F90=ifort +++ export MPIF90_F90 +++ MPI_IB_CONGESTED=1 +++ export MPI_IB_CONGESTED +++ MPI_ROOT=/glade/u/apps/ch/opt/mpt/2.19 +++ export MPI_ROOT +++ MPI_SYSLOG_COPY=2 +++ export MPI_SYSLOG_COPY +++ MPT_VERSION=2.19 +++ export MPT_VERSION +++ MP_COMPILER=intel +++ export MP_COMPILER +++ NCAR_EXCLUDE_ASNEEDED=1 +++ export NCAR_EXCLUDE_ASNEEDED +++ NCAR_HOST=cheyenne +++ export NCAR_HOST +++ NCAR_INC_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include +++ export NCAR_INC_NETCDF +++ NCAR_LDFLAGS_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib +++ export NCAR_LDFLAGS_NETCDF +++ NCAR_LIBS_MPT='-lrt -ldl' +++ export NCAR_LIBS_MPT +++ NCAR_LIBS_NETCDF='-Wl,-Bstatic -lnetcdff -lnetcdf -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -lsz -lz -Wl,-Bdynamic -lm -ldl' +++ export NCAR_LIBS_NETCDF +++ NCAR_RANK_MPT=1000 +++ export NCAR_RANK_MPT +++ NCAR_ROOT_INTEL=/glade/u/apps/opt/intel/2019u2 +++ export NCAR_ROOT_INTEL +++ NCAR_ROOT_MPT=/glade/u/apps/ch/opt/mpt/2.19 +++ export NCAR_ROOT_MPT +++ NCAR_ROOT_NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/ +++ export NCAR_ROOT_NETCDF +++ NCAR_WRAPPER_MPI=/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi +++ export NCAR_WRAPPER_MPI +++ NCEPLIBS_DIR=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19 +++ export NCEPLIBS_DIR +++ NEMSIO_INC=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/include +++ export NEMSIO_INC +++ NEMSIO_LIB=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libnemsio_d.a +++ export NEMSIO_LIB +++ NETCDF=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/ +++ export NETCDF +++ __LMOD_REF_COUNT_NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N:1 +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/lib/intel64/locale/%l_%t/%N +++ export NLSPATH +++ OMP_NUM_THREADS=1 +++ export OMP_NUM_THREADS +++ OMP_STACKSIZE=64000K +++ export OMP_STACKSIZE +++ OSHCC_CC=icc +++ export OSHCC_CC +++ OSHCXX_CXX=icpc +++ export OSHCXX_CXX +++ OSHF90_F90=ifort +++ export OSHF90_F90 +++ __LMOD_REF_COUNT_PATH='/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:1;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:1;/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:1;/glade/u/apps/ch/opt/mpt/2.19/bin:1;/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:1;/glade/u/apps/opt/intel/2019u2/inspector/bin64:1;/glade/u/apps/opt/intel/2019u2/advisor/bin64:1;/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:1;/glade/u/apps/opt/globus-utils:1;/glade/u/apps/ch/opt/usr/bin:1;/ncar/opt/slurm/latest/bin:1;/opt/clmgr/sbin:1;/opt/clmgr/bin:1;/opt/sgi/sbin:1;/opt/sgi/bin:1;/glade/u/apps/ch/opt/lmod/8.1.7/bin:1;/glade/u/home/heinzell/bin:1;/usr/local/bin:1;/usr/bin:1;/bin:2;/usr/bin/X11:1;/usr/games:1;/opt/ibutils/bin:1;/usr/lib/mit/bin:1;/opt/pbs/bin:1;/sbin:1;/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:1;/glade/u/apps/ch/os/usr/bin:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/bin:/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/bin:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2:/glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi:/glade/u/apps/ch/opt/mpt/2.19/bin:/glade/u/apps/opt/intel/2019u2/vtune_amplifier/bin64:/glade/u/apps/opt/intel/2019u2/inspector/bin64:/glade/u/apps/opt/intel/2019u2/advisor/bin64:/glade/u/apps/opt/intel/2019u2/compilers_and_libraries/linux/bin/intel64:/glade/u/apps/opt/globus-utils:/glade/u/apps/ch/opt/usr/bin:/ncar/opt/slurm/latest/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/glade/u/apps/ch/opt/lmod/8.1.7/bin:/glade/u/home/heinzell/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ibutils/bin:/usr/lib/mit/bin:/opt/pbs/bin:/sbin:/glade/u/apps/opt/hpss/hpss-client.5.0.2.p5/bin:/glade/u/apps/ch/os/usr/bin +++ export PATH +++ PERL5LIB=/glade/u/apps/ch/os/usr/lib/perl5/5.18.2/ +++ export PERL5LIB +++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig:1 +++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH +++ PKG_CONFIG_PATH=/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/lib/pkgconfig +++ export PKG_CONFIG_PATH +++ SIONLIB=/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19 +++ export SIONLIB +++ SIONLIB_INC='-I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include -I/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/include/mod_64' +++ export SIONLIB_INC +++ SIONLIB_LIB='-L/glade/p/ral/jntp/GMTB/tools/sionlib-1.7.4/intel-19.0.2/mpt-2.19/lib -lsionmpi_f90_64 -lsionser_f90_64 -lsionmpi_64 -lsiongen_64 -lsionser_64 -lsioncom_64 -lsioncom_64_lock_none' +++ export SIONLIB_LIB +++ SP_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libsp_v2.0.2_d.a +++ export SP_LIBd +++ VTUNE_AMPLIFIER_2019_DIR=/glade/u/apps/opt/intel/2019u2/vtune_amplifier +++ export VTUNE_AMPLIFIER_2019_DIR +++ W3EMC_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3emc_d.a +++ export W3EMC_LIBd +++ W3NCO_LIBd=/glade/p/ral/jntp/GMTB/tools/NCEPlibs/20190703/intel-19.0.2/mpt-2.19/lib/libw3nco_d.a +++ export W3NCO_LIBd +++ WRFIO_NCD_LARGE_FILE_SUPPORT=1 +++ export WRFIO_NCD_LARGE_FILE_SUPPORT +++ __LMOD_REF_COUNT__LMFILES_='/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:1;/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:1;/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:1;/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:1;/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/glade/u/apps/ch/modulefiles/default/idep/ncarenv/1.3.lua:/glade/u/apps/ch/modulefiles/default/compilers/intel/19.0.2.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/mpt/2.19.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/ncarcompilers/0.5.0.lua:/glade/u/apps/ch/modulefiles/default/intel/19.0.2/netcdf/4.6.3.lua:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/esmf/8.0.0:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/NCEPlibs/9.9.9:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19/SIONlib/1.7.4:/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ export _ModuleTable001_ +++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ export _ModuleTable002_ +++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO +++ export _ModuleTable003_ +++ _ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp +++ export _ModuleTable004_ +++ _ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm +++ export _ModuleTable005_ +++ _ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w +++ export _ModuleTable006_ +++ _ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ export _ModuleTable007_ +++ _ModuleTable_Sz_=7 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /glade/u/apps/ch/opt/lmod/8.1.7/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ncarenv/1.3 4) ncarcompilers/0.5.0 7) NCEPlibs/9.9.9 + 2) intel/19.0.2 5) netcdf/4.6.3 8) SIONlib/1.7.4 + 3) mpt/2.19 6) esmf/8.0.0 9) fv3 + + + ++ eval 'MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19;' export 'MODULEPATH;' '_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y;' export '_ModuleTable001_;' '_ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt;' export '_ModuleTable002_;' '_ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO;' export '_ModuleTable003_;' '_ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp;' export '_ModuleTable004_;' '_ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm;' export '_ModuleTable005_;' '_ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w;' export '_ModuleTable006_;' '_ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ==;' export '_ModuleTable007_;' '_ModuleTable_Sz_=7;' export '_ModuleTable_Sz_;' +++ MODULEPATH=/glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel:/glade/u/apps/ch/modulefiles/default/compilers:/glade/u/apps/ch/modulefiles/default/idep:/glade/u/apps/ch/modulefiles/default/intel/19.0.2:/glade/u/apps/ch/modulefiles/default/mpt/2.19/intel/19.0.2:/glade/p/ral/jntp/GMTB/tools/modulefiles/intel-19.0.2/mpt-2.19 +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJtcHQiLH0sbVQ9e05DRVBsaWJzPXtbImZuIl09Ii9nbGFkZS9wL3JhbC9qbnRwL0dNVEIvdG9vbHMvbW9kdWxlZmlsZXMvaW50ZWwtMTkuMC4yL21wdC0yLjE5L05DRVBsaWJzLzkuOS45IixbImZ1bGxOYW1lIl09Ik5DRVBsaWJzLzkuOS45IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iTkNFUGxpYnMvOS45LjkiLH0sU0lPTmxpYj17WyJmbiJdPSIvZ2xhZGUvcC9y +++ export _ModuleTable001_ +++ _ModuleTable002_=YWwvam50cC9HTVRCL3Rvb2xzL21vZHVsZWZpbGVzL2ludGVsLTE5LjAuMi9tcHQtMi4xOS9TSU9ObGliLzEuNy40IixbImZ1bGxOYW1lIl09IlNJT05saWIvMS43LjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJTSU9ObGliLzEuNy40Iix9LGVzbWY9e1siZm4iXT0iL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNt +++ export _ModuleTable002_ +++ _ModuleTable003_=Zi84LjAuMCIsfSxmdjM9e1siZm4iXT0iL2dsYWRlL3dvcmsvaGVpbnplbGwvZnYzL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13ZWF0aGVyLW1vZGVsLXVmcy1wdWJsaWMtcmVsZWFzZS1hZGQtbm8taW5saW5lLXBvc3QtYW5kLWluY3JlYXNlLWNjcHAtdmVyc2lvbi1udW1iZXJzL2ludGVsL21vZHVsZWZpbGVzL2NoZXllbm5lLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0saW50ZWw9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVycy9pbnRlbC8xOS4wLjIubHVhIixbImZ1bGxO +++ export _ModuleTable003_ +++ _ModuleTable004_=YW1lIl09ImludGVsLzE5LjAuMiIsWyJsb2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE5LjAuMiIsfSxtcHQ9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9tcHQvMi4xOS5sdWEiLFsiZnVsbE5hbWUiXT0ibXB0LzIuMTkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcHQvMi4xOSIsfSxuY2FyY29tcGlsZXJzPXtbImZuIl09Ii9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIvbmNhcmNvbXBp +++ export _ModuleTable004_ +++ _ModuleTable005_=bGVycy8wLjUuMC5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmNvbXBpbGVycy8wLjUuMCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jYXJjb21waWxlcnMvMC41LjAiLH0sbmNhcmVudj17WyJmbiJdPSIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcC9uY2FyZW52LzEuMy5sdWEiLFsiZnVsbE5hbWUiXT0ibmNhcmVudi8xLjMiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuY2FyZW52LzEuMyIsfSxuZXRjZGY9e1siZm4iXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVm +++ export _ModuleTable005_ +++ _ModuleTable006_=aWxlcy9kZWZhdWx0L2ludGVsLzE5LjAuMi9uZXRjZGYvNC42LjMubHVhIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjYuMyIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjYuMyIsfSx9LG1wYXRoQT17Ii9nbGFkZS93b3JrL2hlaW56ZWxsL2Z2My91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9pbnRlbC9tb2R1bGVmaWxlcy9jaGV5ZW5uZS5pbnRlbCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9jb21w +++ export _ModuleTable006_ +++ _ModuleTable007_=aWxlcnMiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsIi9nbGFkZS91L2FwcHMvY2gvbW9kdWxlZmlsZXMvZGVmYXVsdC9pbnRlbC8xOS4wLjIiLCIvZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvbXB0LzIuMTkvaW50ZWwvMTkuMC4yIiwiL2dsYWRlL3AvcmFsL2pudHAvR01UQi90b29scy9tb2R1bGVmaWxlcy9pbnRlbC0xOS4wLjIvbXB0LTIuMTkiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2dsYWRlL3UvYXBwcy9jaC9tb2R1bGVmaWxlcy9kZWZhdWx0L2NvbXBpbGVyczovZ2xhZGUvdS9hcHBzL2NoL21vZHVsZWZpbGVzL2RlZmF1bHQvaWRlcCIsfQ== +++ export _ModuleTable007_ +++ _ModuleTable_Sz_=7 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_4 ++ cmake /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel -DREPRO=Y +-- The C compiler identification is Intel 19.0.0.20190117 +-- The CXX compiler identification is Intel 19.0.0.20190117 +-- The Fortran compiler identification is Intel 19.0.0.20190117 +-- Check for working C compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpicc +-- Check for working C compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working CXX compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpicxx +-- Check for working CXX compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpicxx -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working Fortran compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpif90 +-- Check for working Fortran compiler: /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpif90 -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpif90 supports Fortran 90 +-- Checking whether /glade/u/apps/ch/opt/ncarcompilers/0.5.0/intel/19.0.2/mpi/mpif90 supports Fortran 90 -- yes +-- Found MPI_C: /usr/lib64/libpthread.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi.so +-- Found MPI_CXX: /usr/lib64/libpthread.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi++.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi.so +-- Found MPI_Fortran: /usr/lib64/libpthread.so;/glade/u/apps/ch/opt/mpt/2.19/lib/libmpi.so +ESMFMKFILE: /glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/mod;/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/include;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/lib +ESMF_F90ESMFLINKLIBS: -lesmf -lmpi++ -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/mod;/glade/p/ral/jntp/GMTB/tools/esmf-8.0.0/intel-19.0.2/mpt-2.19/include;/glade/u/apps/ch/opt/netcdf/4.6.3/intel/19.0.2/include (found version "8.0.0") + +Setting configuration for cheyenne.intel + +C compiler: Intel 19.0.0.20190117 (mpicc) +CXX compiler: Intel 19.0.0.20190117 (mpicxx) +Fortran compiler: Intel 19.0.0.20190117 (mpif90) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is disabled + + +Selected physics package: gfs + +-- Configuring done +-- Generating done +-- Build files have been written to: /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/tests/build_fv3_4 ++ make -j 3 +Scanning dependencies of target fv3cpl +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +Scanning dependencies of target fms +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +Scanning dependencies of target gfsphysics +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 4%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Linking Fortran static library libfv3cpl.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 4%] Built target fv3cpl +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 66%] Linking Fortran static library FMS/libfms.a +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 68%] Built target fms +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 70%] Linking Fortran static library libgfsphysics.a +[ 70%] Built target gfsphysics +Scanning dependencies of target ipd +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 70%] Linking Fortran static library libipd.a +[ 70%] Built target ipd +Scanning dependencies of target io +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 72%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] Linking Fortran static library libio.a +[ 76%] Built target io +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Linking Fortran static library libstochastic_physics.a +[ 95%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 97%] Linking Fortran static library libfv3cap.a +[ 97%] Built target fv3cap +Scanning dependencies of target NEMS.exe +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Linking Fortran executable NEMS.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_4.exe ++ cp /glade/work/heinzell/fv3/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/intel/modulefiles/cheyenne.intel/fv3 ../modules.fv3_4 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_4 ++ elapsed=505 ++ echo 'Elapsed time 505 seconds. Compiling REPRO=Y finished' +Elapsed time 505 seconds. Compiling REPRO=Y finished diff --git a/tests/Compile_hera.intel.log b/tests/Compile_hera.intel.log index 3a810544be..30652b74aa 100644 --- a/tests/Compile_hera.intel.log +++ b/tests/Compile_hera.intel.log @@ -1,14 +1,14 @@ + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt + MACHINE_ID=hera.intel + MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta' + BUILD_NAME=fv3_1 @@ -19,8 +19,8 @@ + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests +hfe06 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests + echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on hera.intel' Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on hera.intel + '[' YES = YES ']' @@ -47,7 +47,7 @@ Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_1.exe on ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_1/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -1761,27 +1761,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_1/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_1/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_1/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__73485 -++ eval 'setup__test_function__73485() { /bin/true ; }' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__363415 +++ eval 'setup__test_function__363415() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__73485 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__363415 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1793,7 +1793,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvbW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL3Vmcy13ZWF0aGVyLW1vZGVsX21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVm";' export '_ModuleTable001_;' '_ModuleTable002_="aWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv";' export '_ModuleTable001_;' '_ModuleTable002_="Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -1849,10 +1849,8 @@ INFO: CCPP prebuild step completed successfully. +++ unset JASPER_LIB +++ unset JASPER_SRC +++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset LD_LIBRARY_PATH +++ unset __LMOD_REF_COUNT_LIBRARY_PATH +++ unset LIBRARY_PATH +++ unset LIB_NAME @@ -1866,9 +1864,9 @@ INFO: CCPP prebuild step completed successfully. +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -1879,9 +1877,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset NETCDF +++ unset __LMOD_REF_COUNT_NLSPATH +++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' ++++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1' +++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse ++++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin +++ export PATH +++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH +++ unset PKG_CONFIG_PATH @@ -1918,9 +1916,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvbW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL3Vmcy13ZWF0aGVyLW1vZGVsX21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVm ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv +++ export _ModuleTable001_ -+++ _ModuleTable002_=aWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ _ModuleTable002_=Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -1934,25 +1932,26 @@ INFO: CCPP prebuild step completed successfully. +++ unset _ModuleTable011_ +++ unset _ModuleTable012_ +++ unset _ModuleTable013_ ++++ unset _ModuleTable014_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__73485 +++ unset setup__test_function__363415 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVm";' export '_ModuleTable001_;' '_ModuleTable002_="aWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv";' export '_ModuleTable001_;' '_ModuleTable002_="Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVm +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv ++ export _ModuleTable001_ -++ _ModuleTable002_=aWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ _ModuleTable002_=Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -1960,7 +1959,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25m";' export '_ModuleTable003_;' '_ModuleTable004_="aWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQi";' export '_ModuleTable005_;' '_ModuleTable006_="LFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAu";' export '_ModuleTable006_;' '_ModuleTable007_="MSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQu";' export '_ModuleTable007_;' '_ModuleTable008_="Ny4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAi";' export '_ModuleTable008_;' '_ModuleTable009_="LFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJs";' export '_ModuleTable009_;' '_ModuleTable010_="b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRP";' export '_ModuleTable010_;' '_ModuleTable011_="cmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvdWZzLXdlYXRoZXItbW9kZWxf";' export '_ModuleTable011_;' '_ModuleTable012_="bW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v";' export '_ModuleTable003_;' '_ModuleTable004_="LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0";' export '_ModuleTable004_;' '_ModuleTable005_="Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v";' export '_ModuleTable005_;' '_ModuleTable006_="ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k";' export '_ModuleTable006_;' '_ModuleTable007_="L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k";' export '_ModuleTable007_;' '_ModuleTable008_="dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By";' export '_ModuleTable008_;' '_ModuleTable009_="b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0";' export '_ModuleTable009_;' '_ModuleTable010_="IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci";' export '_ModuleTable010_;' '_ModuleTable011_="LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl";' export '_ModuleTable011_;' '_ModuleTable012_="bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv";' export '_ModuleTable012_;' '_ModuleTable013_="TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -2071,9 +2070,9 @@ INFO: CCPP prebuild step completed successfully. ++ export JASPER_SRC ++ JASPER_VER=v1.900.1 ++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 ++ export LD_LIBRARY_PATH ++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LIBRARY_PATH @@ -2097,9 +2096,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -2119,9 +2118,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_NLSPATH ++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N ++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' +++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse +++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin ++ export PATH ++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 ++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH @@ -2189,35 +2188,35 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25m +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v ++ export _ModuleTable003_ -++ _ModuleTable004_=aWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm +++ _ModuleTable004_=LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0 ++ export _ModuleTable004_ -++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQi +++ _ModuleTable005_=Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v ++ export _ModuleTable005_ -++ _ModuleTable006_=LFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAu +++ _ModuleTable006_=ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k ++ export _ModuleTable006_ -++ _ModuleTable007_=MSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQu +++ _ModuleTable007_=L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k ++ export _ModuleTable007_ -++ _ModuleTable008_=Ny4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAi +++ _ModuleTable008_=dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By ++ export _ModuleTable008_ -++ _ModuleTable009_=LFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJs +++ _ModuleTable009_=b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0 ++ export _ModuleTable009_ -++ _ModuleTable010_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRP +++ _ModuleTable010_=IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci ++ export _ModuleTable010_ -++ _ModuleTable011_=cmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvdWZzLXdlYXRoZXItbW9kZWxf +++ _ModuleTable011_=LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl ++ export _ModuleTable011_ -++ _ModuleTable012_=bW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxl +++ _ModuleTable012_=bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv ++ export _ModuleTable012_ -++ _ModuleTable013_=ZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -2225,7 +2224,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25m";' export '_ModuleTable003_;' '_ModuleTable004_="aWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQi";' export '_ModuleTable005_;' '_ModuleTable006_="LFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAu";' export '_ModuleTable006_;' '_ModuleTable007_="MSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQu";' export '_ModuleTable007_;' '_ModuleTable008_="Ny4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAi";' export '_ModuleTable008_;' '_ModuleTable009_="LFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJs";' export '_ModuleTable009_;' '_ModuleTable010_="b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRP";' export '_ModuleTable010_;' '_ModuleTable011_="cmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvdWZzLXdlYXRoZXItbW9kZWxf";' export '_ModuleTable011_;' '_ModuleTable012_="bW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v";' export '_ModuleTable003_;' '_ModuleTable004_="LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0";' export '_ModuleTable004_;' '_ModuleTable005_="Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v";' export '_ModuleTable005_;' '_ModuleTable006_="ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k";' export '_ModuleTable006_;' '_ModuleTable007_="L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k";' export '_ModuleTable007_;' '_ModuleTable008_="dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By";' export '_ModuleTable008_;' '_ModuleTable009_="b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0";' export '_ModuleTable009_;' '_ModuleTable010_="IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci";' export '_ModuleTable010_;' '_ModuleTable011_="LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl";' export '_ModuleTable011_;' '_ModuleTable012_="bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv";' export '_ModuleTable012_;' '_ModuleTable013_="TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -2248,40 +2247,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25m +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v ++ export _ModuleTable003_ -++ _ModuleTable004_=aWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm +++ _ModuleTable004_=LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0 ++ export _ModuleTable004_ -++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQi +++ _ModuleTable005_=Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v ++ export _ModuleTable005_ -++ _ModuleTable006_=LFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAu +++ _ModuleTable006_=ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k ++ export _ModuleTable006_ -++ _ModuleTable007_=MSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQu +++ _ModuleTable007_=L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k ++ export _ModuleTable007_ -++ _ModuleTable008_=Ny4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAi +++ _ModuleTable008_=dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By ++ export _ModuleTable008_ -++ _ModuleTable009_=LFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJs +++ _ModuleTable009_=b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0 ++ export _ModuleTable009_ -++ _ModuleTable010_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRP +++ _ModuleTable010_=IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci ++ export _ModuleTable010_ -++ _ModuleTable011_=cmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvdWZzLXdlYXRoZXItbW9kZWxf +++ _ModuleTable011_=LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl ++ export _ModuleTable011_ -++ _ModuleTable012_=bW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxl +++ _ModuleTable012_=bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv ++ export _ModuleTable012_ -++ _ModuleTable013_=ZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_1 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -2325,7 +2324,7 @@ REPRO is disabled 32BIT is disabled OPENMP is ENABLED AVX2 is ENABLED -INLINE_POST is ENABLED +INLINE_POST is disabled Selected physics package: gfs @@ -2349,12 +2348,12 @@ Selected physics package: gfs -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_1 +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_1 + make -j 8 Scanning dependencies of target fv3cpl Scanning dependencies of target ccpp @@ -2362,13 +2361,14 @@ Scanning dependencies of target ccpp [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o [ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -Scanning dependencies of target fms -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +Scanning dependencies of target fms +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2381,153 +2381,152 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o [ 2%] Linking Fortran static library libccpp.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o [ 2%] Built target ccpp -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 2%] Linking Fortran static library libfv3cpl.a -[ 2%] Built target fv3cpl -Scanning dependencies of target ccppphys -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 5%] Linking Fortran static library libfv3cpl.a +[ 5%] Built target fv3cpl +Scanning dependencies of target ccppphys +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o [ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o [ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o [ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o [ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -2537,35 +2536,37 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2574,74 +2575,72 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o [ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o [ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o [ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o [ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing @@ -2649,11 +2648,11 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o Using 8-byte addressing Using pure routines. @@ -2664,29 +2663,29 @@ Using cray pointers. [ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o [ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o [ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 51%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 52%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o -[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o [ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o [ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o [ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o -[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o [ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o [ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o [ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o @@ -2694,226 +2693,223 @@ Using cray pointers. [ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o [ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o [ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o [ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 67%] Linking Fortran static library libccppphys.a -[ 67%] Built target ccppphys +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 68%] Linking Fortran static library libccppphys.a +[ 68%] Built target ccppphys Scanning dependencies of target gfsphysics -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o [ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o [ 70%] Linking Fortran static library FMS/libfms.a [ 70%] Built target fms -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o [ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 72%] Linking Fortran static library libgfsphysics.a -[ 72%] Built target gfsphysics +[ 73%] Linking Fortran static library libgfsphysics.a +[ 73%] Built target gfsphysics Scanning dependencies of target ipd Scanning dependencies of target ccppdriver -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 73%] Linking Fortran static library libccppdriver.a -[ 73%] Built target ccppdriver -[ 74%] Linking Fortran static library libipd.a -[ 74%] Built target ipd +[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 74%] Linking Fortran static library libccppdriver.a +[ 74%] Built target ccppdriver +[ 75%] Linking Fortran static library libipd.a +[ 75%] Built target ipd Scanning dependencies of target io [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o [ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o [ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 80%] Linking Fortran static library libio.a +[ 80%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 84%] Linking Fortran static library libio.a -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 84%] Built target io -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 88%] Linking Fortran static library libfv3core.a -[ 88%] Built target fv3core +[ 87%] Linking Fortran static library libfv3core.a +[ 87%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 96%] Linking Fortran static library libstochastic_physics.a -[ 96%] Built target stochastic_physics +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Linking Fortran static library libstochastic_physics.a +[ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3 ../modules.fv3_1 ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 -+ elapsed=527 -+ echo 'Elapsed time 527 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' -Elapsed time 527 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished ++ elapsed=482 ++ echo 'Elapsed time 482 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' +Elapsed time 482 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished + SECONDS=0 +++ readlink -f ./compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt + MACHINE_ID=hera.intel + MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y' + BUILD_NAME=fv3_2 @@ -2924,8 +2920,8 @@ Elapsed time 527 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests +hfe06 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests + echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on hera.intel' Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_2.exe on hera.intel + '[' YES = YES ']' @@ -2950,7 +2946,7 @@ Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_ ++ sed 's/.* SUITES=//' ++ sed 's/ .*//' + SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt + ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_2/FV3 INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet @@ -4664,27 +4660,27 @@ INFO: Generating caps makefile/cmakefile snippet ... INFO: Added 12 auto-generated caps to tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.cmake INFO: CCPP prebuild step completed successfully. + source build_fv3_2/FV3/ccpp/physics/CCPP_SCHEMES.sh -++ export 'CCPP_SCHEMES=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninshoc.f' -++ CCPP_SCHEMES='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninshoc.f' +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninshoc.f' + source build_fv3_2/FV3/ccpp/physics/CCPP_CAPS.sh -++ export 'CCPP_CAPS=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' -++ CCPP_CAPS='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' + source build_fv3_2/FV3/ccpp/physics/CCPP_STATIC_API.sh -++ export CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 -++ CCPP_STATIC_API=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_static_api.F90 ++ trim ' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ local 'var= -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ echo -n '-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' + CCPP_CMAKE_FLAGS='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__184298 -++ eval 'setup__test_function__184298() { /bin/true ; }' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__431075 +++ eval 'setup__test_function__431075() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__184298 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__431075 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -4696,7 +4692,7 @@ INFO: CCPP prebuild step completed successfully. ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvbW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL3Vmcy13ZWF0aGVyLW1vZGVsX21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVm";' export '_ModuleTable001_;' '_ModuleTable002_="aWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv";' export '_ModuleTable001_;' '_ModuleTable002_="Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -4752,10 +4748,8 @@ INFO: CCPP prebuild step completed successfully. +++ unset JASPER_LIB +++ unset JASPER_SRC +++ unset JASPER_VER -+++ __LMOD_REF_COUNT_LD_LIBRARY_PATH=/apps/slurm/default/lib:1 -+++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -+++ LD_LIBRARY_PATH=:/apps/slurm/default/lib -+++ export LD_LIBRARY_PATH ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset LD_LIBRARY_PATH +++ unset __LMOD_REF_COUNT_LIBRARY_PATH +++ unset LIBRARY_PATH +++ unset LIB_NAME @@ -4769,9 +4763,9 @@ INFO: CCPP prebuild step completed successfully. +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -4782,9 +4776,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset NETCDF +++ unset __LMOD_REF_COUNT_NLSPATH +++ unset NLSPATH -+++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' ++++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1' +++ export __LMOD_REF_COUNT_PATH -+++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse ++++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin +++ export PATH +++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH +++ unset PKG_CONFIG_PATH @@ -4821,9 +4815,9 @@ INFO: CCPP prebuild step completed successfully. +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvbW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL3Vmcy13ZWF0aGVyLW1vZGVsX21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVm ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv +++ export _ModuleTable001_ -+++ _ModuleTable002_=aWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ _ModuleTable002_=Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -4837,25 +4831,26 @@ INFO: CCPP prebuild step completed successfully. +++ unset _ModuleTable011_ +++ unset _ModuleTable012_ +++ unset _ModuleTable013_ ++++ unset _ModuleTable014_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__184298 +++ unset setup__test_function__431075 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVm";' export '_ModuleTable001_;' '_ModuleTable002_="aWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv";' export '_ModuleTable001_;' '_ModuleTable002_="Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVm +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv ++ export _ModuleTable001_ -++ _ModuleTable002_=aWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ _ModuleTable002_=Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -4863,7 +4858,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25m";' export '_ModuleTable003_;' '_ModuleTable004_="aWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQi";' export '_ModuleTable005_;' '_ModuleTable006_="LFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAu";' export '_ModuleTable006_;' '_ModuleTable007_="MSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQu";' export '_ModuleTable007_;' '_ModuleTable008_="Ny4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAi";' export '_ModuleTable008_;' '_ModuleTable009_="LFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJs";' export '_ModuleTable009_;' '_ModuleTable010_="b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRP";' export '_ModuleTable010_;' '_ModuleTable011_="cmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvdWZzLXdlYXRoZXItbW9kZWxf";' export '_ModuleTable011_;' '_ModuleTable012_="bW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v";' export '_ModuleTable003_;' '_ModuleTable004_="LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0";' export '_ModuleTable004_;' '_ModuleTable005_="Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v";' export '_ModuleTable005_;' '_ModuleTable006_="ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k";' export '_ModuleTable006_;' '_ModuleTable007_="L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k";' export '_ModuleTable007_;' '_ModuleTable008_="dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By";' export '_ModuleTable008_;' '_ModuleTable009_="b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0";' export '_ModuleTable009_;' '_ModuleTable010_="IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci";' export '_ModuleTable010_;' '_ModuleTable011_="LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl";' export '_ModuleTable011_;' '_ModuleTable012_="bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv";' export '_ModuleTable012_;' '_ModuleTable013_="TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -4974,9 +4969,9 @@ INFO: CCPP prebuild step completed successfully. ++ export JASPER_SRC ++ JASPER_VER=v1.900.1 ++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 ++ export LD_LIBRARY_PATH ++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LIBRARY_PATH @@ -5000,9 +4995,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_MANPATH ++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -5022,9 +5017,9 @@ INFO: CCPP prebuild step completed successfully. ++ export __LMOD_REF_COUNT_NLSPATH ++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N ++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' +++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse +++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin ++ export PATH ++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 ++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH @@ -5092,35 +5087,35 @@ INFO: CCPP prebuild step completed successfully. ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25m +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v ++ export _ModuleTable003_ -++ _ModuleTable004_=aWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm +++ _ModuleTable004_=LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0 ++ export _ModuleTable004_ -++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQi +++ _ModuleTable005_=Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v ++ export _ModuleTable005_ -++ _ModuleTable006_=LFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAu +++ _ModuleTable006_=ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k ++ export _ModuleTable006_ -++ _ModuleTable007_=MSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQu +++ _ModuleTable007_=L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k ++ export _ModuleTable007_ -++ _ModuleTable008_=Ny4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAi +++ _ModuleTable008_=dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By ++ export _ModuleTable008_ -++ _ModuleTable009_=LFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJs +++ _ModuleTable009_=b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0 ++ export _ModuleTable009_ -++ _ModuleTable010_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRP +++ _ModuleTable010_=IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci ++ export _ModuleTable010_ -++ _ModuleTable011_=cmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvdWZzLXdlYXRoZXItbW9kZWxf +++ _ModuleTable011_=LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl ++ export _ModuleTable011_ -++ _ModuleTable012_=bW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxl +++ _ModuleTable012_=bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv ++ export _ModuleTable012_ -++ _ModuleTable013_=ZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ @@ -5128,7 +5123,7 @@ INFO: CCPP prebuild step completed successfully. + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25m";' export '_ModuleTable003_;' '_ModuleTable004_="aWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQi";' export '_ModuleTable005_;' '_ModuleTable006_="LFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAu";' export '_ModuleTable006_;' '_ModuleTable007_="MSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQu";' export '_ModuleTable007_;' '_ModuleTable008_="Ny4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAi";' export '_ModuleTable008_;' '_ModuleTable009_="LFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJs";' export '_ModuleTable009_;' '_ModuleTable010_="b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRP";' export '_ModuleTable010_;' '_ModuleTable011_="cmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvdWZzLXdlYXRoZXItbW9kZWxf";' export '_ModuleTable011_;' '_ModuleTable012_="bW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0=";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v";' export '_ModuleTable003_;' '_ModuleTable004_="LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0";' export '_ModuleTable004_;' '_ModuleTable005_="Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v";' export '_ModuleTable005_;' '_ModuleTable006_="ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k";' export '_ModuleTable006_;' '_ModuleTable007_="L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k";' export '_ModuleTable007_;' '_ModuleTable008_="dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By";' export '_ModuleTable008_;' '_ModuleTable009_="b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0";' export '_ModuleTable009_;' '_ModuleTable010_="IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci";' export '_ModuleTable010_;' '_ModuleTable011_="LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl";' export '_ModuleTable011_;' '_ModuleTable012_="bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv";' export '_ModuleTable012_;' '_ModuleTable013_="TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: @@ -5151,40 +5146,40 @@ Currently Loaded Modules: ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ ++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL21vZGVsX2NvbmZpZ3VyZV9kZWZhdWx0cy91ZnMtd2VhdGhlci1tb2RlbF9tb2RlbF9jb25m +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v ++ export _ModuleTable003_ -++ _ModuleTable004_=aWd1cmVfZGVmYXVsdHMvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm +++ _ModuleTable004_=LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0 ++ export _ModuleTable004_ -++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS41LjEiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNS4xIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjUuMSIsfSxpbXBpPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvaW1waS8yMDE4LjAuNCIsWyJmdWxsTmFtZSJdPSJpbXBpLzIwMTguMC40IixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8yMDE4LjAuNCIsfSxpbnRlbD17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL2ludGVsLzE4LjAuNS4yNzQi +++ _ModuleTable005_=Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v ++ export _ModuleTable005_ -++ _ModuleTable006_=LFsiZnVsbE5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLH0saXA9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0samFzcGVyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9qYXNwZXIvMS45MDAu +++ _ModuleTable006_=ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k ++ export _ModuleTable006_ -++ _ModuleTable007_=MSIsWyJmdWxsTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIuNCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwvbmV0Y2RmLzQu +++ _ModuleTable007_=L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k ++ export _ModuleTable007_ -++ _ModuleTable008_=Ny4wIixbImZ1bGxOYW1lIl09Im5ldGNkZi80LjcuMCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZi80LjcuMCIsfSxwbmc9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3BuZy8xLjIuNDQiLFsiZnVsbE5hbWUiXT0icG5nLzEuMi40NCIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwbmcvMS4yLjQ0Iix9LHBvc3Q9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjAi +++ _ModuleTable008_=dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By ++ export _ModuleTable008_ -++ _ModuleTable009_=LFsiZnVsbE5hbWUiXT0icG9zdC84LjAuMCIsWyJsb2FkT3JkZXIiXT0xOCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC4wIix9LHNwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHN1dGlscz17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9zdXRpbHMvZGVmYXVsdCIsWyJmdWxsTmFtZSJdPSJzdXRpbHMvZGVmYXVsdCIsWyJs +++ _ModuleTable009_=b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0 ++ export _ModuleTable009_ -++ _ModuleTable010_=b2FkT3JkZXIiXT0yLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InN1dGlscyIsfSx3M2VtYz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRP +++ _ModuleTable010_=IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci ++ export _ModuleTable010_ -++ _ModuleTable011_=cmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDIvTkNFUERFVi9mdjMtY2FtL0R1c2FuLkpvdmljL3Vmcy9tb2RlbF9jb25maWd1cmVfZGVmYXVsdHMvdWZzLXdlYXRoZXItbW9kZWxf +++ _ModuleTable011_=LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl ++ export _ModuleTable011_ -++ _ModuleTable012_=bW9kZWxfY29uZmlndXJlX2RlZmF1bHRzL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWxfaW1waSIsIi9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxl +++ _ModuleTable012_=bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv ++ export _ModuleTable012_ -++ _ModuleTable013_=ZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eDovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzOi9vcHQvY3JheS9tb2R1bGVmaWxlczovb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLH0= +++ _ModuleTable013_=TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++ export _ModuleTable013_ ++ _ModuleTable_Sz_=13 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_2 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -5228,7 +5223,7 @@ REPRO is disabled 32BIT is disabled OPENMP is ENABLED AVX2 is ENABLED -INLINE_POST is ENABLED +INLINE_POST is disabled Selected physics package: gfs @@ -5252,26 +5247,27 @@ Selected physics package: gfs -- Detecting OpenMP flags for Intel C++ compiler: -qopenmp -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -INFOGot CCPP_SCHEMES from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aer_cloud.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cldmacro.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/date_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/machine.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfpbltq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscu.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mfscuq.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/num_parthds.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physcons.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/physparam.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radcons.f90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sflx.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/tridi.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/wv_saturation.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdc.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gscond.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/precpd.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cs_conv.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_nst.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/m_micro.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/gwdps.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/drag_suite.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/FV3/ccpp/physics/physics/moninshoc.f -INFOGot CAPS from environment variable: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +INFOGot CCPP_SCHEMES from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 Force 64 bits in CCPP_layer -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/tests/build_fv3_2 +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_2 + make -j 8 -Scanning dependencies of target ccpp Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o -[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +Scanning dependencies of target ccpp [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target fms +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o [ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +Scanning dependencies of target fms [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -5280,33 +5276,31 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Linking Fortran static library libccpp.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 2%] Linking Fortran static library libccpp.a -[ 2%] Linking Fortran static library libfv3cpl.a [ 2%] Built target ccpp +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Built target fv3cpl -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 5%] Linking Fortran static library libfv3cpl.a mpp_comm_mpi.inc(1386): #warning: macro redefined: MPP_TYPE_ mpp_comm_mpi.inc(1387): #warning: macro redefined: MPI_TYPE_ mpp_comm_mpi.inc(1390): #warning: macro redefined: MPP_TYPE_CREATE_ @@ -5324,159 +5318,160 @@ mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ +[ 5%] Built target fv3cpl Scanning dependencies of target ccppphys -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o fpp: warning: keyword redefined: STATIC -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o fpp: warning: keyword redefined: STATIC -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o fpp: warning: keyword redefined: STATIC -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o fpp: warning: keyword redefined: STATIC -[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o -[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o -[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o fpp: warning: keyword redefined: STATIC -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o fpp: warning: keyword redefined: STATIC -[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o fpp: warning: keyword redefined: STATIC -[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o -[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o -[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o [ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o [ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o [ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o [ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o -[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o fpp: warning: keyword redefined: STATIC -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o fpp: warning: keyword redefined: STATIC +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o fpp: warning: keyword redefined: STATIC -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o -[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o -[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o -[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o [ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o -[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o [ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o [ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o [ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o [ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o @@ -5486,100 +5481,117 @@ fpp: warning: keyword redefined: STATIC [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o [ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o -[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o -[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o -[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o -[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o fpp: warning: keyword redefined: STATIC +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o fpp: warning: keyword redefined: STATIC +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o fpp: warning: keyword redefined: STATIC -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o fpp: warning: keyword redefined: STATIC -[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o -[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o -[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o fpp: warning: keyword redefined: STATIC -[ 49%] Linking Fortran static library libccppphys.a -[ 49%] Built target ccppphys +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 50%] Linking Fortran static library libccppphys.a +[ 50%] Built target ccppphys Scanning dependencies of target gfsphysics -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o fpp: warning: keyword redefined: STATIC -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 58%] Linking Fortran static library libgfsphysics.a +[ 58%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 58%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 58%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 59%] Linking Fortran static library libccppdriver.a +[ 59%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 59%] Built target ccppdriver Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 60%] Linking Fortran static library libipd.a +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 60%] Built target ipd +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -5588,48 +5600,42 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -5638,102 +5644,92 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 63%] Linking Fortran static library libgfsphysics.a -[ 63%] Built target gfsphysics -Scanning dependencies of target ipd -Scanning dependencies of target ccppdriver -[ 63%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 63%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 65%] Linking Fortran static library libccppdriver.a -[ 65%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 65%] Built target ccppdriver -[ 66%] Linking Fortran static library libipd.a -[ 66%] Built target ipd +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 69%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 70%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o [ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o [ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o [ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 72%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 73%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 73%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 75%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 74%] Linking Fortran static library FMS/libfms.a -[ 74%] Built target fms +[ 75%] Linking Fortran static library FMS/libfms.a +[ 75%] Built target fms Scanning dependencies of target io [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o [ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 80%] Linking Fortran static library libio.a +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 80%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -5741,102 +5737,4086 @@ Using cray pointers. [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 84%] Linking Fortran static library libio.a -[ 84%] Built target io -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 88%] Linking Fortran static library libfv3core.a -[ 88%] Built target fv3core +[ 87%] Linking Fortran static library libfv3core.a +[ 87%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o fpp: warning: keyword redefined: STATIC -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o -[ 96%] Linking Fortran static library libstochastic_physics.a -[ 96%] Built target stochastic_physics +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Linking Fortran static library libstochastic_physics.a +[ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o [100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe -/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': -jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_2.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/model_configure_defaults/ufs-weather-model_model_configure_defaults/modulefiles/hera.intel/fv3 ../modules.fv3_2 ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_2 -+ elapsed=172 -+ echo 'Elapsed time 172 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished' -Elapsed time 172 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished ++ elapsed=155 ++ echo 'Elapsed time 155 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished' +Elapsed time 155 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished ++ SECONDS=0 ++++ readlink -f ./compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y' ++ BUILD_NAME=fv3_3 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_3 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe06 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_3.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_3.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ mkdir -p build_fv3_3 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_v15p2,FV3_GFS_v16beta --builddir=tests/build_fv3_3/FV3 +INFO: Logging level set to INFO +INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata formet +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v16beta.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name 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 du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics 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 slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name 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 evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name mom4ice of variable flag_for_mom4_coupling from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_3/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme dcyc2t3_post +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_ozone_physics +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_shoc_after_convection +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_3/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um before entering MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 164 schemes to tests/build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_3/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 12 auto-generated caps to tests/build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_3/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_3/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' ++ source build_fv3_3/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_static_api.F90 +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__45963 +++ eval 'setup__test_function__45963() { /bin/true ; }' ++++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' ++++ cat +++ __ms_ksh_test= ++++ eval 'if ( set | grep setup__test_function__45963 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ eval module help +++ module purge ++++ /apps/lmod/7.7.18/libexec/lmod bash purge +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv";' export '_ModuleTable001_;' '_ModuleTable002_="Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CMAKE_CXX_COMPILER ++++ unset CMAKE_C_COMPILER ++++ unset CMAKE_Fortran_COMPILER ++++ unset CMAKE_Platform ++++ unset COMP ++++ unset __LMOD_REF_COUNT_CPATH ++++ unset CPATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset ESMFMKFILE ++++ unset G2TMPL_INC ++++ unset G2TMPL_LIB ++++ unset G2TMPL_SRC ++++ unset G2TMPL_VER ++++ unset G2_INC4 ++++ unset G2_INCd ++++ unset G2_LIB4 ++++ unset G2_LIBd ++++ unset G2_SRC ++++ unset G2_VER ++++ unset GDBSERVER_MIC ++++ unset GDB_CROSS ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPATH_NO_BACKTRACE ++++ unset IP_INC4 ++++ unset IP_INC8 ++++ unset IP_INCd ++++ unset IP_LIB4 ++++ unset IP_LIB8 ++++ unset IP_LIBd ++++ unset IP_SRC ++++ unset IP_VER ++++ unset I_MPI_CC ++++ unset I_MPI_F90 ++++ unset I_MPI_HYDRA_BRANCH_COUNT ++++ unset I_MPI_HYDRA_PMI_CONNECT ++++ unset I_MPI_ROOT ++++ unset I_MPI_TMI_PROVIDER ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset LD_LIBRARY_PATH ++++ unset __LMOD_REF_COUNT_LIBRARY_PATH ++++ unset LIBRARY_PATH ++++ unset LIB_NAME ++++ unset LMOD_FAMILY_COMPILER ++++ unset LMOD_FAMILY_COMPILER_VERSION ++++ unset LMOD_FAMILY_MPI ++++ unset LMOD_FAMILY_MPI_VERSION ++++ unset __LMOD_REF_COUNT_LOADEDMODULES ++++ unset LOADEDMODULES ++++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++++ export MANPATH ++++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ export __LMOD_REF_COUNT_MODULEPATH ++++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NCEPLIBS ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin ++++ export PATH ++++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset SLURM_UTILS_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset W3EMC_INC4 ++++ unset W3EMC_INC8 ++++ unset W3EMC_INCd ++++ unset W3EMC_LIB4 ++++ unset W3EMC_LIB8 ++++ unset W3EMC_LIBd ++++ unset W3EMC_SRC ++++ unset W3EMC_VER ++++ unset W3NCO_LIB4 ++++ unset W3NCO_LIB8 ++++ unset W3NCO_LIBd ++++ unset W3NCO_SRC ++++ unset W3NCO_VER ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv ++++ export _ModuleTable001_ ++++ _ModuleTable002_=Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ export _ModuleTable002_ ++++ _ModuleTable_Sz_=2 ++++ export _ModuleTable_Sz_ ++++ unset _ModuleTable004_ ++++ unset _ModuleTable005_ ++++ unset _ModuleTable006_ ++++ unset _ModuleTable007_ ++++ unset _ModuleTable008_ ++++ unset _ModuleTable009_ ++++ unset _ModuleTable010_ ++++ unset _ModuleTable011_ ++++ unset _ModuleTable012_ ++++ unset _ModuleTable013_ ++++ unset _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__45963 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv";' export '_ModuleTable001_;' '_ModuleTable002_="Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv +++ export _ModuleTable001_ +++ _ModuleTable002_=Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v";' export '_ModuleTable003_;' '_ModuleTable004_="LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0";' export '_ModuleTable004_;' '_ModuleTable005_="Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v";' export '_ModuleTable005_;' '_ModuleTable006_="ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k";' export '_ModuleTable006_;' '_ModuleTable007_="L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k";' export '_ModuleTable007_;' '_ModuleTable008_="dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By";' export '_ModuleTable008_;' '_ModuleTable009_="b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0";' export '_ModuleTable009_;' '_ModuleTable010_="IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci";' export '_ModuleTable010_;' '_ModuleTable011_="LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl";' export '_ModuleTable011_;' '_ModuleTable012_="bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv";' export '_ModuleTable012_;' '_ModuleTable013_="TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' +++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CMAKE_CXX_COMPILER=mpiicpc +++ export CMAKE_CXX_COMPILER +++ CMAKE_C_COMPILER=mpiicc +++ export CMAKE_C_COMPILER +++ CMAKE_Fortran_COMPILER=mpiifort +++ export CMAKE_Fortran_COMPILER +++ CMAKE_Platform=hera.intel +++ export CMAKE_Platform +++ COMP=intel +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include +++ export CPATH +++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 +++ export CRTM_FIX +++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1 +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.5.1 +++ export G2TMPL_VER +++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info +++ export INFOPATH +++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' +++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE +++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ +++ export INTEL_PYTHONHOME +++ IPATH_NO_BACKTRACE=1 +++ export IPATH_NO_BACKTRACE +++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 +++ export IP_SRC +++ IP_VER=v3.0.2 +++ export IP_VER +++ I_MPI_CC=icc +++ export I_MPI_CC +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_HYDRA_BRANCH_COUNT=128 +++ export I_MPI_HYDRA_BRANCH_COUNT +++ I_MPI_HYDRA_PMI_CONNECT=alltoall +++ export I_MPI_HYDRA_PMI_CONNECT +++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi +++ export I_MPI_ROOT +++ I_MPI_TMI_PROVIDER=psm +++ export I_MPI_TMI_PROVIDER +++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 +++ export JASPER_INC +++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a +++ export JASPER_LIB +++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty +++ export JASPER_SRC +++ JASPER_VER=v1.900.1 +++ export JASPER_VER +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=intel +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=2018.0.4 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS +++ export NCEPLIBS +++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 +++ export NETCDF +++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin +++ export PATH +++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 +++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH +++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 +++ export PNG_INC +++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a +++ export PNG_LIB +++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty +++ export PNG_SRC +++ PNG_VER=v1.2.44 +++ export PNG_VER +++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0 +++ export POST_SRC +++ POST_VER=v8.0.0 +++ export POST_VER +++ SLURM_UTILS_PATH=/contrib/sutils/bin +++ export SLURM_UTILS_PATH +++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 +++ export Z_INC +++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a +++ export Z_LIB +++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty +++ export Z_SRC +++ Z_VER=v1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v +++ export _ModuleTable003_ +++ _ModuleTable004_=LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0 +++ export _ModuleTable004_ +++ _ModuleTable005_=Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v +++ export _ModuleTable005_ +++ _ModuleTable006_=ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k +++ export _ModuleTable006_ +++ _ModuleTable007_=L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k +++ export _ModuleTable007_ +++ _ModuleTable008_=dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By +++ export _ModuleTable008_ +++ _ModuleTable009_=b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0 +++ export _ModuleTable009_ +++ _ModuleTable010_=IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci +++ export _ModuleTable010_ +++ _ModuleTable011_=LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl +++ export _ModuleTable011_ +++ _ModuleTable012_=bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv +++ export _ModuleTable012_ +++ _ModuleTable013_=TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable013_ +++ _ModuleTable_Sz_=13 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v";' export '_ModuleTable003_;' '_ModuleTable004_="LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0";' export '_ModuleTable004_;' '_ModuleTable005_="Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v";' export '_ModuleTable005_;' '_ModuleTable006_="ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k";' export '_ModuleTable006_;' '_ModuleTable007_="L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k";' export '_ModuleTable007_;' '_ModuleTable008_="dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By";' export '_ModuleTable008_;' '_ModuleTable009_="b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0";' export '_ModuleTable009_;' '_ModuleTable010_="IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci";' export '_ModuleTable010_;' '_ModuleTable011_="LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl";' export '_ModuleTable011_;' '_ModuleTable012_="bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv";' export '_ModuleTable012_;' '_ModuleTable013_="TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.5.1 '' '' '' '19)' esmf/8.0.0 + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.5.1 19) esmf/8.0.0 +++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 +++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 +++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 +++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.0 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.0 +++ echo '' + +++ echo '' '' + +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v +++ export _ModuleTable003_ +++ _ModuleTable004_=LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0 +++ export _ModuleTable004_ +++ _ModuleTable005_=Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v +++ export _ModuleTable005_ +++ _ModuleTable006_=ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k +++ export _ModuleTable006_ +++ _ModuleTable007_=L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k +++ export _ModuleTable007_ +++ _ModuleTable008_=dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By +++ export _ModuleTable008_ +++ _ModuleTable009_=b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0 +++ export _ModuleTable009_ +++ _ModuleTable010_=IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci +++ export _ModuleTable010_ +++ _ModuleTable011_=LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl +++ export _ModuleTable011_ +++ _ModuleTable012_=bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv +++ export _ModuleTable012_ +++ _ModuleTable013_=TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable013_ +++ _ModuleTable_Sz_=13 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_3 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF +-- The C compiler identification is Intel 18.0.5.20180823 +-- The CXX compiler identification is Intel 18.0.5.20180823 +-- The Fortran compiler identification is Intel 18.0.5.20180823 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is disabled + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +INFOGot CCPP_SCHEMES from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_3 ++ make -j 8 +Scanning dependencies of target fv3cpl +Scanning dependencies of target ccpp +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +Scanning dependencies of target fms +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Linking Fortran static library libccpp.a +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 2%] Built target ccpp +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 5%] Linking Fortran static library libfv3cpl.a +Scanning dependencies of target ccppphys +[ 5%] Built target fv3cpl +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_stochastics_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_physics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_time_vary_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_time_vary_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_radiation_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 68%] Linking Fortran static library libccppphys.a +[ 68%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 70%] Linking Fortran static library FMS/libfms.a +[ 70%] Built target fms +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 73%] Linking Fortran static library libgfsphysics.a +[ 73%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 74%] Linking Fortran static library libccppdriver.a +[ 74%] Built target ccppdriver +[ 75%] Linking Fortran static library libipd.a +[ 75%] Built target ipd +Scanning dependencies of target io +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 80%] Linking Fortran static library libio.a +[ 80%] Built target io +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 87%] Linking Fortran static library libfv3core.a +[ 87%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Linking Fortran static library libstochastic_physics.a +[ 95%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Linking Fortran static library libfv3cap.a +[ 97%] Built target fv3cap +Scanning dependencies of target NEMS.exe +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Linking Fortran executable NEMS.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_3.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3 ../modules.fv3_3 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ elapsed=460 ++ echo 'Elapsed time 460 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' +Elapsed time 460 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished ++ SECONDS=0 ++++ readlink -f ./compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt ++ MACHINE_ID=hera.intel ++ MAKE_OPT=REPRO=Y ++ BUILD_NAME=fv3_4 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_4 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe06 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests ++ echo 'Compiling REPRO=Y into fv3_4.exe on hera.intel' +Compiling REPRO=Y into fv3_4.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_4 ++ mkdir -p build_fv3_4 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y == *\C\C\P\P\=\Y* ]] +++ trim ' -DREPRO=Y' +++ local 'var= -DREPRO=Y' +++ var=-DREPRO=Y +++ var=-DREPRO=Y +++ echo -n -DREPRO=Y ++ CCPP_CMAKE_FLAGS=-DREPRO=Y ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__144400 +++ eval 'setup__test_function__144400() { /bin/true ; }' ++++ cat ++++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ __ms_ksh_test= ++++ cat ++++ eval 'if ( set | grep setup__test_function__144400 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ eval module help +++ module purge ++++ /apps/lmod/7.7.18/libexec/lmod bash purge +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv";' export '_ModuleTable001_;' '_ModuleTable002_="Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CMAKE_CXX_COMPILER ++++ unset CMAKE_C_COMPILER ++++ unset CMAKE_Fortran_COMPILER ++++ unset CMAKE_Platform ++++ unset COMP ++++ unset __LMOD_REF_COUNT_CPATH ++++ unset CPATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset ESMFMKFILE ++++ unset G2TMPL_INC ++++ unset G2TMPL_LIB ++++ unset G2TMPL_SRC ++++ unset G2TMPL_VER ++++ unset G2_INC4 ++++ unset G2_INCd ++++ unset G2_LIB4 ++++ unset G2_LIBd ++++ unset G2_SRC ++++ unset G2_VER ++++ unset GDBSERVER_MIC ++++ unset GDB_CROSS ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPATH_NO_BACKTRACE ++++ unset IP_INC4 ++++ unset IP_INC8 ++++ unset IP_INCd ++++ unset IP_LIB4 ++++ unset IP_LIB8 ++++ unset IP_LIBd ++++ unset IP_SRC ++++ unset IP_VER ++++ unset I_MPI_CC ++++ unset I_MPI_F90 ++++ unset I_MPI_HYDRA_BRANCH_COUNT ++++ unset I_MPI_HYDRA_PMI_CONNECT ++++ unset I_MPI_ROOT ++++ unset I_MPI_TMI_PROVIDER ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset LD_LIBRARY_PATH ++++ unset __LMOD_REF_COUNT_LIBRARY_PATH ++++ unset LIBRARY_PATH ++++ unset LIB_NAME ++++ unset LMOD_FAMILY_COMPILER ++++ unset LMOD_FAMILY_COMPILER_VERSION ++++ unset LMOD_FAMILY_MPI ++++ unset LMOD_FAMILY_MPI_VERSION ++++ unset __LMOD_REF_COUNT_LOADEDMODULES ++++ unset LOADEDMODULES ++++ __LMOD_REF_COUNT_MANPATH='/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++++ export MANPATH ++++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ export __LMOD_REF_COUNT_MODULEPATH ++++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NCEPLIBS ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin ++++ export PATH ++++ unset __LMOD_REF_COUNT_PKG_CONFIG_PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset SLURM_UTILS_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset W3EMC_INC4 ++++ unset W3EMC_INC8 ++++ unset W3EMC_INCd ++++ unset W3EMC_LIB4 ++++ unset W3EMC_LIB8 ++++ unset W3EMC_LIBd ++++ unset W3EMC_SRC ++++ unset W3EMC_VER ++++ unset W3NCO_LIB4 ++++ unset W3NCO_LIB8 ++++ unset W3NCO_LIBd ++++ unset W3NCO_SRC ++++ unset W3NCO_VER ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv ++++ export _ModuleTable001_ ++++ _ModuleTable002_=Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ export _ModuleTable002_ ++++ _ModuleTable_Sz_=2 ++++ export _ModuleTable_Sz_ ++++ unset _ModuleTable004_ ++++ unset _ModuleTable005_ ++++ unset _ModuleTable006_ ++++ unset _ModuleTable007_ ++++ unset _ModuleTable008_ ++++ unset _ModuleTable009_ ++++ unset _ModuleTable010_ ++++ unset _ModuleTable011_ ++++ unset _ModuleTable012_ ++++ unset _ModuleTable013_ ++++ unset _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__144400 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv";' export '_ModuleTable001_;' '_ModuleTable002_="Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQv +++ export _ModuleTable001_ +++ _ModuleTable002_=Y3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.5.1";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0";' export 'POST_SRC;' 'POST_VER="v8.0.0";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v";' export '_ModuleTable003_;' '_ModuleTable004_="LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0";' export '_ModuleTable004_;' '_ModuleTable005_="Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v";' export '_ModuleTable005_;' '_ModuleTable006_="ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k";' export '_ModuleTable006_;' '_ModuleTable007_="L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k";' export '_ModuleTable007_;' '_ModuleTable008_="dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By";' export '_ModuleTable008_;' '_ModuleTable009_="b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0";' export '_ModuleTable009_;' '_ModuleTable010_="IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci";' export '_ModuleTable010_;' '_ModuleTable011_="LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl";' export '_ModuleTable011_;' '_ModuleTable012_="bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv";' export '_ModuleTable012_;' '_ModuleTable013_="TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' +++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ __LMOD_REF_COUNT_CLASSPATH='/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CMAKE_CXX_COMPILER=mpiicpc +++ export CMAKE_CXX_COMPILER +++ CMAKE_C_COMPILER=mpiicc +++ export CMAKE_C_COMPILER +++ CMAKE_Fortran_COMPILER=mpiifort +++ export CMAKE_Fortran_COMPILER +++ CMAKE_Platform=hera.intel +++ export CMAKE_Platform +++ COMP=intel +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include +++ export CPATH +++ CRTM_FIX=/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6 +++ export CRTM_FIX +++ CRTM_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6 +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.5.1 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.5.1.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.5.1 +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.5.1 +++ export G2TMPL_VER +++ G2_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info +++ export INFOPATH +++ __LMOD_REF_COUNT_INTEL_LICENSE_FILE='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1' +++ export __LMOD_REF_COUNT_INTEL_LICENSE_FILE +++ INTEL_LICENSE_FILE=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/ +++ export INTEL_PYTHONHOME +++ IPATH_NO_BACKTRACE=1 +++ export IPATH_NO_BACKTRACE +++ IP_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2 +++ export IP_SRC +++ IP_VER=v3.0.2 +++ export IP_VER +++ I_MPI_CC=icc +++ export I_MPI_CC +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_HYDRA_BRANCH_COUNT=128 +++ export I_MPI_HYDRA_BRANCH_COUNT +++ I_MPI_HYDRA_PMI_CONNECT=alltoall +++ export I_MPI_HYDRA_PMI_CONNECT +++ I_MPI_ROOT=/apps/intel/compilers_and_libraries_2018/linux/mpi +++ export I_MPI_ROOT +++ I_MPI_TMI_PROVIDER=psm +++ export I_MPI_TMI_PROVIDER +++ JASPER_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1 +++ export JASPER_INC +++ JASPER_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a +++ export JASPER_LIB +++ JASPER_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty +++ export JASPER_SRC +++ JASPER_VER=v1.900.1 +++ export JASPER_VER +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=intel +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.5.274 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=2018.0.4 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.5.1:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.0:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.5.1:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.0:esmf/8.0.0:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:2;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NCEPLIBS=/scratch2/NCEPDEV/nwprod/NCEPLIBS +++ export NCEPLIBS +++ NEMSIO_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 +++ export NETCDF +++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/home/Dom.Heinzeller/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/home/Dom.Heinzeller/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin +++ export PATH +++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 +++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH +++ PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44 +++ export PNG_INC +++ PNG_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a +++ export PNG_LIB +++ PNG_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty +++ export PNG_SRC +++ PNG_VER=v1.2.44 +++ export PNG_VER +++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.0_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.0_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.0 +++ export POST_SRC +++ POST_VER=v8.0.0 +++ export POST_VER +++ SLURM_UTILS_PATH=/contrib/sutils/bin +++ export SLURM_UTILS_PATH +++ SP_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ W3EMC_INC4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ Z_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11 +++ export Z_INC +++ Z_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a +++ export Z_LIB +++ Z_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty +++ export Z_SRC +++ Z_VER=v1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.5.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.0:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v +++ export _ModuleTable003_ +++ _ModuleTable004_=LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0 +++ export _ModuleTable004_ +++ _ModuleTable005_=Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v +++ export _ModuleTable005_ +++ _ModuleTable006_=ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k +++ export _ModuleTable006_ +++ _ModuleTable007_=L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k +++ export _ModuleTable007_ +++ _ModuleTable008_=dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By +++ export _ModuleTable008_ +++ _ModuleTable009_=b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0 +++ export _ModuleTable009_ +++ _ModuleTable010_=IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci +++ export _ModuleTable010_ +++ _ModuleTable011_=LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl +++ export _ModuleTable011_ +++ _ModuleTable012_=bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv +++ export _ModuleTable012_ +++ _ModuleTable013_=TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable013_ +++ _ModuleTable_Sz_=13 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.5.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.0'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v";' export '_ModuleTable003_;' '_ModuleTable004_="LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0";' export '_ModuleTable004_;' '_ModuleTable005_="Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v";' export '_ModuleTable005_;' '_ModuleTable006_="ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k";' export '_ModuleTable006_;' '_ModuleTable007_="L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k";' export '_ModuleTable007_;' '_ModuleTable008_="dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By";' export '_ModuleTable008_;' '_ModuleTable009_="b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0";' export '_ModuleTable009_;' '_ModuleTable010_="IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci";' export '_ModuleTable010_;' '_ModuleTable011_="LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl";' export '_ModuleTable011_;' '_ModuleTable012_="bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv";' export '_ModuleTable012_;' '_ModuleTable013_="TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.5.1 '' '' '' '19)' esmf/8.0.0 + 1) contrib 7) ip/3.0.2 13) g2tmpl/1.5.1 19) esmf/8.0.0 +++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 + 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 +++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 + 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 + 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 +++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 + 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 +++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.0 + 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.0 +++ echo '' + +++ echo '' '' + +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5v +++ export _ModuleTable003_ +++ _ModuleTable004_=LWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIsWyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0 +++ export _ModuleTable004_ +++ _ModuleTable005_=Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjUuMSIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS41LjEiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNS4xIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21v +++ export _ModuleTable005_ +++ _ModuleTable006_=ZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9k +++ export _ModuleTable006_ +++ _ModuleTable007_=L05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9k +++ export _ModuleTable007_ +++ _ModuleTable008_=dWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3By +++ export _ModuleTable008_ +++ _ModuleTable009_=b2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4wIixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjAiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0 +++ export _ModuleTable009_ +++ _ModuleTable010_=IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjci +++ export _ModuleTable010_ +++ _ModuleTable011_=LFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2Rl +++ export _ModuleTable011_ +++ _ModuleTable012_=bC91ZnMtd2VhdGhlci1tb2RlbC11ZnMtcHVibGljLXJlbGVhc2UtYWRkLW5vLWlubGluZS1wb3N0LWFuZC1pbmNyZWFzZS1jY3BwLXZlcnNpb24tbnVtYmVycy9ydC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2Qv +++ export _ModuleTable012_ +++ _ModuleTable013_=TkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable013_ +++ _ModuleTable_Sz_=13 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_4 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt -DREPRO=Y +-- The C compiler identification is Intel 18.0.5.20180823 +-- The CXX compiler identification is Intel 18.0.5.20180823 +-- The Fortran compiler identification is Intel 18.0.5.20180823 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is disabled + + +Selected physics package: gfs + +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/tests/build_fv3_4 ++ make -j 8 +Scanning dependencies of target fv3cpl +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +Scanning dependencies of target fms +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +Scanning dependencies of target gfsphysics +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 7%] Linking Fortran static library libfv3cpl.a +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 7%] Built target fv3cpl +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 54%] Linking Fortran static library FMS/libfms.a +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 55%] Built target fms +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 70%] Linking Fortran static library libgfsphysics.a +[ 70%] Built target gfsphysics +Scanning dependencies of target ipd +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 70%] Linking Fortran static library libipd.a +[ 70%] Built target ipd +Scanning dependencies of target io +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs_stub.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 76%] Linking Fortran static library libio.a +[ 76%] Built target io +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 95%] Linking Fortran static library libstochastic_physics.a +[ 95%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 97%] Linking Fortran static library libfv3cap.a +[ 97%] Built target fv3cap +Scanning dependencies of target NEMS.exe +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Linking Fortran executable NEMS.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_4.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-ufs-public-release-add-no-inline-post-and-increase-ccpp-version-numbers/rt/modulefiles/hera.intel/fv3 ../modules.fv3_4 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_4 ++ elapsed=365 ++ echo 'Elapsed time 365 seconds. Compiling REPRO=Y finished' +Elapsed time 365 seconds. Compiling REPRO=Y finished diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 4000b6834b..148aeb8f28 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,9 +1,9 @@ -Fri Dec 13 08:57:21 MST 2019 +Fri Jan 10 10:39:44 MST 2020 Start Regression test -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20191212/GNU/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_28250/fv3_ccpp_gfs_v15p2_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/GNU/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_2452/fv3_ccpp_gfs_v15p2_prod Checking test 001 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_ccpp_gfs_v15p2 results .... Test 001 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20191212/GNU/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_28250/fv3_ccpp_gfs_v16beta_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/GNU/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_2452/fv3_ccpp_gfs_v16beta_prod Checking test 002 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,18 +138,278 @@ Checking test 002 fv3_ccpp_gfs_v16beta results .... Test 002 fv3_ccpp_gfs_v16beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20191212/GNU/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_28250/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/GNU/fv3_gfs_v15p2_debug_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_2452/fv3_ccpp_gfs_v15p2_debug_prod Checking test 003 fv3_ccpp_gfs_v15p2_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing 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 dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing 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 ............SKIP for gnu/pgi compilers + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK Test 003 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20191212/GNU/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_28250/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/GNU/fv3_gfs_v16beta_debug_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_2452/fv3_ccpp_gfs_v16beta_debug_prod Checking test 004 fv3_ccpp_gfs_v16beta_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing 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 dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing 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 ............SKIP for gnu/pgi compilers + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK Test 004 fv3_ccpp_gfs_v16beta_debug PASS +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/GNU/fv3_gfs_v15p2_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_2452/fv3_ccpp_gfs_v15p2_repro +Checking test 005 fv3_ccpp_gfs_v15p2 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc ............SKIP for gnu/pgi compilers + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 005 fv3_ccpp_gfs_v15p2 PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/GNU/fv3_gfs_v16beta_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_2452/fv3_ccpp_gfs_v16beta_repro +Checking test 006 fv3_ccpp_gfs_v16beta results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc ............SKIP for gnu/pgi compilers + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 006 fv3_ccpp_gfs_v16beta PASS + + REGRESSION TEST WAS SUCCESSFUL -Fri Dec 13 09:14:28 MST 2019 -Elapsed time: 00h:17m:07s. Have a nice day! +Fri Jan 10 11:15:39 MST 2020 +Elapsed time: 00h:35m:55s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index c496ec1466..16948c352a 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,9 +1,9 @@ -Fri Dec 13 08:57:17 MST 2019 +Fri Jan 10 11:14:05 MST 2020 Start Regression test -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20191212/INTEL/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_28142/fv3_ccpp_gfs_v15p2_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/INTEL/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_17630/fv3_ccpp_gfs_v15p2_prod Checking test 001 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_ccpp_gfs_v15p2 results .... Test 001 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20191212/INTEL/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_28142/fv3_ccpp_gfs_v16beta_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/INTEL/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_17630/fv3_ccpp_gfs_v16beta_prod Checking test 002 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,18 +138,414 @@ Checking test 002 fv3_ccpp_gfs_v16beta results .... Test 002 fv3_ccpp_gfs_v16beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20191212/INTEL/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_28142/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/INTEL/fv3_gfs_v15p2_debug_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_17630/fv3_ccpp_gfs_v15p2_debug_prod Checking test 003 fv3_ccpp_gfs_v15p2_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing 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 dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing 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 Test 003 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20191212/INTEL/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_28142/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/INTEL/fv3_gfs_v16beta_debug_ccpp +working dir = /glade/scratch/heinzell/FV3_RT/rt_17630/fv3_ccpp_gfs_v16beta_debug_prod Checking test 004 fv3_ccpp_gfs_v16beta_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing 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 dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing 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 Test 004 fv3_ccpp_gfs_v16beta_debug PASS +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/INTEL/fv3_gfs_v15p2_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_17630/fv3_ccpp_gfs_v15p2_repro +Checking test 005 fv3_ccpp_gfs_v15p2 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 005 fv3_ccpp_gfs_v15p2 PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/INTEL/fv3_gfs_v16beta_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_17630/fv3_ccpp_gfs_v16beta_repro +Checking test 006 fv3_ccpp_gfs_v16beta results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 006 fv3_ccpp_gfs_v16beta PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/INTEL/fv3_gfs_v15p2_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_17630/fv3_gfs_v15p2_repro +Checking test 007 fv3_gfs_v15p2 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 007 fv3_gfs_v15p2 PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT/ufs-public-release-20200109/INTEL/fv3_gfs_v16beta_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_17630/fv3_gfs_v16beta_repro +Checking test 008 fv3_gfs_v16beta results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 008 fv3_gfs_v16beta PASS + + REGRESSION TEST WAS SUCCESSFUL -Fri Dec 13 09:22:08 MST 2019 -Elapsed time: 00h:24m:52s. Have a nice day! +Fri Jan 10 12:20:53 MST 2020 +Elapsed time: 01h:06m:48s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 6e3857a96b..39db56a941 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,9 +1,9 @@ -Fri Dec 27 20:11:31 UTC 2019 +Fri Jan 10 18:41:30 UTC 2020 Start Regression test -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20191227/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_73137/fv3_ccpp_gfs_v15p2_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200109/fv3_gfs_v15p2_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_363149/fv3_ccpp_gfs_v15p2_prod Checking test 001 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_ccpp_gfs_v15p2 results .... Test 001 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20191227/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_73137/fv3_ccpp_gfs_v16beta_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200109/fv3_gfs_v16beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_363149/fv3_ccpp_gfs_v16beta_prod Checking test 002 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,18 +138,414 @@ Checking test 002 fv3_ccpp_gfs_v16beta results .... Test 002 fv3_ccpp_gfs_v16beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20191227/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_73137/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200109/fv3_gfs_v15p2_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_363149/fv3_ccpp_gfs_v15p2_debug_prod Checking test 003 fv3_ccpp_gfs_v15p2_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing 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 dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing 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 Test 003 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20191227/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_73137/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200109/fv3_gfs_v16beta_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_363149/fv3_ccpp_gfs_v16beta_debug_prod Checking test 004 fv3_ccpp_gfs_v16beta_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing 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 dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing 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 Test 004 fv3_ccpp_gfs_v16beta_debug PASS +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200109/fv3_gfs_v15p2_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_363149/fv3_ccpp_gfs_v15p2_repro +Checking test 005 fv3_ccpp_gfs_v15p2 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 005 fv3_ccpp_gfs_v15p2 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200109/fv3_gfs_v16beta_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_363149/fv3_ccpp_gfs_v16beta_repro +Checking test 006 fv3_ccpp_gfs_v16beta results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 006 fv3_ccpp_gfs_v16beta PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200109/fv3_gfs_v15p2_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_363149/fv3_gfs_v15p2_repro +Checking test 007 fv3_gfs_v15p2 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 007 fv3_gfs_v15p2 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/ufs-public-release-20200109/fv3_gfs_v16beta_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_363149/fv3_gfs_v16beta_repro +Checking test 008 fv3_gfs_v16beta results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 008 fv3_gfs_v16beta PASS + + REGRESSION TEST WAS SUCCESSFUL -Fri Dec 27 20:35:09 UTC 2019 -Elapsed time: 00h:23m:41s. Have a nice day! +Fri Jan 10 19:33:29 UTC 2020 +Elapsed time: 00h:52m:00s. Have a nice day! diff --git a/tests/compile.sh b/tests/compile.sh index caefd3646c..115c9a77c8 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -59,6 +59,11 @@ cd "$PATHTR/../NEMS" COMPONENTS="FMS,FV3" if [[ "${MAKE_OPT}" == *"CCPP=Y"* ]]; then + # Disable CCPP dynamic build + if [[ ! "${MAKE_OPT}" == *"STATIC=Y"* ]]; then + echo "Error, dynamic CCPP build not supported" + exit 1 + fi COMPONENTS="CCPP,$COMPONENTS" # FIXME - create CCPP include directory before building FMS to avoid # gfortran warnings of non-existent include directory (adding diff --git a/tests/compile_cmake.sh b/tests/compile_cmake.sh index 940e3adf76..eead0e8183 100755 --- a/tests/compile_cmake.sh +++ b/tests/compile_cmake.sh @@ -111,7 +111,7 @@ if [[ "${MAKE_OPT}" == *"CCPP=Y"* ]]; then if [[ "${MAKE_OPT}" == *"STATIC=Y"* ]]; then CCPP_CMAKE_FLAGS="${CCPP_CMAKE_FLAGS} -DSTATIC=ON" else - echo "Error, cmake build not compatible with dynamic CCPP" + echo "Error, dynamic CCPP build not supported" exit 1 fi diff --git a/tests/fv3_conf/ccpp_control_run.IN b/tests/fv3_conf/ccpp_control_run.IN deleted file mode 100644 index 68e5df4629..0000000000 --- a/tests/fv3_conf/ccpp_control_run.IN +++ /dev/null @@ -1,41 +0,0 @@ - -if [ $NPX = 97 ]; then - inputdir=FV3_input_data -elif [ $NPX = 193 ]; then - inputdir=FV3_input_data_c192 -elif [ $NPX = 385 ]; then - inputdir=FV3_input_data_c384 -elif [ $NPX = 769 ]; then - inputdir=FV3_input_data_c768 -fi -echo "inputdir=$inputdir,NPX=$NPX" -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/${inputdir}/RESTART/* ./INPUT -fi -cp @[RTPWD]/${inputdir}/INPUT/aerosol.dat . -cp @[RTPWD]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -if [ $OZ_PHYS_NEW = .T. ]; then - cp @[RTPWD]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -elif [ $OZ_PHYS_OLD = .T. ]; then - cp @[RTPWD]/${inputdir}/INPUT/global_o3prdlos.f77 . -fi -if [ $H2O_PHYS = .T. ]; then - cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -fi -cp @[RTPWD]/${inputdir}/*grb . -cp @[RTPWD]/${inputdir}/*_table . -cp @[RTPWD]/${inputdir}/*configure . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_cpt_run.IN b/tests/fv3_conf/ccpp_cpt_run.IN deleted file mode 100644 index c193d41f0d..0000000000 --- a/tests/fv3_conf/ccpp_cpt_run.IN +++ /dev/null @@ -1,27 +0,0 @@ -inputdir=FV3_input_data_127 -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/${inputdir}/RESTART/* ./INPUT -fi -cp @[RTPWD]/${inputdir}/INPUT/aerosol.dat . -cp @[RTPWD]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/${inputdir}/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/${inputdir}/*grb . -cp @[RTPWD]/${inputdir}/*_table . -cp @[RTPWD]/${inputdir}/diag_table_mg3tke diag_table -cp @[RTPWD]/${inputdir}/field_table_csawmg3shoc field_table -cp @[RTPWD]/${inputdir}/*configure . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN b/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN deleted file mode 100644 index c193d41f0d..0000000000 --- a/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN +++ /dev/null @@ -1,27 +0,0 @@ -inputdir=FV3_input_data_127 -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/${inputdir}/RESTART/* ./INPUT -fi -cp @[RTPWD]/${inputdir}/INPUT/aerosol.dat . -cp @[RTPWD]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/${inputdir}/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/${inputdir}/*grb . -cp @[RTPWD]/${inputdir}/*_table . -cp @[RTPWD]/${inputdir}/diag_table_mg3tke diag_table -cp @[RTPWD]/${inputdir}/field_table_csawmg3shoc field_table -cp @[RTPWD]/${inputdir}/*configure . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_csawmg_run.IN b/tests/fv3_conf/ccpp_csawmg_run.IN deleted file mode 100644 index 88f3c856fa..0000000000 --- a/tests/fv3_conf/ccpp_csawmg_run.IN +++ /dev/null @@ -1,28 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_mgrs diag_table -#cp @[RTPWD]/FV3_input_data/field_table_mgrs field_table -cp @[RTPWD]/FV3_input_data/field_table_csawmg field_table -cp @[RTPWD]/FV3_input_data/*configure . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_csawmgshoc_run.IN b/tests/fv3_conf/ccpp_csawmgshoc_run.IN deleted file mode 100644 index fa6142ad20..0000000000 --- a/tests/fv3_conf/ccpp_csawmgshoc_run.IN +++ /dev/null @@ -1,28 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_mgtkers diag_table -#cp @[RTPWD]/FV3_input_data/field_table_mgtkers field_table -cp @[RTPWD]/FV3_input_data/field_table_csawmgshoc field_table -cp @[RTPWD]/FV3_input_data/*configure . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_gf_thompson_run.IN b/tests/fv3_conf/ccpp_gf_thompson_run.IN deleted file mode 100644 index 3b6af18ae8..0000000000 --- a/tests/fv3_conf/ccpp_gf_thompson_run.IN +++ /dev/null @@ -1,32 +0,0 @@ -rm -fr INPUT RESTART -mkdir INPUT RESTART -cp -r @[RTPWD]/FV3_input_data_gsd/FV3_input_data_C96_with_aerosols/* INPUT - -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . - -cp @[RTPWD]/FV3_input_data_gsd/diag_table_gf_thompson diag_table -cp @[RTPWD]/FV3_input_data_gsd/field_table_gf_thompson field_table -cp @[RTPWD]/FV3_input_data/*configure . - -# Thompson MP lookup tables - copy standard and SIONlib tables of precomputed tables -cp @[RTPWD]/FV3_input_data_gsd/thompson_tables_precomp.sl . -cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qs.dat . -cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qg.dat . -cp @[RTPWD]/FV3_input_data_gsd/freezeH2O.dat . -cp @[RTPWD]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh - diff --git a/tests/fv3_conf/ccpp_gfdlmp_run.IN b/tests/fv3_conf/ccpp_gfdlmp_run.IN deleted file mode 100644 index 5feb6fa59c..0000000000 --- a/tests/fv3_conf/ccpp_gfdlmp_run.IN +++ /dev/null @@ -1,26 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/INPUT/global_o3prdlos.f77 . -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table -cp @[RTPWD]/FV3_input_data/*configure . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_gfs_v15_run.IN b/tests/fv3_conf/ccpp_gfs_v15_run.IN deleted file mode 100644 index e5556cc9aa..0000000000 --- a/tests/fv3_conf/ccpp_gfs_v15_run.IN +++ /dev/null @@ -1,26 +0,0 @@ -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table -cp @[RTPWD]/FV3_input_data/*configure . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_gsd_run.IN b/tests/fv3_conf/ccpp_gsd_run.IN deleted file mode 100644 index 957dd6d5a3..0000000000 --- a/tests/fv3_conf/ccpp_gsd_run.IN +++ /dev/null @@ -1,63 +0,0 @@ -rm -fr INPUT RESTART -mkdir INPUT RESTART -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data_gsd/FV3_input_data_C96_with_aerosols/* INPUT/ -else - cp -r @[RTPWD]/FV3_input_data_gsd/FV3_input_data_C96_with_aerosols/grid_spec*.nc INPUT/ - cp -r @[RTPWD]/FV3_input_data_gsd/FV3_input_data_C96_with_aerosols/C96_grid*.nc INPUT/ - cp -r @[RTPWD]/FV3_input_data_gsd/FV3_input_data_C96_with_aerosols/oro_data*.nc INPUT/ - cp ../fv3_ccpp_gsd_coldstart${RT_SUFFIX}/RESTART/* INPUT/ -fi - -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . - -# Copy diag table file depending on LSM -if [ $LSM = 1 ]; then - cp @[RTPWD]/FV3_input_data_gsd/diag_table_gsd_noah diag_table -elif [ $LSM = 3 ]; then - cp @[RTPWD]/FV3_input_data_gsd/diag_table_gsd_ruc diag_table -fi - -# Copy field table, depending on microphysics choice and whether MYNN/SATMEDMF is used -if [ $IMP_PHYSICS = 8 ]; then - if [ $DO_MYNNEDMF = .T. ] || [ $SATMEDMF = .T. ]; then - cp @[RTPWD]/FV3_input_data_gsd/field_table_gsd field_table - else - cp @[RTPWD]/FV3_input_data_gsd/field_table_gf_thompson field_table - fi -elif [ $IMP_PHYSICS = 11 ]; then - if [ $DO_MYNNEDMF = .T. ] || [ $SATMEDMF = .T. ]; then - cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table - else - cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table - fi -else - echo "ERROR, no field table configured for IMP_PHYSICS=${IMP_PHYSICS}" - exit 1 -fi -cp @[RTPWD]/FV3_input_data/*configure . - -# Thompson MP lookup tables - copy standard and SIONlib tables of precomputed tables -if [ $IMP_PHYSICS = 8 ]; then - cp @[RTPWD]/FV3_input_data_gsd/thompson_tables_precomp.sl . - cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qs.dat . - cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qg.dat . - cp @[RTPWD]/FV3_input_data_gsd/freezeH2O.dat . - cp @[RTPWD]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . -fi - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh - diff --git a/tests/fv3_conf/ccpp_regional_run.IN b/tests/fv3_conf/ccpp_regional_run.IN deleted file mode 100644 index d4070e0c6a..0000000000 --- a/tests/fv3_conf/ccpp_regional_run.IN +++ /dev/null @@ -1,25 +0,0 @@ -rsync -arv @[RTPWD]/FV3_regional_input_data/. . -rsync -arv @[RTPWD]/@[INPUT_DIR]/model_configure . - -rm -rf INPUT RESTART -mkdir INPUT RESTART - -rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/. - -if [ $WARM_START = .T. ]; then - cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.coupler.res INPUT/coupler.res - cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_core.res.nc INPUT/fv_core.res.nc - cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_core.res.tile1.nc INPUT/fv_core.res.tile1.nc - cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_srf_wnd.res.tile1.nc INPUT/fv_srf_wnd.res.tile1.nc - cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_tracer.res.tile1.nc INPUT/fv_tracer.res.tile1.nc - cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.phy_data.nc INPUT/phy_data.nc - cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.sfc_data.nc INPUT/sfc_data.nc -fi - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_satmedmf_run.IN b/tests/fv3_conf/ccpp_satmedmf_run.IN deleted file mode 100644 index 2fa327ffa2..0000000000 --- a/tests/fv3_conf/ccpp_satmedmf_run.IN +++ /dev/null @@ -1,35 +0,0 @@ - -if [ $NPX = 97 ]; then - inputdir=FV3_input_data -elif [ $NPX = 193 ]; then - inputdir=FV3_input_data_c192 -elif [ $NPX = 385 ]; then - inputdir=FV3_input_data_c384 -elif [ $NPX = 769 ]; then - inputdir=FV3_input_data_c768 -fi -echo "inputdir=$inputdir,NPX=$NPX" -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/${inputdir}/RESTART/* ./INPUT -fi -cp @[RTPWD]/${inputdir}/INPUT/aerosol.dat . -cp @[RTPWD]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/${inputdir}/INPUT/global_o3prdlos.f77 . -cp @[RTPWD]/${inputdir}/*grb . -cp @[RTPWD]/${inputdir}/*_table . -cp @[RTPWD]/${inputdir}/field_table_satmedmf field_table -cp @[RTPWD]/${inputdir}/*configure . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_stretched_run.IN b/tests/fv3_conf/ccpp_stretched_run.IN deleted file mode 100644 index 41a7be91c3..0000000000 --- a/tests/fv3_conf/ccpp_stretched_run.IN +++ /dev/null @@ -1,26 +0,0 @@ - -rsync -arv @[RTPWD]/FV3_nest_input_data/. . -rm -rf INPUT RESTART -mkdir INPUT RESTART - -# DH* 20190528 -# This doesn't work with the current logic to copy -# input data from a common INPUT_DIR instead of -# CNTL_DIR (which may have _prod or _repro appended); -# see ccpp_regional_run.IN for a working example -# if this is needed in the future (not needed now) -#if [ $WARM_START = .F. ]; then -# rsync -arv @[RTPWD]/@[CNTL_DIR]/INPUT/. INPUT/. -#else -# rsync -arv @[RTPWD]/@[CNTL_DIR]/RESTART/. INPUT/. -#fi -rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/. -# *DH 20190528 - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh -echo " " >> module-setup.sh -echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh -echo " " >> module-setup.sh diff --git a/tests/fv3_conf/cpt_run.IN b/tests/fv3_conf/cpt_run.IN deleted file mode 100644 index 253ad70d04..0000000000 --- a/tests/fv3_conf/cpt_run.IN +++ /dev/null @@ -1,19 +0,0 @@ -inputdir=FV3_input_data_127 -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/${inputdir}/RESTART/* ./INPUT -fi -cp @[RTPWD]/${inputdir}/INPUT/aerosol.dat . -cp @[RTPWD]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/${inputdir}/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/${inputdir}/*grb . -cp @[RTPWD]/${inputdir}/*_table . -cp @[RTPWD]/${inputdir}/diag_table_mg3tke diag_table -cp @[RTPWD]/${inputdir}/field_table_csawmg3shoc field_table -cp @[RTPWD]/${inputdir}/*configure . diff --git a/tests/fv3_conf/csawmg3shoc127_run.IN b/tests/fv3_conf/csawmg3shoc127_run.IN deleted file mode 100644 index 253ad70d04..0000000000 --- a/tests/fv3_conf/csawmg3shoc127_run.IN +++ /dev/null @@ -1,19 +0,0 @@ -inputdir=FV3_input_data_127 -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/${inputdir}/RESTART/* ./INPUT -fi -cp @[RTPWD]/${inputdir}/INPUT/aerosol.dat . -cp @[RTPWD]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/${inputdir}/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/${inputdir}/*grb . -cp @[RTPWD]/${inputdir}/*_table . -cp @[RTPWD]/${inputdir}/diag_table_mg3tke diag_table -cp @[RTPWD]/${inputdir}/field_table_csawmg3shoc field_table -cp @[RTPWD]/${inputdir}/*configure . diff --git a/tests/fv3_conf/csawmgshoc_run.IN b/tests/fv3_conf/csawmgshoc_run.IN deleted file mode 100644 index cf88758cb7..0000000000 --- a/tests/fv3_conf/csawmgshoc_run.IN +++ /dev/null @@ -1,20 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_mgtkers diag_table -#cp @[RTPWD]/FV3_input_data/field_table_mgtkers field_table -cp @[RTPWD]/FV3_input_data/field_table_csawmgshoc field_table -cp @[RTPWD]/FV3_input_data/*configure . diff --git a/tests/fv3_conf/fv3_regional_run.IN b/tests/fv3_conf/fv3_regional_run.IN deleted file mode 100644 index a451f00307..0000000000 --- a/tests/fv3_conf/fv3_regional_run.IN +++ /dev/null @@ -1,18 +0,0 @@ - -rsync -arv @[RTPWD]/FV3_regional_input_data/. . -rsync -arv @[RTPWD]/@[INPUT_DIR]/model_configure . - -rm -rf INPUT RESTART -mkdir INPUT RESTART - -rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/. - -if [ $WARM_START = .T. ]; then - cp ../fv3_regional_control${RT_SUFFIX}/RESTART/20181015.120000.coupler.res INPUT/coupler.res - cp ../fv3_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_core.res.nc INPUT/fv_core.res.nc - cp ../fv3_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_core.res.tile1.nc INPUT/fv_core.res.tile1.nc - cp ../fv3_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_srf_wnd.res.tile1.nc INPUT/fv_srf_wnd.res.tile1.nc - cp ../fv3_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_tracer.res.tile1.nc INPUT/fv_tracer.res.tile1.nc - cp ../fv3_regional_control${RT_SUFFIX}/RESTART/20181015.120000.phy_data.nc INPUT/phy_data.nc - cp ../fv3_regional_control${RT_SUFFIX}/RESTART/20181015.120000.sfc_data.nc INPUT/sfc_data.nc -fi diff --git a/tests/fv3_conf/fv3_run.IN b/tests/fv3_conf/fv3_run.IN deleted file mode 100644 index d303c6713b..0000000000 --- a/tests/fv3_conf/fv3_run.IN +++ /dev/null @@ -1,33 +0,0 @@ - -if [ $NPX = 97 ]; then - inputdir=FV3_input_data -elif [ $NPX = 193 ]; then - inputdir=FV3_input_data_c192 -elif [ $NPX = 385 ]; then - inputdir=FV3_input_data_c384 -elif [ $NPX = 769 ]; then - inputdir=FV3_input_data_c768 -fi -echo "inputdir=$inputdir,NPX=$NPX" -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/${inputdir}/RESTART/* ./INPUT -fi -cp @[RTPWD]/${inputdir}/INPUT/aerosol.dat . -cp @[RTPWD]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -if [ $OZ_PHYS_NEW = .T. ]; then - cp @[RTPWD]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -elif [ $OZ_PHYS_OLD = .T. ]; then -cp @[RTPWD]/${inputdir}/INPUT/global_o3prdlos.f77 . -fi -if [ $H2O_PHYS = .T. ]; then - cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -fi -cp @[RTPWD]/${inputdir}/*grb . -cp @[RTPWD]/${inputdir}/*_table . -cp @[RTPWD]/${inputdir}/*configure . diff --git a/tests/fv3_conf/fv3_slurm.IN_jet b/tests/fv3_conf/fv3_slurm.IN_jet old mode 100755 new mode 100644 diff --git a/tests/fv3_conf/fv3_stretched_run.IN b/tests/fv3_conf/fv3_stretched_run.IN deleted file mode 100644 index ffec0d14e8..0000000000 --- a/tests/fv3_conf/fv3_stretched_run.IN +++ /dev/null @@ -1,18 +0,0 @@ - -rsync -arv @[RTPWD]/FV3_nest_input_data/. . -rm -rf INPUT RESTART -mkdir INPUT RESTART - -# DH* 20190528 -# This doesn't work with the current logic to copy -# input data from a common INPUT_DIR instead of -# CNTL_DIR (which may have _prod or _repro appended); -# see fv3_regional_run.IN for a working example -# if this is needed in the future (not needed now) -#if [ $WARM_START = .F. ]; then -# rsync -arv @[RTPWD]/@[CNTL_DIR]/INPUT/. INPUT/. -#else -# rsync -arv @[RTPWD]/@[CNTL_DIR]/RESTART/. INPUT/. -#fi -rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/. -# *DH 20190528 diff --git a/tests/fv3_conf/gfdlmp_run.IN b/tests/fv3_conf/gfdlmp_run.IN deleted file mode 100644 index 098b45d39d..0000000000 --- a/tests/fv3_conf/gfdlmp_run.IN +++ /dev/null @@ -1,18 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/INPUT/global_o3prdlos.f77 . -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table -cp @[RTPWD]/FV3_input_data/*configure . diff --git a/tests/fv3_conf/gfs_v15_run.IN b/tests/fv3_conf/gfs_v15_run.IN index e33b9fce8d..c21f88d948 100644 --- a/tests/fv3_conf/gfs_v15_run.IN +++ b/tests/fv3_conf/gfs_v15_run.IN @@ -1,4 +1,4 @@ - +rm -fr INPUT RESTART if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/FV3_input_data/INPUT . mkdir RESTART @@ -15,5 +15,5 @@ cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table +cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table cp @[RTPWD]/FV3_input_data/*configure . diff --git a/tests/fv3_conf/csawmg_run.IN b/tests/fv3_conf/gfs_v16_run.IN similarity index 74% rename from tests/fv3_conf/csawmg_run.IN rename to tests/fv3_conf/gfs_v16_run.IN index 751a20e960..ac23e518f4 100644 --- a/tests/fv3_conf/csawmg_run.IN +++ b/tests/fv3_conf/gfs_v16_run.IN @@ -1,4 +1,4 @@ - +rm -fr INPUT RESTART if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/FV3_input_data/INPUT . mkdir RESTART @@ -12,9 +12,8 @@ cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/FV3_input_data/*grb . +cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_mgrs diag_table -#cp @[RTPWD]/FV3_input_data/field_table_mgrs field_table -cp @[RTPWD]/FV3_input_data/field_table_csawmg field_table +cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table +cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table cp @[RTPWD]/FV3_input_data/*configure . diff --git a/tests/fv3_conf/rasmgshoc_run.IN b/tests/fv3_conf/rasmgshoc_run.IN deleted file mode 100644 index faf6b58b3b..0000000000 --- a/tests/fv3_conf/rasmgshoc_run.IN +++ /dev/null @@ -1,20 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_mgtkers diag_table -#cp @[RTPWD]/FV3_input_data/field_table_mgtkers field_table -cp @[RTPWD]/FV3_input_data/field_table_rasmgshoc field_table -cp @[RTPWD]/FV3_input_data/*configure . diff --git a/tests/fv3_conf/satmedmf_run.IN b/tests/fv3_conf/satmedmf_run.IN deleted file mode 100644 index 4430fcedfb..0000000000 --- a/tests/fv3_conf/satmedmf_run.IN +++ /dev/null @@ -1,27 +0,0 @@ - -if [ $NPX = 97 ]; then - inputdir=FV3_input_data -elif [ $NPX = 193 ]; then - inputdir=FV3_input_data_c192 -elif [ $NPX = 385 ]; then - inputdir=FV3_input_data_c384 -elif [ $NPX = 769 ]; then - inputdir=FV3_input_data_c768 -fi -echo "inputdir=$inputdir,NPX=$NPX" -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/${inputdir}/RESTART/* ./INPUT -fi -cp @[RTPWD]/${inputdir}/INPUT/aerosol.dat . -cp @[RTPWD]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/${inputdir}/INPUT/global_o3prdlos.f77 . -cp @[RTPWD]/${inputdir}/*grb . -cp @[RTPWD]/${inputdir}/*_table . -cp @[RTPWD]/${inputdir}/field_table_satmedmf field_table -cp @[RTPWD]/${inputdir}/*configure . diff --git a/tests/fv3_conf/thompson_run.IN b/tests/fv3_conf/thompson_run.IN deleted file mode 100644 index 065254d995..0000000000 --- a/tests/fv3_conf/thompson_run.IN +++ /dev/null @@ -1,19 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/INPUT/global_o3prdlos.f77 . -cp @[RTPWD]/FV3_input_data/qr_acr_q* . -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_thompson diag_table -cp @[RTPWD]/FV3_input_data/field_table_thompson field_table -cp @[RTPWD]/FV3_input_data/*configure . diff --git a/tests/fv3_conf/wsm6_run.IN b/tests/fv3_conf/wsm6_run.IN deleted file mode 100644 index c0891890b7..0000000000 --- a/tests/fv3_conf/wsm6_run.IN +++ /dev/null @@ -1,18 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/INPUT/global_o3prdlos.f77 . -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_wsm6 diag_table -cp @[RTPWD]/FV3_input_data/field_table_wsm6 field_table -cp @[RTPWD]/FV3_input_data/*configure . diff --git a/tests/rt.conf b/tests/rt.conf index 1a7141b00b..e2e7f7033d 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -10,7 +10,7 @@ RUN | fv3_ccpp_gfs_v15p2 RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 | ####################################################################################################################################################################################### -# CCPP DEBUG tests # +# CCPP DEBUG tests # ####################################################################################################################################################################################### COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | hera.intel | fv3 | @@ -19,3 +19,26 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y RUN | fv3_ccpp_gfs_v15p2_debug | standard | | fv3 | RUN | fv3_ccpp_gfs_v16beta_debug | standard | | fv3 | + +####################################################################################################################################################################################### +# CCPP REPRO tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | cheyenne.gnu | fv3 | + +RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 | + +####################################################################################################################################################################################### +# IPD REPRO tests (using Intel compiler only) # +####################################################################################################################################################################################### + +COMPILE | REPRO=Y | standard | hera.intel | | +COMPILE | REPRO=Y | standard | cheyenne.intel | | + +RUN | fv3_gfs_v15p2 | standard | hera.intel | | +RUN | fv3_gfs_v15p2 | standard | cheyenne.intel | | +RUN | fv3_gfs_v16beta | standard | hera.intel | | +RUN | fv3_gfs_v16beta | standard | cheyenne.intel | | diff --git a/tests/rt.sh b/tests/rt.sh index be9b60f433..0e0545dcfe 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -159,7 +159,7 @@ elif [[ $MACHINE_ID = gaea.* ]]; then ECFLOW_START= # DH* 20190717 temporary #DISKNM=/lustre/f2/pdata/ncep_shared/emc.nemspara/RT - DISKNM=/lustre/f2/pdata/esrl/gsd/gmtb/NEMSfv3gfs/RT + DISKNM=/lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT # *DH 20190717 QUEUE=debug # DO NOT SET AN ACCOUNT EVERYONE IS NOT A MEMBER OF @@ -242,7 +242,7 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then export PYTHONPATH= ECFLOW_START= - QUEUE=economy + QUEUE=premium PARTITION= dprefix=/glade/scratch DISKNM=/glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT @@ -345,9 +345,9 @@ while getopts ":cfsl:mkreh" opt; do done if [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/ufs-public-release-20191227/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/ufs-public-release-20200109/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/ufs-public-release-20191227} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/ufs-public-release-20200109} fi shift $((OPTIND-1)) diff --git a/tests/rt_fv3.sh b/tests/rt_fv3.sh index 95cb7d87f6..0141ab8806 100755 --- a/tests/rt_fv3.sh +++ b/tests/rt_fv3.sh @@ -19,9 +19,6 @@ cp ${PATHRT}/modules.fv3_${COMPILE_NR} modules.fv3 # Get the shell file that loads the "module" command and purges modules: cp ${PATHRT}/../NEMS/src/conf/module-setup.sh.inc module-setup.sh -cp ${PATHTR}/parm/post_itag itag -cp ${PATHTR}/parm/postxconfig-NT.txt postxconfig-NT.txt -cp ${PATHTR}/parm/params_grib2_tbl_new params_grib2_tbl_new SRCD="${PATHTR}" RUND="${RUNDIR}" diff --git a/tests/tests/fv3_2threads b/tests/tests/fv3_2threads deleted file mode 100644 index de9e810a8e..0000000000 --- a/tests/tests/fv3_2threads +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# -# FV3 2 threads test -# -############################################################################### - -export TEST_DESCR="Compare FV3 2 threads results with previous trunk version" - -export CNTL_DIR=fv3_control - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export THRD=2 -export TASKS=$TASKS_thrd -export TPN=$TPN_thrd -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=12 -export NODES=$(expr $TASKS / $TPN + 1) - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_appbuild b/tests/tests/fv3_appbuild deleted file mode 100644 index 190818825c..0000000000 --- a/tests/tests/fv3_appbuild +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# -# FV3 control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 control results with previous trunk version using NEMSAppBuilder" - -export CNTL_DIR=fv3_control - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_2threads b/tests/tests/fv3_ccpp_2threads deleted file mode 100644 index 1c111ea05f..0000000000 --- a/tests/tests/fv3_ccpp_2threads +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# -# FV3 CCPP 2 threads test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP 2 threads results with previous trunk version" - -export CNTL_DIR=fv3_control - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export THRD=2 -export TASKS=$TASKS_thrd -export TPN=$TPN_thrd -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=12 -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_appbuild b/tests/tests/fv3_ccpp_appbuild deleted file mode 100644 index d2a9ac4b26..0000000000 --- a/tests/tests/fv3_ccpp_appbuild +++ /dev/null @@ -1,82 +0,0 @@ -############################################################################### -# -# FV3 CCPP control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP control results with previous trunk version using NEMSAppBuilder" -export CNTL_DIR=fv3_control - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_control b/tests/tests/fv3_ccpp_control deleted file mode 100644 index 8e6f559cfb..0000000000 --- a/tests/tests/fv3_ccpp_control +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# -# FV3 CCPP control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP control results with previous trunk version" - -export CNTL_DIR=fv3_control - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_control_32bit b/tests/tests/fv3_ccpp_control_32bit deleted file mode 100644 index f67062b0f6..0000000000 --- a/tests/tests/fv3_ccpp_control_32bit +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# -# FV3 CCPP control compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP 32bit control results with previous trunk version" - -export CNTL_DIR=fv3_control_32bit - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_control_debug b/tests/tests/fv3_ccpp_control_debug deleted file mode 100644 index 61173ec342..0000000000 --- a/tests/tests/fv3_ccpp_control_debug +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# -# FV3 CCPP control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP control results with previous trunk version" - -export CNTL_DIR=fv3_control - -export LIST_FILES="" - -export_fv3 - -export FHMAX="06" - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_cpt b/tests/tests/fv3_ccpp_cpt deleted file mode 100644 index d86eb584a8..0000000000 --- a/tests/tests/fv3_ccpp_cpt +++ /dev/null @@ -1,93 +0,0 @@ -############################################################################### -# -# FV3 CCPP CPT test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP CPT results with previous trunk version" - -export CNTL_DIR=fv3_cpt - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - 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/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 - -export SATMEDMF=.F. -export HYBEDMF=.T. - -export DT_ATMOS="300" -export SYEAR='2017' -export SMONTH='08' -export SDAY='22' -export SHOUR='00' -export TASKS=204 -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=12 - -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES='4' -export JNPES='8' - -export NPZ='127' -export NPZP='128' - - -export INPUT_NML=ccpp_cpt.nml.IN -export FV3_RUN=ccpp_cpt_run.IN -export CCPP_SUITE=FV3_CPT_v0 -export CCPP_LIB_DIR=ccpp/lib -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_csawmg b/tests/tests/fv3_ccpp_csawmg deleted file mode 100644 index 707d213016..0000000000 --- a/tests/tests/fv3_ccpp_csawmg +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# -# FV3 CCPP CSAWMG test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP csawmg results with previous trunk version" - -export CNTL_DIR=fv3_csawmg - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 - -DT_ATMOS="600" - -export INPUT_NML=ccpp_csawmg.nml.IN -export FV3_RUN=ccpp_csawmg_run.IN -export CCPP_SUITE=FV3_GFS_2017_csawmg -export CCPP_LIB_DIR=ccpp/lib -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export NODES=$(expr $TASKS / $TPN + 1) - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_csawmg3shoc127 b/tests/tests/fv3_ccpp_csawmg3shoc127 deleted file mode 100644 index 7cb8625310..0000000000 --- a/tests/tests/fv3_ccpp_csawmg3shoc127 +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# -# FV3 CCPP CSAWMGSHOC test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP csawmgshoc results with previous trunk version" - -export CNTL_DIR=fv3_csawmg3shoc127 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 - -export DT_ATMOS="300" -export SYEAR='2017' -export SMONTH='08' -export SDAY='22' -export SHOUR='00' -export TASKS=204 -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=12 - -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES='4' -export JNPES='8' - -export NPZ='127' -export NPZP='128' - -export INPUT_NML=ccpp_csawmg3shoc127.nml.IN -export FV3_RUN=ccpp_csawmg3shoc127_run.IN -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export CCPP_SUITE=FV3_GFS_2017_csawmgshoc -export CCPP_LIB_DIR=ccpp/lib - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_csawmgshoc b/tests/tests/fv3_ccpp_csawmgshoc deleted file mode 100644 index d0639175e6..0000000000 --- a/tests/tests/fv3_ccpp_csawmgshoc +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# -# FV3 CCPP CSAWMGSHOC test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP csawmgshoc results with previous trunk version" - -export CNTL_DIR=fv3_csawmgshoc - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 - -DT_ATMOS="600" - -export INPUT_NML=ccpp_csawmgshoc.nml.IN -export FV3_RUN=ccpp_csawmgshoc_run.IN -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export CCPP_SUITE=FV3_GFS_2017_csawmgshoc -export CCPP_LIB_DIR=ccpp/lib - -export NODES=$(expr $TASKS / $TPN + 1) - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_decomp b/tests/tests/fv3_ccpp_decomp deleted file mode 100644 index e7eb810900..0000000000 --- a/tests/tests/fv3_ccpp_decomp +++ /dev/null @@ -1,86 +0,0 @@ -############################################################################### -# -# FV3 CCPP domain decomposition test with different PEs -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP decomp results with previous trunk version" - -export CNTL_DIR=fv3_control - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES=6 -export JNPES=4 - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gf b/tests/tests/fv3_ccpp_gf deleted file mode 100644 index 58a497e9e8..0000000000 --- a/tests/tests/fv3_ccpp_gf +++ /dev/null @@ -1,92 +0,0 @@ -############################################################################### -# -# FV3 CCPP GF CU test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GF CU results with previous trunk version" - -export CNTL_DIR=fv3_gf - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export DT_ATMOS="1200" -export IMP_PHYSICS=11 -export DNATS=1 -export DO_SAT_ADJ=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GFS_v15_gf -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.T. -export DO_MYNNEDMF=.F. -export IMFSHALCNV=3 -export IMFDEEPCNV=3 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gf_thompson b/tests/tests/fv3_ccpp_gf_thompson deleted file mode 100644 index a369ac1ffc..0000000000 --- a/tests/tests/fv3_ccpp_gf_thompson +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# -# FV3 CCPP GF CU + Thompson MP test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GF CU + Thompson MP results with previous trunk version" - -export CNTL_DIR=fv3_gf_thompson - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export DT_ATMOS="1200" -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.F. -export LRADAR=.T. -export LTAEROSOL=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GFS_v15_gf_thompson -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.T. -export DO_MYNNEDMF=.F. -export IMFSHALCNV=3 -export IMFDEEPCNV=3 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfdlmp b/tests/tests/fv3_ccpp_gfdlmp deleted file mode 100644 index 59b5c7c2da..0000000000 --- a/tests/tests/fv3_ccpp_gfdlmp +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFDL-MP test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GFDL-MP results with previous trunk version" - -export CNTL_DIR=fv3_gfdlmp - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export FV3_RUN=ccpp_gfdlmp_run.IN -export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfdlmp_32bit b/tests/tests/fv3_ccpp_gfdlmp_32bit deleted file mode 100644 index 6ff25d5af2..0000000000 --- a/tests/tests/fv3_ccpp_gfdlmp_32bit +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFDL-MP compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFDL-MP results with previous trunk version" - -export CNTL_DIR=fv3_gfdlmp_32bit - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export FV3_RUN=ccpp_gfdlmp_run.IN -export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfdlmprad b/tests/tests/fv3_ccpp_gfdlmprad deleted file mode 100644 index b77411386c..0000000000 --- a/tests/tests/fv3_ccpp_gfdlmprad +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFDL-MPrad test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GFDL-MP radiation interaction option with the control" - -export CNTL_DIR=fv3_gfdlmprad - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export LGFDLMPRAD=.true. -export EFFR_IN=.true. - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN -export FV3_RUN=ccpp_gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfdlmprad_32bit_post b/tests/tests/fv3_ccpp_gfdlmprad_32bit_post deleted file mode 100644 index 3e9fe89bdf..0000000000 --- a/tests/tests/fv3_ccpp_gfdlmprad_32bit_post +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFDL-MPrad inline post test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GFDL-MP radiation interaction / inline post option with the control" - -export CNTL_DIR=fv3_gfdlmprad_32bit_post - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF24 \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export LGFDLMPRAD=.true. -export EFFR_IN=.true. - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export OUTPUT_HISTORY=.true. -export WRITE_DOPOST=.true. -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN -export FV3_RUN=ccpp_gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfdlmprad_gwd b/tests/tests/fv3_ccpp_gfdlmprad_gwd deleted file mode 100644 index 8acdffaf08..0000000000 --- a/tests/tests/fv3_ccpp_gfdlmprad_gwd +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFDL-MPrad gravity wave drag test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GFDL-MP radiation interaction option and gravity wave drag with the control" - -export CNTL_DIR=fv3_gfdlmprad_gwd - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export LGFDLMPRAD=.true. -export EFFR_IN=.true. -export DO_UGWP=.true. -export DO_TOFD=.true. - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN -export FV3_RUN=ccpp_gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfdlmprad_noahmp b/tests/tests/fv3_ccpp_gfdlmprad_noahmp deleted file mode 100644 index 14569d0c81..0000000000 --- a/tests/tests/fv3_ccpp_gfdlmprad_noahmp +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFDL-MPrad Noah MP test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GFDL-MP radiation interaction and Noah MP option with the control" - -export CNTL_DIR=fv3_gfdlmprad_noahmp - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export LGFDLMPRAD=.true. -export EFFR_IN=.true. -export LSM=2 -export LANDICE=.false. - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export CCPP_SUITE=FV3_GFS_2017_gfdlmp_noahmp -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN -export FV3_RUN=ccpp_gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_myj b/tests/tests/fv3_ccpp_gfs_myj deleted file mode 100644 index b8b6a22fcb..0000000000 --- a/tests/tests/fv3_ccpp_gfs_myj +++ /dev/null @@ -1,93 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFS MYJ compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFS MYJ results with previous trunk version" - -export CNTL_DIR=fv3_gfs_myj - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="900" - -export FV3_RUN=ccpp_gfs_v15_run.IN -export CCPP_SUITE=FV3_GFS_2017_myj -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh - -export OZ_PHYS_OLD=.F. -export OZ_PHYS_NEW=.T. -export H2O_PHYS=.T. -export HYBEDMF=.F. -export SATMEDMF=.F. -export DO_MYJSFC=.T. -export DO_MYJPBL=.T. diff --git a/tests/tests/fv3_ccpp_gfs_v15 b/tests/tests/fv3_ccpp_gfs_v15 deleted file mode 100644 index 517c94254c..0000000000 --- a/tests/tests/fv3_ccpp_gfs_v15 +++ /dev/null @@ -1,91 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFS v15 compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFS v15 results with previous trunk version" - -export CNTL_DIR=fv3_gfs_v15 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" - -export FV3_RUN=ccpp_gfs_v15_run.IN -export CCPP_SUITE=FV3_GFS_v15 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh - -export OZ_PHYS_OLD=.F. -export OZ_PHYS_NEW=.T. -export H2O_PHYS=.T. -export HYBEDMF=.T. -export SATMEDMF=.F. diff --git a/tests/tests/fv3_ccpp_gfs_v15p2 b/tests/tests/fv3_ccpp_gfs_v15p2 index 78ca1fa8bd..1b8d7b2662 100644 --- a/tests/tests/fv3_ccpp_gfs_v15p2 +++ b/tests/tests/fv3_ccpp_gfs_v15p2 @@ -77,9 +77,8 @@ export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="1200" -export FV3_RUN=ccpp_gfs_v15_run.IN +export FV3_RUN=gfs_v15_run.IN export CCPP_SUITE=FV3_GFS_v15p2 -export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_v15p2_c96.nml.IN RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_debug b/tests/tests/fv3_ccpp_gfs_v15p2_debug index e1a0fac782..c772b112cf 100644 --- a/tests/tests/fv3_ccpp_gfs_v15p2_debug +++ b/tests/tests/fv3_ccpp_gfs_v15p2_debug @@ -6,9 +6,70 @@ export TEST_DESCR="Run FV3 32bit CCPP GFS v15.2 in DEBUG mode" -export CNTL_DIR=fv3_gfs_v15p2 +export CNTL_DIR=fv3_gfs_v15p2_debug -export LIST_FILES="" +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf006.tile1.nc \ + phyf006.tile2.nc \ + phyf006.tile3.nc \ + phyf006.tile4.nc \ + phyf006.tile5.nc \ + phyf006.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf006.tile1.nc \ + dynf006.tile2.nc \ + dynf006.tile3.nc \ + dynf006.tile4.nc \ + dynf006.tile5.nc \ + dynf006.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" export_fv3 export NODES=$(expr $TASKS / $TPN + 1) @@ -16,9 +77,8 @@ export NODES=$(expr $TASKS / $TPN + 1) export FHMAX="06" DT_ATMOS="1200" -export FV3_RUN=ccpp_gfs_v15_run.IN +export FV3_RUN=gfs_v15_run.IN export CCPP_SUITE=FV3_GFS_v15p2 -export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_v15p2_c96.nml.IN RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v15plus b/tests/tests/fv3_ccpp_gfs_v15plus deleted file mode 100644 index bb8220e750..0000000000 --- a/tests/tests/fv3_ccpp_gfs_v15plus +++ /dev/null @@ -1,91 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFS v15plus compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFS v15plus results with previous trunk version" - -export CNTL_DIR=fv3_gfs_v15plus - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" - -export FV3_RUN=ccpp_gfs_v15_run.IN -export CCPP_SUITE=FV3_GFS_v15plus -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh - -export OZ_PHYS_OLD=.F. -export OZ_PHYS_NEW=.T. -export H2O_PHYS=.T. -export HYBEDMF=.F. -export SATMEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gfs_v16beta b/tests/tests/fv3_ccpp_gfs_v16beta index 23b3c98806..d4415f33ff 100644 --- a/tests/tests/fv3_ccpp_gfs_v16beta +++ b/tests/tests/fv3_ccpp_gfs_v16beta @@ -77,9 +77,8 @@ export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="1200" -export FV3_RUN=ccpp_gfs_v15_run.IN +export FV3_RUN=gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16beta -export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_v16beta_c96.nml.IN RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v16beta_debug b/tests/tests/fv3_ccpp_gfs_v16beta_debug index 546aa31808..2cd3fbf070 100644 --- a/tests/tests/fv3_ccpp_gfs_v16beta_debug +++ b/tests/tests/fv3_ccpp_gfs_v16beta_debug @@ -6,9 +6,70 @@ export TEST_DESCR="Run FV3 32bit CCPP GFS v16beta in DEBUG mode" -export CNTL_DIR=fv3_gfs_v16beta +export CNTL_DIR=fv3_gfs_v16beta_debug -export LIST_FILES="" +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf006.tile1.nc \ + phyf006.tile2.nc \ + phyf006.tile3.nc \ + phyf006.tile4.nc \ + phyf006.tile5.nc \ + phyf006.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf006.tile1.nc \ + dynf006.tile2.nc \ + dynf006.tile3.nc \ + dynf006.tile4.nc \ + dynf006.tile5.nc \ + dynf006.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" export_fv3 export NODES=$(expr $TASKS / $TPN + 1) @@ -16,9 +77,8 @@ export NODES=$(expr $TASKS / $TPN + 1) export FHMAX="06" DT_ATMOS="1200" -export FV3_RUN=ccpp_gfs_v15_run.IN +export FV3_RUN=gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16beta -export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_v16beta_c96.nml.IN RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gsd b/tests/tests/fv3_ccpp_gsd deleted file mode 100644 index 92c4fcdafd..0000000000 --- a/tests/tests/fv3_ccpp_gsd +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# -# FV3 CCPP GSD (GF CU + Thompson MP + MYNN PBL + RUC LSM) full (0-48h) test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GSD results with previous trunk version" - -export CNTL_DIR=fv3_gsd - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - phyf027.tile1.nc \ - phyf027.tile2.nc \ - phyf027.tile3.nc \ - phyf027.tile4.nc \ - phyf027.tile5.nc \ - phyf027.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - dynf027.tile1.nc \ - dynf027.tile2.nc \ - dynf027.tile3.nc \ - dynf027.tile4.nc \ - dynf027.tile5.nc \ - dynf027.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" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FHMAX=48 -export FDIAG=3 - -export DT_ATMOS="1200" -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.F. -export LRADAR=.T. -export LTAEROSOL=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GSD_v0 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.F. -export DO_MYNNEDMF=.T. -export IMFSHALCNV=3 -export IMFDEEPCNV=3 -export FHCYC=0 -export LSM=3 -export LSOIL_LSM=9 - -RUN_SCRIPT=rt_fv3.sh - -export WLCLK=30 - diff --git a/tests/tests/fv3_ccpp_gsd_coldstart b/tests/tests/fv3_ccpp_gsd_coldstart deleted file mode 100644 index 4d15d49614..0000000000 --- a/tests/tests/fv3_ccpp_gsd_coldstart +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# -# FV3 CCPP GSD (GF CU + Thompson MP + MYNN PBL + RUC LSM) coldstart (0-24h) test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GSD results with previous trunk version" - -export CNTL_DIR=fv3_gsd - -export LIST_FILES="phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FHMAX=24 -export FDIAG=3 - -export DT_ATMOS="1200" -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.F. -export LRADAR=.T. -export LTAEROSOL=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GSD_v0 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.F. -export DO_MYNNEDMF=.T. -export IMFSHALCNV=3 -export IMFDEEPCNV=3 -export FHCYC=0 -export LSM=3 -export LSOIL_LSM=9 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gsd_drag_suite b/tests/tests/fv3_ccpp_gsd_drag_suite deleted file mode 100644 index 6311fc1bb9..0000000000 --- a/tests/tests/fv3_ccpp_gsd_drag_suite +++ /dev/null @@ -1,104 +0,0 @@ -############################################################################### -# -# FV3 CCPP GSD (GF CU + Thompson MP + MYNN PBL + RUC LSM + GSD DRAG) test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GSD + DRAG results with previous trunk version" - -export CNTL_DIR=fv3_gsd_drag_suite - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FHMAX=24 -export FDIAG=3 - -export DT_ATMOS="1200" -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.F. -export LRADAR=.T. -export LTAEROSOL=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GSD_v0_drag_suite -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.F. -export DO_MYNNEDMF=.T. -export IMFSHALCNV=3 -export IMFDEEPCNV=3 -export FHCYC=0 -export LSM=3 -export LSOIL_LSM=9 -export GWD_OPT=3 - -RUN_SCRIPT=rt_fv3.sh - -export WLCLK=30 - diff --git a/tests/tests/fv3_ccpp_gsd_noah b/tests/tests/fv3_ccpp_gsd_noah deleted file mode 100644 index d03ee62c6b..0000000000 --- a/tests/tests/fv3_ccpp_gsd_noah +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# -# FV3 CCPP GSD (GF CU + Thompson MP + MYNN PBL + NOAH LSM) test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GSD results with previous trunk version" - -export CNTL_DIR=fv3_gsd_noah - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - phyf027.tile1.nc \ - phyf027.tile2.nc \ - phyf027.tile3.nc \ - phyf027.tile4.nc \ - phyf027.tile5.nc \ - phyf027.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - dynf027.tile1.nc \ - dynf027.tile2.nc \ - dynf027.tile3.nc \ - dynf027.tile4.nc \ - dynf027.tile5.nc \ - dynf027.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" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FHMAX=48 -export FDIAG=3 - -export DT_ATMOS="1200" -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.F. -export LRADAR=.T. -export LTAEROSOL=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GSD_noah -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.F. -export DO_MYNNEDMF=.T. -export IMFSHALCNV=3 -export IMFDEEPCNV=3 -export FHCYC=0 -export LSM=1 -export LSOIL_LSM=4 - -RUN_SCRIPT=rt_fv3.sh - -export WLCLK=30 - diff --git a/tests/tests/fv3_ccpp_gsd_warmstart b/tests/tests/fv3_ccpp_gsd_warmstart deleted file mode 100644 index e105ca0201..0000000000 --- a/tests/tests/fv3_ccpp_gsd_warmstart +++ /dev/null @@ -1,102 +0,0 @@ -############################################################################### -# -# FV3 CCPP GSD (GF CU + Thompson MP + MYNN PBL + RUC LSM) restart (24-48h) test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP GSD restart results with previous trunk version" - -export CNTL_DIR=fv3_gsd - -export LIST_FILES="phyf027.tile1.nc \ - phyf027.tile2.nc \ - phyf027.tile3.nc \ - phyf027.tile4.nc \ - phyf027.tile5.nc \ - phyf027.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf027.tile1.nc \ - dynf027.tile2.nc \ - dynf027.tile3.nc \ - dynf027.tile4.nc \ - dynf027.tile5.nc \ - dynf027.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/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export WARM_START=.T. -export NGGPS_IC=.F. -export EXTERNAL_IC=.F. -export MAKE_NH=.F. -export MOUNTAIN=.T. -export NA_INIT=0 -export NSTF_NAME=2,0,1,0,5 - -export FHMAX=48 -export FDIAG=3 - -export DT_ATMOS="1200" -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.F. -export LRADAR=.T. -export LTAEROSOL=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GSD_v0 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.F. -export DO_MYNNEDMF=.T. -export IMFSHALCNV=3 -export IMFDEEPCNV=3 -export FHCYC=0 -export LSM=3 -export LSOIL_LSM=9 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_h2ophys b/tests/tests/fv3_ccpp_h2ophys deleted file mode 100644 index 79750b4f7d..0000000000 --- a/tests/tests/fv3_ccpp_h2ophys +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# -# FV3 CCPP H2O physics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP H2O physics results with previous trunk version" - -export CNTL_DIR=fv3_h2ophys - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017_h2ophys -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -export H2O_PHYS=.T. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_iau b/tests/tests/fv3_ccpp_iau deleted file mode 100644 index e1f882e8cd..0000000000 --- a/tests/tests/fv3_ccpp_iau +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# -# FV3 CCPP IAU test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP IAU results with previous trunk version" - -export CNTL_DIR=fv3_iau - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf027.tile1.nc \ - phyf027.tile2.nc \ - phyf027.tile3.nc \ - phyf027.tile4.nc \ - phyf027.tile5.nc \ - phyf027.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf027.tile1.nc \ - dynf027.tile2.nc \ - dynf027.tile3.nc \ - dynf027.tile4.nc \ - dynf027.tile5.nc \ - dynf027.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" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export WARM_START=.T. -export NGGPS_IC=.F. -export EXTERNAL_IC=.F. -export MAKE_NH=.F. -export MOUNTAIN=.T. -export NA_INIT=0 -export FHMAX=48 -export FDIAG=3 -export NSTF_NAME=2,0,1,0,5 -export IAU_INC_FILES="fv3_increment.nc" - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_lheatstrg b/tests/tests/fv3_ccpp_lheatstrg deleted file mode 100644 index 7dae707029..0000000000 --- a/tests/tests/fv3_ccpp_lheatstrg +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# -# FV3 CCPP lheatstrg test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP control with lheatstrg on Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_lheatstrg - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -export LHEATSTRG=.T. -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_mynn b/tests/tests/fv3_ccpp_mynn deleted file mode 100644 index 671694b349..0000000000 --- a/tests/tests/fv3_ccpp_mynn +++ /dev/null @@ -1,92 +0,0 @@ -############################################################################### -# -# FV3 CCPP MYNN PBL test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP MYNN PBL results with previous trunk version" - -export CNTL_DIR=fv3_mynn - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export DT_ATMOS="1200" -export IMP_PHYSICS=11 -export DNATS=1 -export DO_SAT_ADJ=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GFS_v15_mynn -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.F. -export DO_MYNNEDMF=.T. -export IMFSHALCNV=2 -export IMFDEEPCNV=2 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_ntiedtke b/tests/tests/fv3_ccpp_ntiedtke deleted file mode 100644 index 239fe5065d..0000000000 --- a/tests/tests/fv3_ccpp_ntiedtke +++ /dev/null @@ -1,88 +0,0 @@ -############################################################################### -# -# FV3 CCPP New Tiedtke test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP New Tiedtke results with previous trunk version" - -export CNTL_DIR=fv3_ntiedtke - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="600" - -export FV3_RUN=ccpp_gfdlmp_run.IN -export CCPP_SUITE=FV3_GFS_2017_ntiedtke -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh - -export IMFSHALCNV=4 -export IMFDEEPCNV=4 diff --git a/tests/tests/fv3_ccpp_ozphys_2015 b/tests/tests/fv3_ccpp_ozphys_2015 deleted file mode 100644 index 6b51bdc520..0000000000 --- a/tests/tests/fv3_ccpp_ozphys_2015 +++ /dev/null @@ -1,86 +0,0 @@ -############################################################################### -# -# FV3 CCPP ozone physics 2015 test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP ozone physics 2015 results with previous trunk version" - -export CNTL_DIR=fv3_ozphys_2015 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017_ozphys_2015 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -export OZ_PHYS_OLD=.F. -export OZ_PHYS_NEW=.T. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_read_inc b/tests/tests/fv3_ccpp_read_inc deleted file mode 100644 index f82c343773..0000000000 --- a/tests/tests/fv3_ccpp_read_inc +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# -# FV3 CCPP read_inc test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP read_inc results with previous trunk version" - -export CNTL_DIR=fv3_read_inc - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf027.tile1.nc \ - phyf027.tile2.nc \ - phyf027.tile3.nc \ - phyf027.tile4.nc \ - phyf027.tile5.nc \ - phyf027.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf027.tile1.nc \ - dynf027.tile2.nc \ - dynf027.tile3.nc \ - dynf027.tile4.nc \ - dynf027.tile5.nc \ - dynf027.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" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export WARM_START=.T. -export NGGPS_IC=.F. -export EXTERNAL_IC=.F. -export MAKE_NH=.F. -export MOUNTAIN=.T. -export NA_INIT=0 -export FHMAX=48 -export FDIAG=3 -export READ_INCREMENT=.T. -export NSTF_NAME=2,0,1,0,5 - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_regional_c768 b/tests/tests/fv3_ccpp_regional_c768 deleted file mode 100644 index c8e807a2f7..0000000000 --- a/tests/tests/fv3_ccpp_regional_c768 +++ /dev/null @@ -1,25 +0,0 @@ -############################################################################### -# -# FV3 CCPP regional c768 test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP regional c768 results with previous trunk version" - -export CNTL_DIR=fv3_regional_c768 - -export LIST_FILES=" atmos_4xdaily.nc \ - fv3_history2d.nc \ - fv3_history.nc " - -export_fv3 - -export TASKS=480 -export WLCLK=30 - -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_regional_run.IN - -export CCPP_SUITE=FV3_GFS_2017_gfdlmp_regional_c768 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional_c768.nml.IN diff --git a/tests/tests/fv3_ccpp_regional_control b/tests/tests/fv3_ccpp_regional_control deleted file mode 100644 index 5ddcaae5a7..0000000000 --- a/tests/tests/fv3_ccpp_regional_control +++ /dev/null @@ -1,28 +0,0 @@ -############################################################################### -# -# FV3 CCPP regional control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP regional control results with previous trunk version" - -export CNTL_DIR=fv3_regional_control - -export LIST_FILES=" atmos_4xdaily.nc \ - fv3_history2d.nc \ - fv3_history.nc " - -export_fv3 - -export TASKS=24 - -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_regional_run.IN - -export CCPP_SUITE=FV3_GFS_2017_gfdlmp_regional -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional.nml.IN - -export FDIAG=3 -export INPES=4 -export JNPES=6 diff --git a/tests/tests/fv3_ccpp_regional_quilt b/tests/tests/fv3_ccpp_regional_quilt deleted file mode 100644 index a0eac1b380..0000000000 --- a/tests/tests/fv3_ccpp_regional_quilt +++ /dev/null @@ -1,30 +0,0 @@ -############################################################################### -# -# FV3 CCPP regional control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP regional quilt results with previous trunk version" - -export CNTL_DIR=fv3_regional_quilt - -export LIST_FILES=" atmos_4xdaily.nc \ - dynf000.nc \ - dynf024.nc \ - phyf000.nc \ - phyf024.nc " - -export_fv3 - -export TASKS=28 - -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_regional_run.IN - -export CCPP_SUITE=FV3_GFS_2017_gfdlmp_regional -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional.nml.IN - -export FDIAG=3 -export INPES=6 -export JNPES=4 diff --git a/tests/tests/fv3_ccpp_regional_restart b/tests/tests/fv3_ccpp_regional_restart deleted file mode 100644 index 5bb7d3be7d..0000000000 --- a/tests/tests/fv3_ccpp_regional_restart +++ /dev/null @@ -1,40 +0,0 @@ -############################################################################### -# -# FV3 CCPP regional restart test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP regional restart results with previous trunk version" - -export CNTL_DIR=fv3_regional_restart - -export LIST_FILES=" atmos_4xdaily.nc \ - fv3_history2d.nc \ - fv3_history.nc " - -export_fv3 - -export TASKS=24 -export WARM_START=.T. - -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_regional_run.IN - -export CCPP_SUITE=FV3_GFS_2017_gfdlmp_regional -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional.nml.IN - -export FDIAG=3 -export INPES=4 -export JNPES=6 - -export WARM_START=.T. -export NGGPS_IC=.F. -export EXTERNAL_IC=.F. -# DH* The correct setting would be .F.? However the official -# regression test baseline uses MAKE_NH=.T. -#export MAKE_NH=.F. -export MAKE_NH=.T. -# *DH -export MOUNTAIN=.T. -export NA_INIT=0 diff --git a/tests/tests/fv3_ccpp_restart b/tests/tests/fv3_ccpp_restart deleted file mode 100644 index d62a1e319c..0000000000 --- a/tests/tests/fv3_ccpp_restart +++ /dev/null @@ -1,93 +0,0 @@ -############################################################################### -# -# FV3 CCPP restart test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP restart results with previous trunk version" - -export CNTL_DIR=fv3_restart - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf027.tile1.nc \ - phyf027.tile2.nc \ - phyf027.tile3.nc \ - phyf027.tile4.nc \ - phyf027.tile5.nc \ - phyf027.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf027.tile1.nc \ - dynf027.tile2.nc \ - dynf027.tile3.nc \ - dynf027.tile4.nc \ - dynf027.tile5.nc \ - dynf027.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" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export WARM_START=.T. -export NGGPS_IC=.F. -export EXTERNAL_IC=.F. -export MAKE_NH=.F. -export MOUNTAIN=.T. -export NA_INIT=0 -export FHMAX=48 -export FDIAG=3 -export NSTF_NAME=2,0,1,0,5 - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_satmedmf b/tests/tests/fv3_ccpp_satmedmf deleted file mode 100644 index c2ea153b5b..0000000000 --- a/tests/tests/fv3_ccpp_satmedmf +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# -# FV3 CCPP satmedmf test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP control with satmedmf on Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_satmedmf - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export SATMEDMF=.T. -export HYBEDMF=.F. -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. -export FV3_RUN=ccpp_satmedmf_run.IN -export CCPP_SUITE=FV3_GFS_2017_satmedmf -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_shinhong b/tests/tests/fv3_ccpp_shinhong deleted file mode 100644 index 69111a642c..0000000000 --- a/tests/tests/fv3_ccpp_shinhong +++ /dev/null @@ -1,88 +0,0 @@ -############################################################################### -# -# FV3 CCPP SHINHONG-PBL test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP SHINHONG-PBL results with previous trunk version" - -export CNTL_DIR=fv3_shinhong - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" - -export FV3_RUN=ccpp_gfdlmp_run.IN -export CCPP_SUITE=FV3_GFS_2017_shinhong -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh - -export HYBEDMF=.F. -export SHINHONG=.T. diff --git a/tests/tests/fv3_ccpp_stochy b/tests/tests/fv3_ccpp_stochy deleted file mode 100644 index 86b7d31c69..0000000000 --- a/tests/tests/fv3_ccpp_stochy +++ /dev/null @@ -1,92 +0,0 @@ -############################################################################### -# -# FV3 CCPP stochastic test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP stochastic results with previous trunk version" - -export CNTL_DIR=fv3_stochy - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf012.tile1.nc \ - phyf012.tile2.nc \ - phyf012.tile3.nc \ - phyf012.tile4.nc \ - phyf012.tile5.nc \ - phyf012.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf012.tile1.nc \ - dynf012.tile2.nc \ - dynf012.tile3.nc \ - dynf012.tile4.nc \ - dynf012.tile5.nc \ - dynf012.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export DO_SPPT=.T. -export DO_SHUM=.T. -export DO_SKEB=.T. -export SKEB=0.3 -export SHUM=0.003 -export SPPT=0.2 -export DT_ATMOS=600 -export FHMAX=12 - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_stretched b/tests/tests/fv3_ccpp_stretched deleted file mode 100644 index 8ba057f4fa..0000000000 --- a/tests/tests/fv3_ccpp_stretched +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# -# FV3 CCPP control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP control results with previous trunk version" - -export CNTL_DIR=fv3_stretched -export LIST_FILES=" atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - fv3_history2d.tile1.nc \ - fv3_history2d.tile2.nc \ - fv3_history2d.tile3.nc \ - fv3_history2d.tile4.nc \ - fv3_history2d.tile5.nc \ - fv3_history2d.tile6.nc \ - fv3_history.tile1.nc \ - fv3_history.tile2.nc \ - fv3_history.tile3.nc \ - fv3_history.tile4.nc \ - fv3_history.tile5.nc \ - fv3_history.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - -export_fv3 - -INPES=$INPES_stretch -JNPES=$JNPES_stretch -TPN=$TPN_stretch -TASKS=$TASKS_stretch -export NODES=$(expr $TASKS / $TPN + 1) - -MAKE_NH='.T.' -NA_INIT='1' -EXTERNAL_IC='.T.' -NGGPS_IC='.T.' -MOUNTAIN='.F.' -WARM_START='.F.' -FDIAG='3' - -HYBEDMF='.T.' -SATMEDMF='.F.' - -SYEAR="2018" -SMONTH="10" -SDAY="15" -SHOUR="00" -FHMAX="48" -DT_ATMOS="450" -QUILTING=.false. - -export INPUT_NML=ccpp_stretched-input.nml.IN -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_stretched_run.IN - -export CCPP_SUITE=FV3_GFS_2017_stretched -export CCPP_LIB_DIR=ccpp/lib - diff --git a/tests/tests/fv3_ccpp_stretched_nest b/tests/tests/fv3_ccpp_stretched_nest deleted file mode 100644 index b19b0ad181..0000000000 --- a/tests/tests/fv3_ccpp_stretched_nest +++ /dev/null @@ -1,113 +0,0 @@ -############################################################################### -# -# FV3 CCPP control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP control results with previous trunk version" - -export CNTL_DIR=fv3_stretched_nest -export LIST_FILES=" atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - atmos_4xdaily.nest02.tile7.nc \ - fv3_history2d.tile1.nc \ - fv3_history2d.tile2.nc \ - fv3_history2d.tile3.nc \ - fv3_history2d.tile4.nc \ - fv3_history2d.tile5.nc \ - fv3_history2d.tile6.nc \ - fv3_history2d.nest02.tile7.nc \ - fv3_history.tile1.nc \ - fv3_history.tile2.nc \ - fv3_history.tile3.nc \ - fv3_history.tile4.nc \ - fv3_history.tile5.nc \ - fv3_history.tile6.nc \ - fv3_history.nest02.tile7.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.nest02.nc \ - RESTART/fv_BC_ne.res.nest02.nc \ - RESTART/fv_BC_sw.res.nest02.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_core.res.nest02.tile7.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_srf_wnd.res.nest02.tile7.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/fv_tracer.res.nest02.tile7.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/phy_data.nest02.tile7.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/sfc_data.nest02.tile7.nc" - -export_fv3 - -INPES=$INPES_strnest -JNPES=$JNPES_strnest -TPN=$TPN_strnest -TASKS=$TASKS_strnest -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES_NEST='6' -export JNPES_NEST='8' -export MAKE_NH_NEST='.F.' - -export MAKE_NH='.T.' -export NA_INIT='1' -export EXTERNAL_IC='.T.' -export NGGPS_IC='.T.' -export MOUNTAIN='.F.' -export WARM_START='.F.' -export FDIAG='3' - -export HYBEDMF='.T.' -export SATMEDMF='.F.' - -export SYEAR="2018" -export SMONTH="10" -export SDAY="15" -export SHOUR="00" -export FHMAX="48" -export DT_ATMOS="450" -QUILTING=.false. - -export INPUT_NML=ccpp_stretched-nest-input.nml.IN -export INPUT_NEST02_NML=ccpp_input_nest02.nml.IN -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_stretched_run.IN - -export CCPP_SUITE=FV3_GFS_2017_stretched -export CCPP_LIB_DIR=ccpp/lib - -if [[ $MACHINE_ID = *.gnu ]]; then - export WLCLK=30 -fi diff --git a/tests/tests/fv3_ccpp_stretched_nest_debug b/tests/tests/fv3_ccpp_stretched_nest_debug deleted file mode 100644 index abc0aa827e..0000000000 --- a/tests/tests/fv3_ccpp_stretched_nest_debug +++ /dev/null @@ -1,51 +0,0 @@ -############################################################################### -# -# FV3 CCPP control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP control results with previous trunk version" - -export CNTL_DIR=fv3_stretched_nest -export LIST_FILES= - -export_fv3 - -INPES=$INPES_strnest -JNPES=$JNPES_strnest -TPN=$TPN_strnest -TASKS=$TASKS_strnest -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES_NEST='6' -export JNPES_NEST='8' -export MAKE_NH_NEST='.F.' - -export MAKE_NH='.T.' -export NA_INIT='1' -export EXTERNAL_IC='.T.' -export NGGPS_IC='.T.' -export MOUNTAIN='.F.' -export WARM_START='.F.' -export FDIAG='3' - -export HYBEDMF='.T.' -export SATMEDMF='.F.' - -export SYEAR="2018" -export SMONTH="10" -export SDAY="15" -export SHOUR="00" -export FHMAX="03" -export DT_ATMOS="450" -QUILTING=.false. - -export WLCLK=30 - -export INPUT_NML=ccpp_stretched-nest-input.nml.IN -export INPUT_NEST02_NML=ccpp_input_nest02.nml.IN -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_stretched_run.IN - -export CCPP_SUITE=FV3_GFS_2017_stretched -export CCPP_LIB_DIR=ccpp/lib diff --git a/tests/tests/fv3_ccpp_stretched_nest_quilt b/tests/tests/fv3_ccpp_stretched_nest_quilt deleted file mode 100644 index 10cf13091f..0000000000 --- a/tests/tests/fv3_ccpp_stretched_nest_quilt +++ /dev/null @@ -1,108 +0,0 @@ -############################################################################### -# -# FV3 CCPP control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP control results with previous trunk version" - -export CNTL_DIR=fv3_stretched_nest_quilt -export LIST_FILES=" atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - atmos_4xdaily.nest02.tile7.nc \ - dynf000.nc \ - dynf001.nc \ - dynf006.nc \ - dynf012.nc \ - dynf024.nc \ - dynf048.nc \ - phyf000.nc \ - phyf001.nc \ - phyf006.nc \ - phyf012.nc \ - phyf024.nc \ - phyf048.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.nest02.nc \ - RESTART/fv_BC_ne.res.nest02.nc \ - RESTART/fv_BC_sw.res.nest02.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_core.res.nest02.tile7.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_srf_wnd.res.nest02.tile7.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/fv_tracer.res.nest02.tile7.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/phy_data.nest02.tile7.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/sfc_data.nest02.tile7.nc" - -export_fv3 - -INPES=$INPES_strnest -JNPES=$JNPES_strnest -TPN=$TPN_strnest -TASKS=108 -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES_NEST='6' -export JNPES_NEST='8' -export MAKE_NH_NEST='.F.' - -export MAKE_NH='.T.' -export NA_INIT='1' -export EXTERNAL_IC='.T.' -export NGGPS_IC='.T.' -export MOUNTAIN='.F.' -export WARM_START='.F.' -export FDIAG='3' - -export HYBEDMF='.T.' -export SATMEDMF='.F.' - -export SYEAR="2018" -export SMONTH="10" -export SDAY="15" -export SHOUR="00" -export FHMAX="48" -export DT_ATMOS="450" - -export INPUT_NML=ccpp_stretched-nest-input.nml.IN -export INPUT_NEST02_NML=ccpp_input_nest02.nml.IN -export MODEL_CONFIGURE=stretched-nest-quilt-model_configure.IN -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_stretched_run.IN - -export CCPP_SUITE=FV3_GFS_2017_stretched -export CCPP_LIB_DIR=ccpp/lib - diff --git a/tests/tests/fv3_ccpp_thompson b/tests/tests/fv3_ccpp_thompson deleted file mode 100644 index 2ba02a67cb..0000000000 --- a/tests/tests/fv3_ccpp_thompson +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# -# FV3 CCPP Thompson MP test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP Thompson MP results with previous trunk version" - -export CNTL_DIR=fv3_thompson - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export DT_ATMOS="1200" -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.F. -export LRADAR=.T. -export LTAEROSOL=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GFS_v15_thompson -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.T. -export DO_MYNNEDMF=.F. -export IMFSHALCNV=2 -export IMFDEEPCNV=2 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_thompson_mynn b/tests/tests/fv3_ccpp_thompson_mynn deleted file mode 100644 index 7e8d0e5ff7..0000000000 --- a/tests/tests/fv3_ccpp_thompson_mynn +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# -# FV3 CCPP Thompson MP + MYNN PBL test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP Thompson MP + MYNN PBL results with previous trunk version" - -export CNTL_DIR=fv3_thompson_mynn - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export DT_ATMOS="1200" -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.F. -export LRADAR=.T. -export LTAEROSOL=.T. - -export FV3_RUN=ccpp_gsd_run.IN -export CCPP_SUITE=FV3_GFS_v15_thompson_mynn -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gsd.nml.IN - -export HYBEDMF=.F. -export DO_MYNNEDMF=.T. -export IMFSHALCNV=2 -export IMFDEEPCNV=2 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_wrtGauss_nemsio b/tests/tests/fv3_ccpp_wrtGauss_nemsio deleted file mode 100644 index 359a6b4c91..0000000000 --- a/tests/tests/fv3_ccpp_wrtGauss_nemsio +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# -# FV3 CCPP Gaussian grid nemsio output test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_nemsio - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c192 b/tests/tests/fv3_ccpp_wrtGauss_nemsio_c192 deleted file mode 100644 index 4c17ee6b46..0000000000 --- a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c192 +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# -# FV3 CCPP c192 Gaussian grid nemsio output test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP c192 Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_nemsio_c192 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export TASKS=300 -export INPES=6 -export JNPES=8 -export NPX=193 -export NPY=193 -export NPZ=64 -export NPZP=65 -export SYEAR=2017 -export SMONTH=11 -export SDAY=01 -export DT_ATMOS=900 -export FHMAX=24 -export WLCLK=30 -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=12 -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. -export IMO=768 -export JMO=384 -export FNALBC="'global_snowfree_albedo.bosu.t382.768.384.rg.grb'," -export FNVETC="'global_vegtype.igbp.t382.768.384.rg.grb'," -export FNSOTC="'global_soiltype.statsgo.t382.768.384.rg.grb'," -export FNSMCC="'global_soilmgldas.t382.768.384.grb'," -export FNABSC="'global_mxsnoalb.uariz.t382.768.384.rg.grb'," -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 b/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 deleted file mode 100644 index 4278a00600..0000000000 --- a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 +++ /dev/null @@ -1,93 +0,0 @@ -############################################################################### -# -# FV3 CCPP c768 Gaussian grid nemsio output test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP c768 Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_nemsio_c768 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf006.nemsio \ - dynf006.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export TASKS=1728 -if [[ $MACHINE_ID = cheyenne.* ]]; then - export TPN=36 -else - export TPN=12 -fi -export INPES=16 -export JNPES=16 -export NPX=769 -export NPY=769 -export NPZ=64 -export NPZP=65 -export SYEAR=2017 -export SMONTH=01 -export SDAY=06 -export DT_ATMOS=225 -export FHMAX=06 -export WLCLK=30 -export WRITE_GROUP=3 -export WRTTASK_PER_GROUP=64 -export FDIAG=0,1,2,3,4,5,6 -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. -export IMO=3072 -export JMO=1536 -export FNALBC="'global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb'," -export FNVETC="'global_vegtype.igbp.t1534.3072.1536.rg.grb'," -export FNSOTC="'global_soiltype.statsgo.t1534.3072.1536.rg.grb'," -export FNSMCC="'global_soilmgldas.t1534.3072.1536.grb'," -export FNABSC="'global_mxsnoalb.uariz.t1534.3072.1536.rg.grb'," -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_wrtGauss_netcdf b/tests/tests/fv3_ccpp_wrtGauss_netcdf deleted file mode 100644 index bc4a655820..0000000000 --- a/tests/tests/fv3_ccpp_wrtGauss_netcdf +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# -# FV3 CCPP Gaussian grid netcdf output test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP Gaussian grid netcdf output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_netcdf - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nc \ - phyf024.nc \ - dynf000.nc \ - dynf024.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'netcdf'" - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_wrtGauss_netcdf_esmf b/tests/tests/fv3_ccpp_wrtGauss_netcdf_esmf deleted file mode 100644 index 27ae714e8c..0000000000 --- a/tests/tests/fv3_ccpp_wrtGauss_netcdf_esmf +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# -# FV3 CCPP Gaussian grid netcdf output test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP Gaussian grid netcdf output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_netcdf_esmf - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nc \ - phyf024.nc \ - dynf000.nc \ - dynf024.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'netcdf_esmf'" - -export FV3_RUN=ccpp_control_run.IN -export CCPP_SUITE=FV3_GFS_2017 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_control.nml.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_ysu b/tests/tests/fv3_ccpp_ysu deleted file mode 100644 index 4255d61a8e..0000000000 --- a/tests/tests/fv3_ccpp_ysu +++ /dev/null @@ -1,88 +0,0 @@ -############################################################################### -# -# FV3 CCPP YSU test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP YSU results with previous trunk version" - -export CNTL_DIR=fv3_ysu - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="600" - -export FV3_RUN=ccpp_gfdlmp_run.IN -export CCPP_SUITE=FV3_GFS_2017_ysu -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.nml.IN - -RUN_SCRIPT=rt_fv3.sh - -export HYBEDMF=.F. -export DO_YSU=.T. diff --git a/tests/tests/fv3_control b/tests/tests/fv3_control deleted file mode 100644 index e16875e030..0000000000 --- a/tests/tests/fv3_control +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# -# FV3 control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 control results with previous trunk version" - -export CNTL_DIR=fv3_control - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_control_32bit b/tests/tests/fv3_control_32bit deleted file mode 100644 index 2c8be66481..0000000000 --- a/tests/tests/fv3_control_32bit +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# -# FV3 control compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit control results with previous trunk version" - -export CNTL_DIR=fv3_control_32bit - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_control_debug b/tests/tests/fv3_control_debug deleted file mode 100644 index 1460ca0f22..0000000000 --- a/tests/tests/fv3_control_debug +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# -# FV3 control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 control results with previous trunk version" - -export CNTL_DIR=fv3_control - -export LIST_FILES="" - -export_fv3 - -export FHMAX="06" - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_cpt b/tests/tests/fv3_cpt deleted file mode 100644 index 3198cc4a41..0000000000 --- a/tests/tests/fv3_cpt +++ /dev/null @@ -1,91 +0,0 @@ -############################################################################### -# -# FV3 CPT test -# -############################################################################### - -export TEST_DESCR="Compare FV3 CPT results with previous trunk version" - -export CNTL_DIR=fv3_cpt - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - 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/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 - -export SATMEDMF=.F. -export HYBEDMF=.T. - -export DT_ATMOS="300" -export SYEAR='2017' -export SMONTH='08' -export SDAY='22' -export SHOUR='00' -export TASKS=204 -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=12 - -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES='4' -export JNPES='8' - -export NPZ='127' -export NPZP='128' - - -export INPUT_NML=cpt.nml.IN -export FV3_RUN=cpt_run.IN -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_csawmg b/tests/tests/fv3_csawmg deleted file mode 100644 index f6b3e90810..0000000000 --- a/tests/tests/fv3_csawmg +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# -# FV3 CSAWMG test -# -############################################################################### - -export TEST_DESCR="Compare FV3 csawmg results with previous trunk version" - -export CNTL_DIR=fv3_csawmg - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 - -DT_ATMOS="600" - -export INPUT_NML=csawmg.nml.IN -export FV3_RUN=csawmg_run.IN -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export NODES=$(expr $TASKS / $TPN + 1) - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_csawmg3shoc127 b/tests/tests/fv3_csawmg3shoc127 deleted file mode 100644 index 7fb6a201bf..0000000000 --- a/tests/tests/fv3_csawmg3shoc127 +++ /dev/null @@ -1,81 +0,0 @@ -############################################################################### -# -# FV3 CSAWMG3SHOC127 test -# -############################################################################### - -export TEST_DESCR="Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version" - -export CNTL_DIR=fv3_csawmg3shoc127 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 - -export DT_ATMOS="300" -export SYEAR='2017' -export SMONTH='08' -export SDAY='22' -export SHOUR='00' -export TASKS=204 -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=12 - -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES='4' -export JNPES='8' - -export NPZ='127' -export NPZP='128' - -export INPUT_NML=csawmg3shoc127.nml.IN -export FV3_RUN=csawmg3shoc127_run.IN -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_csawmgshoc b/tests/tests/fv3_csawmgshoc deleted file mode 100644 index b715f784dc..0000000000 --- a/tests/tests/fv3_csawmgshoc +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# -# FV3 CSAWMGSHOC test -# -############################################################################### - -export TEST_DESCR="Compare FV3 csawmgshoc results with previous trunk version" - -export CNTL_DIR=fv3_csawmgshoc - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 - -DT_ATMOS="600" - -export INPUT_NML=csawmgshoc.nml.IN -export FV3_RUN=csawmgshoc_run.IN -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export NODES=$(expr $TASKS / $TPN + 1) - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_decomp b/tests/tests/fv3_decomp deleted file mode 100644 index 8cb957b7b2..0000000000 --- a/tests/tests/fv3_decomp +++ /dev/null @@ -1,81 +0,0 @@ -############################################################################### -# -# FV3 domain decomposition test with different PEs -# -############################################################################### - -export TEST_DESCR="Compare FV3 decomp results with previous trunk version" - -export CNTL_DIR=fv3_control - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES=6 -export JNPES=4 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_gfdlmp b/tests/tests/fv3_gfdlmp deleted file mode 100644 index 42613fb7ec..0000000000 --- a/tests/tests/fv3_gfdlmp +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# -# FV3 GFDL-MP test -# -############################################################################### - -export TEST_DESCR="Compare FV3 GFDL-MP results with previous trunk version" - -export CNTL_DIR=fv3_gfdlmp - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export INPUT_NML=gfdlmp.nml.IN -export FV3_RUN=gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_gfdlmp_32bit b/tests/tests/fv3_gfdlmp_32bit deleted file mode 100644 index 7d1cf2084e..0000000000 --- a/tests/tests/fv3_gfdlmp_32bit +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# -# FV3 GFDL-MP compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit GFDL-MP results with previous trunk version" - -export CNTL_DIR=fv3_gfdlmp_32bit - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export INPUT_NML=gfdlmp.nml.IN -export FV3_RUN=gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_gfdlmprad b/tests/tests/fv3_gfdlmprad deleted file mode 100644 index f2f600f962..0000000000 --- a/tests/tests/fv3_gfdlmprad +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# -# FV3 GFDL-MPrad test -# -############################################################################### - -export TEST_DESCR="Compare FV3 GFDL-MP radiation interaction option with the control" - -export CNTL_DIR=fv3_gfdlmprad - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export LGFDLMPRAD=.true. -export EFFR_IN=.true. - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - - -export INPUT_NML=gfdlmp.nml.IN -export FV3_RUN=gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_gfdlmprad_32bit_post b/tests/tests/fv3_gfdlmprad_32bit_post deleted file mode 100644 index b0e62979c7..0000000000 --- a/tests/tests/fv3_gfdlmprad_32bit_post +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# -# FV3 GFDL-MPrad test -# -############################################################################### - -export TEST_DESCR="Compare FV3 GFDL-MP radiation interaction option with the control" - -export CNTL_DIR=fv3_gfdlmprad_32bit_post - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - GFSPRS.GrbF00 \ - GFSPRS.GrbF24 \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export LGFDLMPRAD=.true. -export EFFR_IN=.true. - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export OUTPUT_HISTORY=.true. -export WRITE_DOPOST=.true. -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - - -export INPUT_NML=gfdlmp.nml.IN -export FV3_RUN=gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_gfdlmprad_gwd b/tests/tests/fv3_gfdlmprad_gwd deleted file mode 100644 index eafd50ab52..0000000000 --- a/tests/tests/fv3_gfdlmprad_gwd +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# -# FV3 GFDL-MPrad gravity wave drag test -# -############################################################################### - -export TEST_DESCR="Compare FV3 GFDL-MP radiation interaction option and gravity wave drag with the control" - -export CNTL_DIR=fv3_gfdlmprad_gwd - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export LGFDLMPRAD=.true. -export EFFR_IN=.true. -export DO_UGWP=.true. -export DO_TOFD=.true. - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export INPUT_NML=gfdlmp.nml.IN -export FV3_RUN=gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_gfdlmprad_noahmp b/tests/tests/fv3_gfdlmprad_noahmp deleted file mode 100644 index 10407a09cb..0000000000 --- a/tests/tests/fv3_gfdlmprad_noahmp +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# -# FV3 GFDL-MPrad Noah MP test -# -############################################################################### - -export TEST_DESCR="Compare FV3 GFDL-MP radiation interaction and Noah MP with the control" - -export CNTL_DIR=fv3_gfdlmprad_noahmp - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" -export LGFDLMPRAD=.true. -export EFFR_IN=.true. -export LSM=2 -export LANDICE=.false. - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - - -export INPUT_NML=gfdlmp.nml.IN -export FV3_RUN=gfdlmp_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_gfs_v15 b/tests/tests/fv3_gfs_v15 deleted file mode 100644 index d38f7995d6..0000000000 --- a/tests/tests/fv3_gfs_v15 +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# -# FV3 GFS v15 compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit GFS v15 results with previous trunk version" - -export CNTL_DIR=fv3_gfs_v15 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -DT_ATMOS="1200" - -export INPUT_NML=gfdlmp.nml.IN -export FV3_RUN=gfs_v15_run.IN - -RUN_SCRIPT=rt_fv3.sh - -export H2O_PHYS=.T. -export HYBEDMF=.T. -export SATMEDMF=.F. diff --git a/tests/tests/fv3_wsm6 b/tests/tests/fv3_gfs_v15p2 similarity index 92% rename from tests/tests/fv3_wsm6 rename to tests/tests/fv3_gfs_v15p2 index 7a27b958a1..baf1701934 100644 --- a/tests/tests/fv3_wsm6 +++ b/tests/tests/fv3_gfs_v15p2 @@ -1,12 +1,12 @@ ############################################################################### # -# FV3 WSM6 MP test +# FV3 GFS v15.2 compiled with 32-bit dynamics test # ############################################################################### -export TEST_DESCR="Compare FV3 WSM6 MP results with previous trunk version" +export TEST_DESCR="Compare FV3 32bit GFS v15.2 results with previous trunk version" -export CNTL_DIR=fv3_wsm6 +export CNTL_DIR=fv3_gfs_v15p2 export LIST_FILES="atmos_4xdaily.tile1.nc \ atmos_4xdaily.tile2.nc \ @@ -75,10 +75,9 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 export NODES=$(expr $TASKS / $TPN + 1) -export DT_ATMOS="1200" -export LRADAR=.T. +DT_ATMOS="1200" -export INPUT_NML=wsm6.nml.IN -export FV3_RUN=wsm6_run.IN +export FV3_RUN=gfs_v15_run.IN +export INPUT_NML=v15p2_c96.nml.IN RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_gfs_v15plus b/tests/tests/fv3_gfs_v16beta similarity index 91% rename from tests/tests/fv3_gfs_v15plus rename to tests/tests/fv3_gfs_v16beta index fd8d95df88..6a6bc3d419 100644 --- a/tests/tests/fv3_gfs_v15plus +++ b/tests/tests/fv3_gfs_v16beta @@ -1,12 +1,12 @@ ############################################################################### # -# FV3 GFS v15plus compiled with 32-bit dynamics test +# FV3 GFS v16beta compiled with 32-bit dynamics test # ############################################################################### -export TEST_DESCR="Compare FV3 32bit GFS v15plus results with previous trunk version" +export TEST_DESCR="Compare FV3 32bit GFS v16beta results with previous trunk version" -export CNTL_DIR=fv3_gfs_v15plus +export CNTL_DIR=fv3_gfs_v16beta export LIST_FILES="atmos_4xdaily.tile1.nc \ atmos_4xdaily.tile2.nc \ @@ -77,11 +77,7 @@ export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="1200" -export INPUT_NML=gfdlmp.nml.IN -export FV3_RUN=gfs_v15_run.IN +export FV3_RUN=gfs_v16_run.IN +export INPUT_NML=v16beta_c96.nml.IN RUN_SCRIPT=rt_fv3.sh - -export H2O_PHYS=.T. -export HYBEDMF=.F. -export SATMEDMF=.T. diff --git a/tests/tests/fv3_h2ophys b/tests/tests/fv3_h2ophys deleted file mode 100644 index 88dcae36fa..0000000000 --- a/tests/tests/fv3_h2ophys +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# -# FV3 H2O physics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 H2O physics results with previous trunk version" - -export CNTL_DIR=fv3_h2ophys - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=fv3_run.IN -export INPUT_NML=input.nml.IN - -export H2O_PHYS=.T. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_iau b/tests/tests/fv3_iau deleted file mode 100644 index fdf227a9d7..0000000000 --- a/tests/tests/fv3_iau +++ /dev/null @@ -1,90 +0,0 @@ -############################################################################### -# -# FV3 IAU test -# -############################################################################### - -export TEST_DESCR="Compare FV3 IAU results with previous trunk version" - -export CNTL_DIR=fv3_iau - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf027.tile1.nc \ - phyf027.tile2.nc \ - phyf027.tile3.nc \ - phyf027.tile4.nc \ - phyf027.tile5.nc \ - phyf027.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf027.tile1.nc \ - dynf027.tile2.nc \ - dynf027.tile3.nc \ - dynf027.tile4.nc \ - dynf027.tile5.nc \ - dynf027.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" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export WARM_START=.T. -export NGGPS_IC=.F. -export EXTERNAL_IC=.F. -export MAKE_NH=.F. -export MOUNTAIN=.T. -export NA_INIT=0 -export FHMAX=48 -export FDIAG=3 -export NSTF_NAME=2,0,1,0,5 -export IAU_INC_FILES="fv3_increment.nc" - - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_lheatstrg b/tests/tests/fv3_lheatstrg deleted file mode 100644 index 0b1464623e..0000000000 --- a/tests/tests/fv3_lheatstrg +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# -# FV3 lheatstrg test -# -############################################################################### - -export TEST_DESCR="Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_lheatstrg - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export LHEATSTRG=.T. -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ozphys_2015 b/tests/tests/fv3_ozphys_2015 deleted file mode 100644 index 96fbadc816..0000000000 --- a/tests/tests/fv3_ozphys_2015 +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# -# FV3 ozone physics 2015 test -# -############################################################################### - -export TEST_DESCR="Compare FV3 ozone physics 2015 results with previous trunk version" - -export CNTL_DIR=fv3_ozphys_2015 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export FV3_RUN=fv3_run.IN - -export OZ_PHYS_OLD=.F. -export OZ_PHYS_NEW=.T. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_rasmgshoc b/tests/tests/fv3_rasmgshoc deleted file mode 100644 index 9226b0800e..0000000000 --- a/tests/tests/fv3_rasmgshoc +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# -# FV3 RASMGSHOC test -# -############################################################################### - -export TEST_DESCR="Compare FV3 rasmgshoc results with previous trunk version" - -export CNTL_DIR=fv3_rasmgshoc - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 - -DT_ATMOS="600" - -export INPUT_NML=rasmgshoc.nml.IN -export FV3_RUN=rasmgshoc_run.IN -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -export NODES=$(expr $TASKS / $TPN + 1) - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_read_inc b/tests/tests/fv3_read_inc deleted file mode 100644 index 93e18798bd..0000000000 --- a/tests/tests/fv3_read_inc +++ /dev/null @@ -1,90 +0,0 @@ -############################################################################### -# -# FV3 read_inc test -# -############################################################################### - -export TEST_DESCR="Compare FV3 read_inc results with previous trunk version" - -export CNTL_DIR=fv3_read_inc - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf027.tile1.nc \ - phyf027.tile2.nc \ - phyf027.tile3.nc \ - phyf027.tile4.nc \ - phyf027.tile5.nc \ - phyf027.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf027.tile1.nc \ - dynf027.tile2.nc \ - dynf027.tile3.nc \ - dynf027.tile4.nc \ - dynf027.tile5.nc \ - dynf027.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" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export WARM_START=.T. -export NGGPS_IC=.F. -export EXTERNAL_IC=.F. -export MAKE_NH=.F. -export MOUNTAIN=.T. -export NA_INIT=0 -export FHMAX=48 -export FDIAG=3 -export READ_INCREMENT=.T. -export NSTF_NAME=2,0,1,0,5 - - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_regional_c768 b/tests/tests/fv3_regional_c768 deleted file mode 100644 index 9252cee144..0000000000 --- a/tests/tests/fv3_regional_c768 +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# -# FV3 regional c768 test -# -############################################################################### - -export TEST_DESCR="Compare FV3 regional c768 results with previous trunk version" - -export CNTL_DIR=fv3_regional_c768 - -export LIST_FILES=" atmos_4xdaily.nc \ - fv3_history2d.nc \ - fv3_history.nc " - -export_fv3 - -export TASKS=480 -export WLCLK=30 - -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=fv3_regional_run.IN - -export INPUT_NML=regional_c768.nml.IN \ No newline at end of file diff --git a/tests/tests/fv3_regional_control b/tests/tests/fv3_regional_control deleted file mode 100644 index e1478db074..0000000000 --- a/tests/tests/fv3_regional_control +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################### -# -# FV3 regional control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 regional control results with previous trunk version" - -export CNTL_DIR=fv3_regional_control - -export LIST_FILES=" atmos_4xdaily.nc \ - fv3_history2d.nc \ - fv3_history.nc " - -export_fv3 - -export TASKS=24 - -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=fv3_regional_run.IN - -export INPUT_NML=regional.nml.IN - -export FDIAG=3 -export INPES=4 -export JNPES=6 diff --git a/tests/tests/fv3_regional_quilt b/tests/tests/fv3_regional_quilt deleted file mode 100644 index 30b916249b..0000000000 --- a/tests/tests/fv3_regional_quilt +++ /dev/null @@ -1,28 +0,0 @@ -############################################################################### -# -# FV3 regional control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 regional quilt results with previous trunk version" - -export CNTL_DIR=fv3_regional_quilt - -export LIST_FILES=" atmos_4xdaily.nc \ - dynf000.nc \ - dynf024.nc \ - phyf000.nc \ - phyf024.nc " - -export_fv3 - -export TASKS=28 - -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=fv3_regional_run.IN - -export INPUT_NML=regional.nml.IN - -export FDIAG=3 -export INPES=6 -export JNPES=4 diff --git a/tests/tests/fv3_regional_restart b/tests/tests/fv3_regional_restart deleted file mode 100644 index 2788123d29..0000000000 --- a/tests/tests/fv3_regional_restart +++ /dev/null @@ -1,38 +0,0 @@ -############################################################################### -# -# FV3 regional restart test -# -############################################################################### - -export TEST_DESCR="Compare FV3 regional restart results with previous trunk version" - -export CNTL_DIR=fv3_regional_restart - -export LIST_FILES=" atmos_4xdaily.nc \ - fv3_history2d.nc \ - fv3_history.nc " - -export_fv3 - -export TASKS=24 -export WARM_START=.T. - -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=fv3_regional_run.IN - -export INPUT_NML=regional.nml.IN - -export FDIAG=3 -export INPES=4 -export JNPES=6 - -export WARM_START=.T. -export NGGPS_IC=.F. -export EXTERNAL_IC=.F. -# DH* The correct setting would be .F.? However the official -# regression test baseline uses MAKE_NH=.T. -#export MAKE_NH=.F. -export MAKE_NH=.T. -# *DH -export MOUNTAIN=.T. -export NA_INIT=0 diff --git a/tests/tests/fv3_restart b/tests/tests/fv3_restart deleted file mode 100644 index bbb9b63fd5..0000000000 --- a/tests/tests/fv3_restart +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# -# FV3 restart test -# -############################################################################### - -export TEST_DESCR="Compare FV3 restart results with previous trunk version" - -export CNTL_DIR=fv3_restart - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf027.tile1.nc \ - phyf027.tile2.nc \ - phyf027.tile3.nc \ - phyf027.tile4.nc \ - phyf027.tile5.nc \ - phyf027.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf027.tile1.nc \ - dynf027.tile2.nc \ - dynf027.tile3.nc \ - dynf027.tile4.nc \ - dynf027.tile5.nc \ - dynf027.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" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export WARM_START=.T. -export NGGPS_IC=.F. -export EXTERNAL_IC=.F. -export MAKE_NH=.F. -export MOUNTAIN=.T. -export NA_INIT=0 -export FHMAX=48 -export FDIAG=3 -export NSTF_NAME=2,0,1,0,5 - - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_satmedmf b/tests/tests/fv3_satmedmf deleted file mode 100644 index 22758466ec..0000000000 --- a/tests/tests/fv3_satmedmf +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# -# FV3 satmedmf test -# -############################################################################### - -export TEST_DESCR="Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_satmedmf - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export SATMEDMF=.T. -export HYBEDMF=.F. -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. -export FV3_RUN=satmedmf_run.IN - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_stochy b/tests/tests/fv3_stochy deleted file mode 100644 index efff9e0d52..0000000000 --- a/tests/tests/fv3_stochy +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# -# FV3 stochastic test -# -############################################################################### - -export TEST_DESCR="Compare FV3 stochastic results with previous trunk version" - -export CNTL_DIR=fv3_stochy - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf012.tile1.nc \ - phyf012.tile2.nc \ - phyf012.tile3.nc \ - phyf012.tile4.nc \ - phyf012.tile5.nc \ - phyf012.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf012.tile1.nc \ - dynf012.tile2.nc \ - dynf012.tile3.nc \ - dynf012.tile4.nc \ - dynf012.tile5.nc \ - dynf012.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export DO_SPPT=.T. -export DO_SHUM=.T. -export DO_SKEB=.T. -export SKEB=0.3 -export SHUM=0.003 -export SPPT=0.2 -export DT_ATMOS=600 -export FHMAX=12 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_stretched b/tests/tests/fv3_stretched deleted file mode 100644 index e47b3bbfd6..0000000000 --- a/tests/tests/fv3_stretched +++ /dev/null @@ -1,90 +0,0 @@ -############################################################################### -# -# FV3 control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 control results with previous trunk version" - -export CNTL_DIR=fv3_stretched -export LIST_FILES=" atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - fv3_history2d.tile1.nc \ - fv3_history2d.tile2.nc \ - fv3_history2d.tile3.nc \ - fv3_history2d.tile4.nc \ - fv3_history2d.tile5.nc \ - fv3_history2d.tile6.nc \ - fv3_history.tile1.nc \ - fv3_history.tile2.nc \ - fv3_history.tile3.nc \ - fv3_history.tile4.nc \ - fv3_history.tile5.nc \ - fv3_history.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - -export_fv3 - -INPES=$INPES_stretch -JNPES=$JNPES_stretch -TPN=$TPN_stretch -TASKS=$TASKS_stretch -export NODES=$(expr $TASKS / $TPN + 1) - -MAKE_NH='.T.' -NA_INIT='1' -EXTERNAL_IC='.T.' -NGGPS_IC='.T.' -MOUNTAIN='.F.' -WARM_START='.F.' -FDIAG='3' - -HYBEDMF='.T.' -SATMEDMF='.F.' - -SYEAR="2018" -SMONTH="10" -SDAY="15" -SHOUR="00" -FHMAX="48" -DT_ATMOS="450" -QUILTING=.false. - -export INPUT_NML=stretched-input.nml.IN -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=fv3_stretched_run.IN diff --git a/tests/tests/fv3_stretched_nest b/tests/tests/fv3_stretched_nest deleted file mode 100644 index 134a4adb20..0000000000 --- a/tests/tests/fv3_stretched_nest +++ /dev/null @@ -1,110 +0,0 @@ -############################################################################### -# -# FV3 control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 control results with previous trunk version" - -export CNTL_DIR=fv3_stretched_nest -export LIST_FILES=" atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - atmos_4xdaily.nest02.tile7.nc \ - fv3_history2d.tile1.nc \ - fv3_history2d.tile2.nc \ - fv3_history2d.tile3.nc \ - fv3_history2d.tile4.nc \ - fv3_history2d.tile5.nc \ - fv3_history2d.tile6.nc \ - fv3_history2d.nest02.tile7.nc \ - fv3_history.tile1.nc \ - fv3_history.tile2.nc \ - fv3_history.tile3.nc \ - fv3_history.tile4.nc \ - fv3_history.tile5.nc \ - fv3_history.tile6.nc \ - fv3_history.nest02.tile7.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.nest02.nc \ - RESTART/fv_BC_ne.res.nest02.nc \ - RESTART/fv_BC_sw.res.nest02.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_core.res.nest02.tile7.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_srf_wnd.res.nest02.tile7.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/fv_tracer.res.nest02.tile7.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/phy_data.nest02.tile7.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/sfc_data.nest02.tile7.nc" - -export_fv3 - -INPES=$INPES_strnest -JNPES=$JNPES_strnest -TPN=$TPN_strnest -TASKS=$TASKS_strnest -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES_NEST='6' -export JNPES_NEST='8' -export MAKE_NH_NEST='.F.' - -export MAKE_NH='.T.' -export NA_INIT='1' -export EXTERNAL_IC='.T.' -export NGGPS_IC='.T.' -export MOUNTAIN='.F.' -export WARM_START='.F.' -export FDIAG='3' - -export HYBEDMF='.T.' -export SATMEDMF='.F.' - -export SYEAR="2018" -export SMONTH="10" -export SDAY="15" -export SHOUR="00" -export FHMAX="48" -export DT_ATMOS="450" -QUILTING=.false. - -export INPUT_NML=stretched-nest-input.nml.IN -export INPUT_NEST02_NML=input_nest02.nml.IN -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=fv3_stretched_run.IN - -if [[ $MACHINE_ID = *.gnu ]]; then - export WLCLK=30 -fi diff --git a/tests/tests/fv3_stretched_nest_debug b/tests/tests/fv3_stretched_nest_debug deleted file mode 100644 index 4e66d666f3..0000000000 --- a/tests/tests/fv3_stretched_nest_debug +++ /dev/null @@ -1,48 +0,0 @@ -############################################################################### -# -# FV3 control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 control results with previous trunk version" - -export CNTL_DIR=fv3_stretched_nest -export LIST_FILES= - -export_fv3 - -INPES=$INPES_strnest -JNPES=$JNPES_strnest -TPN=$TPN_strnest -TASKS=$TASKS_strnest -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES_NEST='6' -export JNPES_NEST='8' -export MAKE_NH_NEST='.F.' - -export MAKE_NH='.T.' -export NA_INIT='1' -export EXTERNAL_IC='.T.' -export NGGPS_IC='.T.' -export MOUNTAIN='.F.' -export WARM_START='.F.' -export FDIAG='3' - -export HYBEDMF='.T.' -export SATMEDMF='.F.' - -export SYEAR="2018" -export SMONTH="10" -export SDAY="15" -export SHOUR="00" -export FHMAX="03" -export DT_ATMOS="450" -QUILTING=.false. - -export WLCLK=30 - -export INPUT_NML=stretched-nest-input.nml.IN -export INPUT_NEST02_NML=input_nest02.nml.IN -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=fv3_stretched_run.IN diff --git a/tests/tests/fv3_stretched_nest_quilt b/tests/tests/fv3_stretched_nest_quilt deleted file mode 100644 index 45133993f9..0000000000 --- a/tests/tests/fv3_stretched_nest_quilt +++ /dev/null @@ -1,104 +0,0 @@ -############################################################################### -# -# FV3 control test -# -############################################################################### - -export TEST_DESCR="Compare FV3 control results with previous trunk version" - -export CNTL_DIR=fv3_stretched_nest_quilt -export LIST_FILES=" atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - atmos_4xdaily.nest02.tile7.nc \ - dynf000.nc \ - dynf001.nc \ - dynf006.nc \ - dynf012.nc \ - dynf024.nc \ - dynf048.nc \ - phyf000.nc \ - phyf001.nc \ - phyf006.nc \ - phyf012.nc \ - phyf024.nc \ - phyf048.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.nest02.nc \ - RESTART/fv_BC_ne.res.nest02.nc \ - RESTART/fv_BC_sw.res.nest02.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_core.res.nest02.tile7.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_srf_wnd.res.nest02.tile7.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/fv_tracer.res.nest02.tile7.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/phy_data.nest02.tile7.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/sfc_data.nest02.tile7.nc" - -export_fv3 - -INPES=$INPES_strnest -JNPES=$JNPES_strnest -TPN=$TPN_strnest -TASKS=108 -export NODES=$(expr $TASKS / $TPN + 1) - -export INPES_NEST='6' -export JNPES_NEST='8' -export MAKE_NH_NEST='.F.' - -export MAKE_NH='.T.' -export NA_INIT='1' -export EXTERNAL_IC='.T.' -export NGGPS_IC='.T.' -export MOUNTAIN='.F.' -export WARM_START='.F.' -export FDIAG='3' - -export HYBEDMF='.T.' -export SATMEDMF='.F.' - -export SYEAR="2018" -export SMONTH="10" -export SDAY="15" -export SHOUR="00" -export FHMAX="48" -export DT_ATMOS="450" - -export INPUT_NML=stretched-nest-input.nml.IN -export INPUT_NEST02_NML=input_nest02.nml.IN -export MODEL_CONFIGURE=stretched-nest-quilt-model_configure.IN -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=fv3_stretched_run.IN diff --git a/tests/tests/fv3_thompson b/tests/tests/fv3_thompson deleted file mode 100644 index 5e778294e5..0000000000 --- a/tests/tests/fv3_thompson +++ /dev/null @@ -1,88 +0,0 @@ -############################################################################### -# -# FV3 Thompson MP test -# -############################################################################### - -export TEST_DESCR="Compare FV3 Thompson MP results with previous trunk version" - -export CNTL_DIR=fv3_thompson - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.tile1.nc \ - phyf000.tile2.nc \ - phyf000.tile3.nc \ - phyf000.tile4.nc \ - phyf000.tile5.nc \ - phyf000.tile6.nc \ - phyf024.tile1.nc \ - phyf024.tile2.nc \ - phyf024.tile3.nc \ - phyf024.tile4.nc \ - phyf024.tile5.nc \ - phyf024.tile6.nc \ - dynf000.tile1.nc \ - dynf000.tile2.nc \ - dynf000.tile3.nc \ - dynf000.tile4.nc \ - dynf000.tile5.nc \ - dynf000.tile6.nc \ - dynf024.tile1.nc \ - dynf024.tile2.nc \ - dynf024.tile3.nc \ - dynf024.tile4.nc \ - dynf024.tile5.nc \ - dynf024.tile6.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export DT_ATMOS="1200" -export LRADAR=.T. - -export INPUT_NML=thompson.nml.IN -export FV3_RUN=thompson_run.IN - -RUN_SCRIPT=rt_fv3.sh - -if [[ $MACHINE_ID = cheyenne.intel ]]; then - export WLCLK=30 -fi \ No newline at end of file diff --git a/tests/tests/fv3_wrtGauss_nemsio b/tests/tests/fv3_wrtGauss_nemsio deleted file mode 100644 index 3b658ef436..0000000000 --- a/tests/tests/fv3_wrtGauss_nemsio +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# -# FV3 Gaussian grid nemsio output test -# -############################################################################### - -export TEST_DESCR="Compare FV3 Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_nemsio - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_wrtGauss_nemsio_c192 b/tests/tests/fv3_wrtGauss_nemsio_c192 deleted file mode 100644 index 8b42fec90e..0000000000 --- a/tests/tests/fv3_wrtGauss_nemsio_c192 +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# -# FV3 c192 Gaussian grid nemsio output test -# -################################################################################ - -export TEST_DESCR="Compare FV3 c192 Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_nemsio_c192 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nemsio \ - phyf024.nemsio \ - dynf000.nemsio \ - dynf024.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export TASKS=300 -export INPES=6 -export JNPES=8 -export NPX=193 -export NPY=193 -export NPZ=64 -export NPZP=65 -export SYEAR=2017 -export SMONTH=11 -export SDAY=01 -export DT_ATMOS=900 -export FHMAX=24 -export WLCLK=30 -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=12 -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. -export IMO=768 -export JMO=384 -export FNALBC="'global_snowfree_albedo.bosu.t382.768.384.rg.grb'," -export FNVETC="'global_vegtype.igbp.t382.768.384.rg.grb'," -export FNSOTC="'global_soiltype.statsgo.t382.768.384.rg.grb'," -export FNSMCC="'global_soilmgldas.t382.768.384.grb'," -export FNABSC="'global_mxsnoalb.uariz.t382.768.384.rg.grb'," -export NODES=$(expr $TASKS / $TPN + 1) - -# -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_wrtGauss_nemsio_c768 b/tests/tests/fv3_wrtGauss_nemsio_c768 deleted file mode 100644 index cc0f23225a..0000000000 --- a/tests/tests/fv3_wrtGauss_nemsio_c768 +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# -# FV3 c768 Gaussian grid nemsio output test -# -################################################################################ - -export TEST_DESCR="Compare FV3 c768 Gaussian grid nemsio output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_nemsio_c768 - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf006.nemsio \ - dynf006.nemsio \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export TASKS=1728 -if [[ $MACHINE_ID = cheyenne.* ]]; then - export TPN=36 -else - export TPN=12 -fi -export INPES=16 -export JNPES=16 -export NPX=769 -export NPY=769 -export NPZ=64 -export NPZP=65 -export SYEAR=2017 -export SMONTH=01 -export SDAY=06 -export DT_ATMOS=225 -export FHMAX=06 -export WLCLK=30 -export WRITE_GROUP=3 -export WRTTASK_PER_GROUP=64 -export FDIAG=0,1,2,3,4,5,6 -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'nemsio'" -export WRITE_NEMSIOFLIP=.true. -export WRITE_FSYNCFLAG=.true. -export IMO=3072 -export JMO=1536 -export FNALBC="'global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb'," -export FNVETC="'global_vegtype.igbp.t1534.3072.1536.rg.grb'," -export FNSOTC="'global_soiltype.statsgo.t1534.3072.1536.rg.grb'," -export FNSMCC="'global_soilmgldas.t1534.3072.1536.grb'," -export FNABSC="'global_mxsnoalb.uariz.t1534.3072.1536.rg.grb'," -export NODES=$(expr $TASKS / $TPN + 1) - -# -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_wrtGauss_netcdf b/tests/tests/fv3_wrtGauss_netcdf deleted file mode 100644 index 20e20e3cdd..0000000000 --- a/tests/tests/fv3_wrtGauss_netcdf +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# -# FV3 Gaussian grid netcdf output test -# -############################################################################### - -export TEST_DESCR="Compare FV3 Gaussian grid netcdf output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_netcdf - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nc \ - phyf024.nc \ - dynf000.nc \ - dynf024.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'netcdf'" - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_wrtGauss_netcdf_debug b/tests/tests/fv3_wrtGauss_netcdf_debug deleted file mode 100644 index 4da312ba32..0000000000 --- a/tests/tests/fv3_wrtGauss_netcdf_debug +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# -# FV3 Gaussian grid netcdf output test -# -############################################################################### - -export TEST_DESCR="Compare FV3 Gaussian grid netcdf output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_netcdf - -export LIST_FILES="" - -export_fv3 - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'netcdf'" -export FHMAX="03" - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_wrtGauss_netcdf_esmf b/tests/tests/fv3_wrtGauss_netcdf_esmf deleted file mode 100644 index f05710dcfa..0000000000 --- a/tests/tests/fv3_wrtGauss_netcdf_esmf +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# -# FV3 Gaussian grid netcdf output test -# -############################################################################### - -export TEST_DESCR="Compare FV3 Gaussian grid netcdf output results with previous trunk version" - -export CNTL_DIR=fv3_wrtGauss_netcdf_esmf - -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf000.nc \ - phyf024.nc \ - dynf000.nc \ - dynf024.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_core.res.tile2.nc \ - RESTART/fv_core.res.tile3.nc \ - RESTART/fv_core.res.tile4.nc \ - RESTART/fv_core.res.tile5.nc \ - RESTART/fv_core.res.tile6.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile2.nc \ - RESTART/fv_srf_wnd.res.tile3.nc \ - RESTART/fv_srf_wnd.res.tile4.nc \ - RESTART/fv_srf_wnd.res.tile5.nc \ - RESTART/fv_srf_wnd.res.tile6.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/fv_tracer.res.tile2.nc \ - RESTART/fv_tracer.res.tile3.nc \ - RESTART/fv_tracer.res.tile4.nc \ - RESTART/fv_tracer.res.tile5.nc \ - RESTART/fv_tracer.res.tile6.nc \ - RESTART/phy_data.tile1.nc \ - RESTART/phy_data.tile2.nc \ - RESTART/phy_data.tile3.nc \ - RESTART/phy_data.tile4.nc \ - RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc \ - RESTART/sfc_data.tile1.nc \ - RESTART/sfc_data.tile2.nc \ - RESTART/sfc_data.tile3.nc \ - RESTART/sfc_data.tile4.nc \ - RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" - - -export_fv3 -export NODES=$(expr $TASKS / $TPN + 1) - -export OUTPUT_GRID="'gaussian_grid'" -export OUTPUT_FILE="'netcdf_esmf'" - -RUN_SCRIPT=rt_fv3.sh